dev #2758
Triggered via deployment
May 13, 2024 18:26
czibuildbot
dev
1729cda
Status
Failure
Total duration
35m 35s
Artifacts
3
deploy-happy-stack.yml
on: deployment
upgrade
12m 4s
Matrix: run-e2e-tests
e2e-logged-in-test
9m 13s
functional-test
21m 47s
performance-test
10s
github-tag-and-release
0s
status
6s
Annotations
12 errors, 28 warnings, and 6 notices
[chromium] › tests/features/collection/revision.test.ts:392:9 › Collection Revision @loggedIn › reorder datasets › move last dataset to first position:
frontend/tests/features/collection/revision.test.ts#L531
1) [chromium] › tests/features/collection/revision.test.ts:392:9 › Collection Revision @loggedin › reorder datasets › move last dataset to first position
Error: tryUntil() failed - Maxed out timeout of 180000ms: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('collection-actions')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('collection-actions')
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1yc97rd0" data-testid="colle…></div>
- unexpected value "hidden"
529 | await tryUntil(
530 | async () =>
> 531 | await expect(page.getByTestId(COLLECTION_ACTIONS_ID)).toBeVisible(),
| ^
532 | { page }
533 | );
534 |
at assert (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:531:61)
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:13)
at startRevision (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:529:3)
at startReorderableRevision (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:708:3)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:394:7
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L925
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
923 | const linkHrefBeforeSelection = await page
924 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 925 | .getAttribute("href");
| ^
926 |
927 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
928 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:925:12
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L925
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
923 | const linkHrefBeforeSelection = await page
924 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 925 | .getAttribute("href");
| ^
926 |
927 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
928 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:925:12
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L925
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
923 | const linkHrefBeforeSelection = await page
924 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 925 | .getAttribute("href");
| ^
926 |
927 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
928 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:925:12
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
2) [chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1235
2) [chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
1233 | const linkHrefBeforeSelection = await page
1234 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 1235 | .getAttribute("href");
| ^
1236 |
1237 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
1238 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:1235:12
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
2) [chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1235
2) [chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
1233 | const linkHrefBeforeSelection = await page
1234 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 1235 | .getAttribute("href");
| ^
1236 |
1237 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
1238 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:1235:12
|
e2e-test
Process completed with exit code 1.
|
upgrade
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, avakar/set-deployment-status@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
upgrade
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
upgrade
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
upgrade
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
performance-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
performance-test
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/
|
e2e-tests chromium 2 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-tests chromium 2 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
|
e2e-tests chromium 3 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-tests chromium 3 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
|
e2e-tests chromium 4 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-tests chromium 4 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
|
e2e-tests chromium 5 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-tests chromium 5 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
|
e2e-logged-in-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/upload-artifact@v2, avakar/set-deployment-status@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-logged-in-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2, avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e-logged-in-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-logged-in-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
functional-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, avakar/set-deployment-status@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
functional-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
functional-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
functional-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-tests chromium 1 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: avakar/set-deployment-status@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-test
The following actions uses node12 which is deprecated and will be forced to run on node16: avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "logged-in-test-results", "playwright-report chromium 1 of 5".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
1 skipped
57 passed (4.1s)
|
🎭 Playwright Run Summary
1 skipped
56 passed (4.4s)
|
🎭 Playwright Run Summary
3 skipped
54 passed (4.1m)
|
🎭 Playwright Run Summary
2 skipped
55 passed (6.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/features/collection/revision.test.ts:392:9 › Collection Revision @loggedin › reorder datasets › move last dataset to first position
15 passed (7.3m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
1 flaky
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
2 skipped
22 did not run
32 passed (20.3m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
all-blob-reports
Expired
|
137 MB |
|
|
logged-in-test-results
Expired
|
9.66 MB |
|
|
playwright-report chromium 1 of 5
Expired
|
145 MB |
|