[WIP] Background reports #17715
qc_checks.yaml
on: pull_request
Filter
4s
Build - UI Platform
2m 6s
Style [Documentation]
30s
Tests - Migrations [PostgreSQL]
0s
Tests - Full Migration [SQLite]
0s
Tests - inventree-python
5m 22s
Tests - DB [PostgreSQL]
15m 7s
Tests - DB [MySQL]
14m 18s
Tests - Platform UI
33m 47s
Security [Zizmor]
31s
Matrix: coverage
Push new schema
0s
Annotations
11 errors, 16 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
[firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L135
1) [firefox] › 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
|
[firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations:
src/frontend/tests/baseFixtures.ts#L89
1) [firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 142
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@c5181810a30f236a788366f8f105550b",
+ "_type": "JSHandle",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ ],
+ "location": Object {
+ "columnNumber": 1,
+ "lineNumber": 0,
+ "url": "http://localhost:5173/platform/logged-in",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+ "close": [Function anonymous],
+ "crash": [Function anonymous],
+ "download": [Function anonymous],
+ "fileChooser": [Function anonymous],
+ "frameAttached": [Function anonymous],
+ "frameDetached": [Function anonymous],
+ "locatorHandlerTriggered": [Function anonymous],
+ "route": [Function anonymous],
+ "video": [Function anonymous],
+ "webSocket": [Function anonymous],
+ "webSocketRoute": [Function anonymous],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 13,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@4bec751458c6be9f95269a7bb1f3b547",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "[JavaScript Error: \"Loading module from “http://localhost:5173/src/components/SplashScreen.tsx” was blocked because of a disallowed MIME type (“”).\" {file: \"http://localhost:5173/platform/logged-in\" line: 0}]",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@4bec751458c6be9f95269a7bb1f3b547",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@fb1687a8a3f15482d59f06b809390bba",
+ "_type": "JSHandle",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ ],
+ "location": Object {
+ "columnNumber": 19,
+ "lineNumber": 2692,
+ "url": "http://localhost:5173/node_modules/.vite/deps/chunk-UWZN3DWF.js?v=b78ae8bd",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+ "close": [Function anonymous],
+ "crash": [Function anonymous],
+ "download": [Function anonymous],
+ "fileChooser": [Function anonymous],
+ "frameAttached": [Function anonymous],
+
|
[firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L125
1) [firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('11 / ') to be visible
123 |
124 | // Check that the overall allocations are displayed correctly
> 125 | await page.getByText('11 / ').waitFor();
| ^
126 | await page.getByText('5 / ').waitFor();
127 |
128 | // Navigate to the "Allocations" tab
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:125:33
|
[firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L135
1) [firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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_dashboard.spec.ts:38:1 › Dashboard - Plugins:
src/frontend/tests/pages/pui_dashboard.spec.ts#L1
2) [chromium] › pages/pui_dashboard.spec.ts:38:1 › Dashboard - Plugins ───────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_dashboard.spec.ts:38:1 › Dashboard - Plugins:
src/frontend/tests/login.ts#L36
2) [chromium] › pages/pui_dashboard.spec.ts:38:1 › Dashboard - Plugins ───────────────────────────
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_dashboard.spec.ts:46:3
|
[chromium] › pages/pui_part.spec.ts:13:1 › Parts - Tabs:
src/frontend/tests/pages/pui_part.spec.ts#L1
3) [chromium] › pages/pui_part.spec.ts:13:1 › Parts - Tabs ───────────────────────────────────────
Test timeout of 90000ms exceeded.
|
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
|
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
|
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 [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 [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 [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/[firefox] › settings/selectionList.spec.ts#L1
src/frontend/[firefox] › settings/selectionList.spec.ts took 25.2s
|
Slow Test:
src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 21.4s
|
Slow Test:
src/frontend/[chromium] › settings/selectionList.spec.ts#L1
src/frontend/[chromium] › settings/selectionList.spec.ts took 19.5s
|
Slow Test:
src/frontend/[firefox] › pages/pui_company.spec.ts#L1
src/frontend/[firefox] › pages/pui_company.spec.ts took 16.8s
|
Slow Test:
src/frontend/[chromium] › pages/pui_company.spec.ts#L1
src/frontend/[chromium] › pages/pui_company.spec.ts took 16.6s
|
🎭 Playwright Run Summary
1 failed
[firefox] › pages/pui_part.spec.ts:110:1 › Parts - Allocations ─────────────────────────────────
19 flaky
[chromium] › pages/pui_dashboard.spec.ts:38:1 › Dashboard - Plugins ────────────────────────────
[chromium] › pages/pui_part.spec.ts:13:1 › Parts - Tabs ────────────────────────────────────────
[chromium] › pages/pui_part.spec.ts:302:1 › Parts - Pricing (Purchase) ─────────────────────────
[chromium] › pages/pui_purchase_order.spec.ts:259:1 › Purchase Orders - Receive Items ──────────
[chromium] › pages/pui_scan.spec.ts:64:1 › Scanning - StockLocation ────────────────────────────
[chromium] › pages/pui_scan.spec.ts:77:1 › Scanning - SupplierPart ─────────────────────────────
[chromium] › pages/pui_stock.spec.ts:170:1 › Stock - Stock Actions ─────────────────────────────
[chromium] › pui_command.spec.ts:4:1 › Quick Command ───────────────────────────────────────────
[chromium] › pui_forms.spec.ts:77:1 › Forms - Supplier Validation ──────────────────────────────
[chromium] › pui_login.spec.ts:81:1 › Login - Change Password ──────────────────────────────────
[chromium] › pui_plugins.spec.ts:8:1 › Plugins - Settings ──────────────────────────────────────
[chromium] › pui_settings.spec.ts:10:1 › Settings - Language / Color ───────────────────────────
[chromium] › pui_settings.spec.ts:45:1 › Settings - Admin ──────────────────────────────────────
[chromium] › pui_settings.spec.ts:142:1 › Settings - Admin - Barcode History ───────────────────
[firefox] › modals.spec.ts:4:1 › Modals - Admin ────────────────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:405:1 › Parts - Revision ────────────────────────────────────
[firefox] › pages/pui_stock.spec.ts:234:1 › Stock - Tracking ───────────────────────────────────
[firefox] › pui_login.spec.ts:20:1 › Login - Quick Test ────────────────────────────────────────
[firefox] › pui_tables.spec.ts:9:1 › Tables - Filters ──────────────────────────────────────────
132 passed (26.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-build
|
2.37 MB |
|
inventree_filters.yml
|
5.38 KB |
|
inventree_settings.json
|
6.77 KB |
|
inventree_tags.yml
|
12.9 KB |
|
playwright-report
|
112 MB |
|
schema.yml
|
73.8 KB |
|