Remove django-import-export #16357
qc_checks.yaml
on: pull_request
Filter
5s
Build - UI Platform
1m 54s
Style [Documentation]
46s
Tests - Migrations [PostgreSQL]
27m 15s
Tests - Full Migration [SQLite]
3m 0s
Tests - inventree-python
5m 8s
Tests - DB [PostgreSQL]
14m 13s
Tests - DB [MySQL]
13m 16s
Tests - Platform UI
25m 8s
Security [Zizmor]
29s
Matrix: coverage
Push new schema
0s
Annotations
11 errors, 8 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
[chromium] › pages/pui_part.spec.ts:9:1 › Parts - Tabs:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [chromium] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:9:1 › Parts - Tabs:
src/frontend/tests/pages/pui_part.spec.ts#L30
1) [chromium] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('1551ACLR')
28 |
29 | // Related Parts
> 30 | await page.getByText('1551ACLR').click();
| ^
31 | await page.getByRole('tab', { name: 'Part Details' }).click();
32 | await page.getByRole('tab', { name: 'Parameters' }).click();
33 | await page
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:30:36
|
[chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations ───────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L125
2) [chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations ───────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('BO0001') to be visible
123 |
124 | // Expected order reference values
> 125 | await page.getByText('BO0001').waitFor();
| ^
126 | await page.getByText('BO0016').waitFor();
127 | await page.getByText('BO0019').waitFor();
128 | await page.getByText('SO0008').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:125:34
|
[chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L125
2) [chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('BO0001') to be visible
123 |
124 | // Expected order reference values
> 125 | await page.getByText('BO0001').waitFor();
| ^
126 | await page.getByText('BO0016').waitFor();
127 | await page.getByText('BO0019').waitFor();
128 | await page.getByText('SO0008').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:125:34
|
[chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing:
src/frontend/tests/pages/pui_part.spec.ts#L1
3) [chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing, BOM) ────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing:
src/frontend/tests/pages/pui_part.spec.ts#L187
3) [chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing, BOM) ────────────────────
Error: locator.isDisabled: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Internal Pricing' })
185 | await page.getByRole('button', { name: 'Pricing Overview' }).waitFor();
186 | await page.getByText('Last Updated').waitFor();
> 187 | await page.getByRole('button', { name: 'Internal Pricing' }).isDisabled();
| ^
188 | await page.getByRole('button', { name: 'Sale History' }).isDisabled();
189 | await page.getByRole('button', { name: 'Sale Pricing' }).isDisabled();
190 | await page.getByRole('button', { name: 'BOM Pricing' }).isEnabled();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:187:64
|
[chromium] › pui_general.spec.ts:56:1 › Company:
src/frontend/tests/pui_general.spec.ts#L1
4) [chromium] › pui_general.spec.ts:56:1 › Company ───────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_general.spec.ts:56:1 › Company:
src/frontend/tests/baseFixtures.ts#L85
4) [chromium] › pui_general.spec.ts:56:1 › Company ───────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 44
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/company/1/",
+ },
+ "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],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 12,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@6b7f521547ab7658e9ad968214b4217f",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@6b7f521547ab7658e9ad968214b4217f",
+ "_type": "Page",
+ },
+ },
+ ]
at baseFixtures.ts:85
83 | });
84 | await use(page);
> 85 | expect(messages).toEqual([]);
| ^
86 | }
87 | });
88 |
at Object.page (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/baseFixtures.ts:85:22)
|
Filter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests - Full Migration [SQLite]
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
src/frontend/[firefox] › pages/pui_sales_order.spec.ts#L1
src/frontend/[firefox] › pages/pui_sales_order.spec.ts took 41.4s
|
Slow Test:
src/frontend/[chromium] › pui_settings.spec.ts#L1
src/frontend/[chromium] › pui_settings.spec.ts took 25.2s
|
Slow Test:
src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 21.3s
|
Slow Test:
src/frontend/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 20.8s
|
Slow Test:
src/frontend/[firefox] › modals.spec.ts#L1
src/frontend/[firefox] › modals.spec.ts took 20.6s
|
Tests - Migrations [PostgreSQL]
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
9 flaky
[chromium] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ─────────────────────────────────────────
[chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations ────────────────────────────────
[chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing, BOM) ─────────────────────
[chromium] › pui_general.spec.ts:56:1 › Company ────────────────────────────────────────────────
[chromium] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
[firefox] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ──────────────────────────────────────────
[firefox] › pages/pui_purchase_order.spec.ts:56:1 › Purchase Orders - Filters ──────────────────
[firefox] › pages/pui_purchase_order.spec.ts:80:1 › Purchase Orders - Order Parts ──────────────
[firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ───────────────────────
127 passed (18.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-build
|
2.27 MB |
|
schema.yml
|
65 KB |
|