Bump @octokit/request from 8.4.0 to 8.4.1 in /src/frontend #17404
qc_checks.yaml
on: pull_request
Filter
5s
Build - UI Platform
2m 7s
Style [Documentation]
37s
Tests - Migrations [PostgreSQL]
26m 34s
Tests - Full Migration [SQLite]
2m 57s
Tests - inventree-python
3m 14s
Tests - DB [PostgreSQL]
13m 8s
Tests - DB [MySQL]
12m 37s
Tests - Platform UI
26m 3s
Security [Zizmor]
47s
Matrix: coverage
Push new schema
0s
Annotations
11 errors, 16 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
[chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L113
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('cell', { name: 'Making some blue chairs' }) to be visible
111 |
112 | await page.getByRole('button', { name: 'Build Order Allocations' }).waitFor();
> 113 | await page.getByRole('cell', { name: 'Making some blue chairs' }).waitFor();
| ^
114 | await page.getByRole('cell', { name: 'Making tables for SO 0003' }).waitFor();
115 |
116 | // Let's look at the allocations for an entire part
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:113:69
|
[chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations:
src/frontend/tests/pages/pui_part.spec.ts#L133
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('BO0001') to be visible
131 |
132 | // Expected order reference values
> 133 | await page.getByText('BO0001').waitFor();
| ^
134 | await page.getByText('BO0016').waitFor();
135 | await page.getByText('BO0019').waitFor();
136 | await page.getByText('SO0008').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:133:34
|
[chromium] › pages/pui_part.spec.ts:173:1 › Parts - Pricing (Nothing:
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:173:1 › Parts - Pricing (Nothing, BOM) ────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:173:1 › Parts - Pricing (Nothing:
src/frontend/tests/pages/pui_part.spec.ts#L209
2) [chromium] › pages/pui_part.spec.ts:173:1 › Parts - Pricing (Nothing, BOM) ────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('Bar Chart')
207 | // BOM Pricing
208 | await page.getByRole('button', { name: 'BOM Pricing' }).click();
> 209 | await page.getByText('Bar Chart').click();
| ^
210 | await page.getByText('Pie Chart').click();
211 | await page.getByRole('button', { name: 'Quantity Not sorted' }).waitFor();
212 | await page.getByRole('button', { name: 'Unit Price Not sorted' }).waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:209:37
|
[chromium] › pages/pui_scan.spec.ts:22:1 › Scanning - Basic:
src/frontend/tests/pages/pui_scan.spec.ts#L1
3) [chromium] › pages/pui_scan.spec.ts:22:1 › Scanning - Basic ───────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_scan.spec.ts:22:1 › Scanning - Basic:
src/frontend/tests/pages/pui_scan.spec.ts#L29
3) [chromium] › pages/pui_scan.spec.ts:22:1 › Scanning - Basic ───────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('Scan or enter barcode data') to be visible
27 | await page.getByRole('button', { name: 'Scan Barcode' }).click();
28 |
> 29 | await page.getByText('Scan or enter barcode data').waitFor();
| ^
30 |
31 | // Select the scanner input
32 | await page.getByLabel('barcode-input-scanner').click();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_scan.spec.ts:29:54
|
[chromium] › pui_login.spec.ts:6:1 › Login - Basic Test:
src/frontend/tests/pui_login.spec.ts#L1
4) [chromium] › pui_login.spec.ts:6:1 › Login - Basic Test ───────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_login.spec.ts:6:1 › Login - Basic Test:
src/frontend/tests/login.ts#L18
4) [chromium] › pui_login.spec.ts:6:1 › Login - Basic Test ───────────────────────────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:18
16 | await page.getByLabel('password').fill(password);
17 | await page.getByRole('button', { name: 'Log in' }).click();
> 18 | await page.waitForURL('**/platform/home');
| ^
19 | await page.waitForTimeout(250);
20 | };
21 |
at doLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:18:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_login.spec.ts:7:3
|
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
|
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
|
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 - 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
|
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
|
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 - 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] › pui_settings.spec.ts#L1
src/frontend/[firefox] › pui_settings.spec.ts took 36.2s
|
Slow Test:
src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 22.3s
|
Slow Test:
src/frontend/[firefox] › pages/pui_dashboard.spec.ts#L1
src/frontend/[firefox] › pages/pui_dashboard.spec.ts took 19.8s
|
Slow Test:
src/frontend/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 17.3s
|
Slow Test:
src/frontend/[chromium] › settings/selectionList.spec.ts#L1
src/frontend/[chromium] › settings/selectionList.spec.ts took 16.7s
|
🎭 Playwright Run Summary
11 flaky
[chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ────────────────────────────────
[chromium] › pages/pui_part.spec.ts:173:1 › Parts - Pricing (Nothing, BOM) ─────────────────────
[chromium] › pages/pui_scan.spec.ts:22:1 › Scanning - Basic ────────────────────────────────────
[chromium] › pui_login.spec.ts:6:1 › Login - Basic Test ────────────────────────────────────────
[chromium] › pui_settings.spec.ts:142:1 › Settings - Admin - Barcode History ───────────────────
[firefox] › pages/pui_part.spec.ts:8:1 › Parts - Tabs ──────────────────────────────────────────
[firefox] › pages/pui_purchase_order.spec.ts:173:1 › Purchase Orders - Order Parts ─────────────
[firefox] › pages/pui_stock.spec.ts:233:1 › Stock - Tracking ───────────────────────────────────
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ──────────────────────────────────
[firefox] › pui_printing.spec.ts:55:1 › Report Printing ────────────────────────────────────────
[firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ───────────────────────
129 passed (19.7m)
|