Update pint library to latest version #14358
qc_checks.yaml
on: pull_request
Filter
5s
Build - UI Platform
2m 8s
Style [Documentation]
45s
Tests - Migrations [PostgreSQL]
23m 17s
Tests - Full Migration [SQLite]
3m 14s
Tests - inventree-python
5m 11s
Tests - DB [PostgreSQL]
11m 26s
Tests - DB [MySQL]
12m 8s
Tests - Platform UI
18m 42s
Matrix: coverage
Style - Classic UI [JS]
1m 29s
Push new schema
0s
Annotations
14 errors, 9 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
Tests - DB [PostgreSQL]
Process completed with exit code 1.
|
Tests - DB [MySQL]
Process completed with exit code 1.
|
Tests - DB [SQLite] + Coverage 3.9
Process completed with exit code 1.
|
[chromium] › pui_general.spec.ts:71:1 › PUI - Sales:
src/frontend/tests/pui_general.spec.ts#L1
1) [chromium] › pui_general.spec.ts:71:1 › PUI - Sales ───────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_general.spec.ts:71:1 › PUI - Sales:
src/frontend/tests/baseFixtures.ts#L82
1) [chromium] › pui_general.spec.ts:71:1 › PUI - Sales ───────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 522
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/order/so-extra-line/?order=1&limit=25&offset=0",
+ },
+ "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@bdf636cd1251a78550a6431a967fc62a",
+ "_type": "Page",
+ },
+ Symbol(shapeMode): false,
+ Symbol(kCapture): false,
+ },
+ "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@bdf636cd1251a78550a6431a967fc62a",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/order/so-line/?order=1&part_detail=true&limit=25&offset=0",
+ },
+ "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@bdf636cd1251a78550a6431a967fc62a",
+ "_type": "Page",
+ },
+ Symbol(shapeMode): false,
+ Symbol(kCapture): false,
+ },
+ "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@bdf636cd1251a78550a6431a967fc62a",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/order/so/shipment/?order=1",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+ "close": [Function anonymous],
+ "crash": [Function anonymous],
+ "download": [Function anonymous],
+ "fileChooser": [Function anonymous],
+ "frameAttached": [Functi
|
[chromium] › pui_general.spec.ts:71:1 › PUI - Sales:
src/frontend/tests/pui_general.spec.ts#L106
1) [chromium] › pui_general.spec.ts:71:1 › PUI - Sales ───────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('No records found').first() to be visible
104 | await page.getByRole('tab', { name: 'Shipments' }).click();
105 | await page.getByRole('tab', { name: 'Build Orders' }).click();
> 106 | await page.getByText('No records found').first().waitFor();
| ^
107 | await page.getByRole('tab', { name: 'Attachments' }).click();
108 | await page.getByText('No attachments found').first().waitFor();
109 | await page.getByRole('tab', { name: 'Notes' }).click();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_general.spec.ts:106:52
|
[firefox] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground:
src/frontend/tests/pages/pui_index.spec.ts#L1
2) [firefox] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground:
src/frontend/tests/pages/pui_index.spec.ts#L12
2) [firefox] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'API Forms' })
10 | // Playground
11 | await page.getByRole('tab', { name: 'Playground' }).click();
> 12 | await page.getByRole('button', { name: 'API Forms' }).click();
| ^
13 |
14 | // New Part
15 | await page.getByRole('button', { name: 'Create New Part' }).click();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_index.spec.ts:12:57
|
[firefox] › pages/pui_part.spec.ts:196:1 › PUI - Pages - Part - Parameters:
src/frontend/tests/pages/pui_part.spec.ts#L1
3) [firefox] › pages/pui_part.spec.ts:196:1 › PUI - Pages - Part - Parameters ────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_part.spec.ts:196:1 › PUI - Pages - Part - Parameters:
src/frontend/tests/baseFixtures.ts#L82
3) [firefox] › pages/pui_part.spec.ts:196:1 › PUI - Pages - Part - Parameters ────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 132
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@594d691d5b560b2d1e7ecae822625272",
+ "_type": "JSHandle",
+ },
+ Symbol(shapeMode): false,
+ Symbol(kCapture): false,
+ },
+ ],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:5173/platform/part/69/parameters",
+ },
+ "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@7711d200fac402f40d2444b5409bb9e5",
+ "_type": "Page",
+ },
+ Symbol(shapeMode): false,
+ Symbol(kCapture): false,
+ },
+ "text": "[JavaScript Error: \"Loading module from “http://localhost:5173/src/defaults/menuItems.tsx” was blocked because of a disallowed MIME type (“”).\" {file: \"http://localhost:5173/platform/part/69/parameters\" line: 0}]",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@7711d200fac402f40d2444b5409bb9e5",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@4d2e8de806623b9e8bbfd9334b77b275",
+ "_type": "JSHandle",
+ },
+ Symbol(shapeMode): false,
+ Symbol(kCapture): false,
+ },
+ ],
+ "location": Object {
+ "columnNumber": 19,
+ "lineNumber": 2228,
+ "url": "http://localhost:5173/node_modules/.vite/deps/chunk-HHRTPNE4.js?v=f69a2bc9",
+ },
+ "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": "pag
|
[firefox] › pages/pui_part.spec.ts:196:1 › PUI - Pages - Part - Parameters:
src/frontend/tests/pages/pui_part.spec.ts#L202
3) [firefox] › pages/pui_part.spec.ts:196:1 › PUI - Pages - Part - Parameters ────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('action-button-add-parameter')
200 |
201 | // Create a new template
> 202 | await page.getByLabel('action-button-add-parameter').click();
| ^
203 |
204 | // Select the "Color" parameter template (should create a "choice" field)
205 | await page.getByLabel('related-field-template').fill('Color');
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:202:56
|
[firefox] › pui_general.spec.ts:71:1 › PUI - Sales:
src/frontend/tests/pui_general.spec.ts#L1
4) [firefox] › pui_general.spec.ts:71:1 › PUI - Sales ────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pui_general.spec.ts:71:1 › PUI - Sales:
src/frontend/tests/pui_general.spec.ts#L91
4) [firefox] › pui_general.spec.ts:71:1 › PUI - Sales ────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('cell', { name: 'Dorathy Gross' }) to be visible
89 | await page.getByRole('tab', { name: 'Sales Orders' }).click();
90 | await page.getByRole('tab', { name: 'Contacts' }).click();
> 91 | await page.getByRole('cell', { name: 'Dorathy Gross' }).waitFor();
| ^
92 | await page
93 | .getByRole('row', { name: 'Dorathy Gross [email protected]' })
94 | .waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_general.spec.ts:91:59
|
Build - UI Platform
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Style - Classic UI [JS]
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests - inventree-python
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests - Platform UI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
src/frontend/[firefox] › pages/pui_scan.spec.ts#L1
src/frontend/[firefox] › pages/pui_scan.spec.ts took 47.3s
|
Slow Test:
src/frontend/[firefox] › pui_stock.spec.ts#L1
src/frontend/[firefox] › pui_stock.spec.ts took 45.4s
|
Slow Test:
src/frontend/[chromium] › pui_stock.spec.ts#L1
src/frontend/[chromium] › pui_stock.spec.ts took 27.4s
|
Slow Test:
src/frontend/[chromium] › pages/pui_build.spec.ts#L1
src/frontend/[chromium] › pages/pui_build.spec.ts took 26.8s
|
Slow Test:
src/frontend/[firefox] › pages/pui_orders.spec.ts#L1
src/frontend/[firefox] › pages/pui_orders.spec.ts took 26.7s
|
🎭 Playwright Run Summary
4 flaky
[chromium] › pui_general.spec.ts:71:1 › PUI - Sales ────────────────────────────────────────────
[firefox] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ─────────────────────
[firefox] › pages/pui_part.spec.ts:196:1 › PUI - Pages - Part - Parameters ─────────────────────
[firefox] › pui_general.spec.ts:71:1 › PUI - Sales ─────────────────────────────────────────────
92 passed (12.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-build
Expired
|
2.09 MB |
|
schema.yml
Expired
|
60.8 KB |
|