Skip to content

increase character limits on all link fields to 2000 #17700

increase character limits on all link fields to 2000

increase character limits on all link fields to 2000 #17700

Triggered via pull request March 3, 2025 11:46
Status Failure
Total duration 37m 56s
Artifacts 2

qc_checks.yaml

on: pull_request
Build - UI Platform
2m 11s
Build - UI Platform
Style [pre-commit]
30s
Style [pre-commit]
Tests - API Schema Documentation
4m 6s
Tests - API Schema Documentation
Style [Documentation]
45s
Style [Documentation]
Tests - Migrations [PostgreSQL]
0s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
0s
Tests - Full Migration [SQLite]
Tests - inventree-python
5m 21s
Tests - inventree-python
Tests - DB [PostgreSQL]
11m 58s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
11m 58s
Tests - DB [MySQL]
Tests - Platform UI
36m 53s
Tests - Platform UI
Security [Zizmor]
31s
Security [Zizmor]
Matrix: coverage
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 13 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
Tests - API Schema Documentation
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/InvenTree/InvenTree'. Argument list too long
Tests - DB [PostgreSQL]
Process completed with exit code 1.
Tests - DB [MySQL]
Process completed with exit code 1.
[chromium] › modals.spec.ts:4:1 › Modals - Admin: src/frontend/tests/modals.spec.ts#L1
1) [chromium] › modals.spec.ts:4:1 › Modals - Admin ────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › modals.spec.ts:4:1 › Modals - Admin: src/frontend/tests/login.ts#L36
1) [chromium] › modals.spec.ts:4:1 › Modals - Admin ────────────────────────────────────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/modals.spec.ts:5:3
[chromium] › pages/pui_part.spec.ts:110:1 › Parts - Allocations: src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ─────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_part.spec.ts:110:1 › Parts - Allocations: src/frontend/tests/pages/pui_part.spec.ts#L135
2) [chromium] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ─────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByText('BO0001') to be visible 133 | 134 | // Expected order reference values > 135 | await page.getByText('BO0001').waitFor(); | ^ 136 | await page.getByText('BO0016').waitFor(); 137 | await page.getByText('BO0019').waitFor(); 138 | await page.getByText('SO0008').waitFor(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:135:34
[chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General: src/frontend/tests/pages/pui_purchase_order.spec.ts#L1
3) [chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General ─────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General: src/frontend/tests/login.ts#L36
3) [chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General ─────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_purchase_order.spec.ts:103:3
[chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General: src/frontend/tests/pages/pui_purchase_order.spec.ts#L1
3) [chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General: src/frontend/tests/login.ts#L36
3) [chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_purchase_order.spec.ts:103:3
[chromium] › pages/pui_scan.spec.ts:54:1 › Scanning - Stockitem: src/frontend/tests/pages/pui_scan.spec.ts#L1
4) [chromium] › pages/pui_scan.spec.ts:54:1 › Scanning - Stockitem ─────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_scan.spec.ts:54:1 › Scanning - Stockitem: src/frontend/tests/login.ts#L36
4) [chromium] › pages/pui_scan.spec.ts:54:1 › Scanning - Stockitem ─────────────────────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_scan.spec.ts:55:3
Style [pre-commit]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Style [Documentation]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Security [Zizmor]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Build - UI Platform
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Tests - API Schema Documentation
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Tests - inventree-python
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Tests - DB [PostgreSQL]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Tests - DB [MySQL]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Tests - DB [SQLite] + Coverage 3.9
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Tests - Platform UI
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
Slow Test: src/frontend/[chromium] › pui_general.spec.ts#L1
src/frontend/[chromium] › pui_general.spec.ts took 19.3s
Slow Test: src/frontend/[firefox] › pages/pui_company.spec.ts#L1
src/frontend/[firefox] › pages/pui_company.spec.ts took 17.0s
🎭 Playwright Run Summary
28 flaky [chromium] › modals.spec.ts:4:1 › Modals - Admin ─────────────────────────────────────────────── [chromium] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ──────────────────────────────── [chromium] › pages/pui_purchase_order.spec.ts:102:1 › Purchase Orders - General ──────────────── [chromium] › pages/pui_scan.spec.ts:54:1 › Scanning - Stockitem ──────────────────────────────── [chromium] › pages/pui_scan.spec.ts:77:1 › Scanning - SupplierPart ───────────────────────────── [chromium] › pages/pui_stock.spec.ts:170:1 › Stock - Stock Actions ───────────────────────────── [chromium] › pages/pui_stock.spec.ts:234:1 › Stock - Tracking ────────────────────────────────── [chromium] › pui_command.spec.ts:4:1 › Quick Command ─────────────────────────────────────────── [chromium] › pui_login.spec.ts:81:1 › Login - Change Password ────────────────────────────────── [chromium] › pui_plugins.spec.ts:8:1 › Plugins - Settings ────────────────────────────────────── [chromium] › pui_plugins.spec.ts:52:1 › Plugins - Panels ─────────────────────────────────────── [chromium] › pui_plugins.spec.ts:111:1 › Plugins - Custom Admin ──────────────────────────────── [chromium] › pui_settings.spec.ts:10:1 › Settings - Language / Color ─────────────────────────── [chromium] › pui_settings.spec.ts:142:1 › Settings - Admin - Barcode History ─────────────────── [chromium] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ────────────────────── [firefox] › pages/pui_part.spec.ts:13:1 › Parts - Tabs ───────────────────────────────────────── [firefox] › pages/pui_part.spec.ts:251:1 › Parts - Pricing (Variant) ─────────────────────────── [firefox] › pages/pui_part.spec.ts:302:1 › Parts - Pricing (Purchase) ────────────────────────── [firefox] › pages/pui_scan.spec.ts:101:1 › Scanning - SalesOrder ─────────────────────────────── [firefox] › pages/pui_scan.spec.ts:112:1 › Scanning - Build ──────────────────────────────────── [firefox] › pages/pui_stock.spec.ts:170:1 › Stock - Stock Actions ────────────────────────────── [firefox] › pui_login.spec.ts:20:1 › Login - Quick Test ──────────────────────────────────────── [firefox] › pui_login.spec.ts:81:1 › Login - Change Password ─────────────────────────────────── [firefox] › pui_plugins.spec.ts:111:1 › Plugins - Custom Admin ───────────────────────────────── [firefox] › pui_printing.spec.ts:55:1 › Report Printing ──────────────────────────────────────── [firefox] › pui_settings.spec.ts:179:1 › Settings - Admin - Unauthorized ─────────────────────── [firefox] › pui_tables.spec.ts:9:1 › Tables - Filters ────────────────────────────────────────── [firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ─────────────────────── 124 passed (29.4m)

Artifacts

Produced during runtime
Name Size
frontend-build
2.37 MB
schema.yml
73.4 KB