feat: Ruff Configuration Settings #3644
Annotations
14 errors, 4 warnings, and 1 notice
e2e-tests (chromium-1-1)
Process completed with exit code 1.
|
e2e-tests (firefox-1-1)
Process completed with exit code 1.
|
e2e-tests (webkit-2-2)
Process completed with exit code 1.
|
e2e-results
Process completed with exit code 1.
|
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 5)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L447
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Error: expect.toHaveScreenshot: Test ended.
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.iris-grid-column')
- locator resolved to <div class="iris-grid-column">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 8759 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.iris-grid-column')
- locator resolved to <div class="iris-grid-column">…</div>
445 |
446 | await waitForLoadingDone(page);
> 447 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot();
| ^
448 | });
449 |
450 | await test.step('Toggle constituents', async () => {
at /work/tests/table-operations.spec.ts:447:53
at /work/tests/table-operations.spec.ts:442:3
|
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 13)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L475
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByText('Non-Aggregated Columns')
- locator resolved to <label for="QYVBri7rVcf0evGqJiFQs" class="custom-contro…>Non-Aggregated Columns</label>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
473 | await test.step('Aggregate columns', async () => {
474 | await page.getByText('Constituents').click();
> 475 | await page.getByText('Non-Aggregated Columns').click();
| ^
476 |
477 | await page.getByTestId('btn-page-back').click();
478 | await openTableOption(page, 'Aggregate Columns');
at /work/tests/table-operations.spec.ts:475:52
at /work/tests/table-operations.spec.ts:473:3
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 13)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L467
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Error: locator.dblclick: Test ended.
Call log:
- waiting for getByRole('button', { name: 'Int', exact: true })
465 | const intColumn = page.getByRole('button', { name: 'Int', exact: true });
466 | expect(intColumn).toBeTruthy();
> 467 | await intColumn.dblclick();
| ^
468 |
469 | await waitForLoadingDone(page);
470 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot();
at /work/tests/table-operations.spec.ts:467:21
at /work/tests/table-operations.spec.ts:464:14
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 13)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L477
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
475 | await page.getByText('Non-Aggregated Columns').click();
476 |
> 477 | await page.getByTestId('btn-page-back').click();
| ^
478 | await openTableOption(page, 'Aggregate Columns');
479 | await page.getByRole('button', { name: 'Add Aggregation' }).click();
480 |
at /work/tests/table-operations.spec.ts:477:45
at /work/tests/table-operations.spec.ts:473:3
|
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L1
3) [webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ────────────────
Error: worker process exited unexpectedly (code=null, signal=SIGABRT)
|
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
3) [webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 5)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
Slow Test:
[webkit] › table.spec.ts#L1
[webkit] › table.spec.ts took 42.1s
|
Slow Test:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 27.2s
|
Slow Test:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 19.3s
|
Slow Test:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 17.4s
|
🎭 Playwright Run Summary
3 failed
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ────────────────
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ─────────────────
4 flaky
[chromium] › table-multiselect.spec.ts:77:7 › select null filters ──────────────────────────────
[chromium] › table-multiselect.spec.ts:77:7 › select bool filters ──────────────────────────────
[firefox] › table-multiselect.spec.ts:77:7 › select null filters ───────────────────────────────
[firefox] › table-multiselect.spec.ts:77:7 › select empty filters ──────────────────────────────
290 passed (11.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-cache
Expired
|
1.25 GB |
|
playwright-report
Expired
|
32.6 MB |
|
playwright-report-blob-chromium-1-1
Expired
|
14.4 MB |
|
playwright-report-blob-firefox-1-1
Expired
|
13.5 MB |
|
playwright-report-blob-webkit-1-2
Expired
|
45.2 KB |
|
playwright-report-blob-webkit-2-2
Expired
|
4.39 MB |
|
server-logs-chromium-1-1
Expired
|
8.27 KB |
|
server-logs-firefox-1-1
Expired
|
8.44 KB |
|
server-logs-webkit-2-2
Expired
|
7.87 KB |
|