feat(Job/Statistics): add operation_statistics_descriptions [YTFRONT-3522] #2417
ci-e2e.yaml
on: pull_request
Annotations
7 errors, 8 warnings, and 3 notices
[chromium] › pages/system.spec.ts:4:5 › System: check short name:
packages/ui/tests/e2e/pages/system.spec.ts#L18
1) [chromium] › pages/system.spec.ts:4:5 › System: check short name ──────────────────────────────
TypeError: Cannot read properties of undefined (reading 'innerText')
16 |
17 | const mastersNameElements = await page.$$('.master-group__host-name');
> 18 | const firstMasterName = await mastersNameElements[0].innerText();
| ^
19 | expect(firstMasterName).toEqual('local');
20 | });
21 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/system.spec.ts:18:58
|
[chromium] › pages/operations/jobs.base.screen.ts:11:5 › Job - Details:
packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts#L75
1) [chromium] › pages/operations/jobs.base.screen.ts:11:5 › Job - Details › Statistics ───────────
Error: Screenshot comparison failed:
978 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts-snapshots/Job---Details-3-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-jobs.base.screen.ts-Job---Details-chromium/Job---Details-3-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-jobs.base.screen.ts-Job---Details-chromium/Job---Details-3-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 978 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 978 pixels (ratio 0.01 of all image pixels) are different.
73 | );
74 |
> 75 | await expect(page).toHaveScreenshot();
| ^
76 | });
77 |
78 | await test.step('Specification', async () => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts:75:28
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts:68:5
|
[chromium] › pages/operations/jobs.base.screen.ts:11:5 › Job - Details:
packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts#L75
1) [chromium] › pages/operations/jobs.base.screen.ts:11:5 › Job - Details › Statistics ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
978 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts-snapshots/Job---Details-3-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-jobs.base.screen.ts-Job---Details-chromium-retry1/Job---Details-3-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-jobs.base.screen.ts-Job---Details-chromium-retry1/Job---Details-3-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 978 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 978 pixels (ratio 0.01 of all image pixels) are different.
73 | );
74 |
> 75 | await expect(page).toHaveScreenshot();
| ^
76 | });
77 |
78 | await test.step('Specification', async () => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts:75:28
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts:68:5
|
[chromium] › pages/operations/jobs.base.screen.ts:11:5 › Job - Details:
packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts#L75
1) [chromium] › pages/operations/jobs.base.screen.ts:11:5 › Job - Details › Statistics ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
978 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts-snapshots/Job---Details-3-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-jobs.base.screen.ts-Job---Details-chromium-retry2/Job---Details-3-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-jobs.base.screen.ts-Job---Details-chromium-retry2/Job---Details-3-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 978 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 978 pixels (ratio 0.01 of all image pixels) are different.
73 | );
74 |
> 75 | await expect(page).toHaveScreenshot();
| ^
76 | });
77 |
78 | await test.step('Specification', async () => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts:75:28
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/jobs.base.screen.ts:68:5
|
[chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells:
packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts#L119
2) [chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells ───────
Error: Screenshot comparison failed:
148 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts-snapshots/Bundles---List---Tablet-cells-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base-00500-ndles---List---Tablet-cells-chromium/Bundles---List---Tablet-cells-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base-00500-ndles---List---Tablet-cells-chromium/Bundles---List---Tablet-cells-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 148 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 148 pixels (ratio 0.01 of all image pixels) are different.
117 | await bundles(page).replaceTabletCells();
118 |
> 119 | await expect(page).toHaveScreenshot();
| ^
120 |
121 | await page.click('input[placeholder="Enter bundle name..."]');
122 | await page.waitForSelector('.g-popup_open');
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts:119:24
|
[chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells:
packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts#L119
2) [chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
148 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts-snapshots/Bundles---List---Tablet-cells-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base-00500-ndles---List---Tablet-cells-chromium-retry1/Bundles---List---Tablet-cells-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base-00500-ndles---List---Tablet-cells-chromium-retry1/Bundles---List---Tablet-cells-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 148 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 148 pixels (ratio 0.01 of all image pixels) are different.
117 | await bundles(page).replaceTabletCells();
118 |
> 119 | await expect(page).toHaveScreenshot();
| ^
120 |
121 | await page.click('input[placeholder="Enter bundle name..."]');
122 | await page.waitForSelector('.g-popup_open');
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts:119:24
|
E2E-screenshots for 'Local'
Process completed with exit code 1.
|
Start VM
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build docker image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build docker image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. 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:
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 23.3s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 23.9s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation/navigation.table.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/navigation/navigation.table.base.screen.ts took 17.6s
|
Slow Test:
packages/ui/tests/[chromium] › pages/components/components.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/components/components.base.screen.ts took 15.1s
|
Stop VM
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 flaky
[chromium] › pages/system.spec.ts:4:5 › System: check short name ───────────────────────────────
49 passed (1.9m)
|
🎭 Playwright Run Summary
50 passed (1.8m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › pages/operations/jobs.base.screen.ts:11:5 › Job - Details ─────────────────────────
1 flaky
[chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells ────────
37 passed (2.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots_test-results
Expired
|
1.71 MB |
|