dev #2766
Triggered via deployment
May 16, 2024 17:07
czibuildbot
dev
34d3f55
Status
Failure
Total duration
37m 22s
Artifacts
5
deploy-happy-stack.yml
on: deployment
upgrade
13m 18s
Matrix: run-e2e-tests
e2e-logged-in-test
10m 11s
functional-test
17m 7s
performance-test
9s
github-tag-and-release
0s
status
3s
Annotations
16 errors, 26 warnings, and 6 notices
[chromium] › tests/features/wheresMyGene/downloadCsv.test.ts:19:7 › CSV download tests › Should verify CSV metadata and header for lung tissue with no group set:
frontend/tests/features/wheresMyGene/downloadCsv.test.ts#L27
1) [chromium] › tests/features/wheresMyGene/downloadCsv.test.ts:19:7 › CSV download tests › Should verify CSV metadata and header for lung tissue with no group set
Error: Timed out 20000ms waiting for expect(locator).not.toHaveCount(expected)
Locator: locator('canvas')
Expected: not 0
Received: 0
Call log:
- expect.not.toHaveCount with timeout 20000ms
- waiting for locator('canvas')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
25 | // Loading WMG with several genes + filters set takes a bit longer to load. We need the filters
26 | // to be set for this test, but we don't want the test to fail because the page hasn't loaded yet.
> 27 | await expect(page.locator("canvas")).not.toHaveCount(0, { timeout: 20000 });
| ^
28 |
29 | const tissues = ["blood", "lung"];
30 | const fileTypes = ["csv"];
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/wheresMyGene/downloadCsv.test.ts:27:46
|
[chromium] › tests/features/wheresMyGene/rightSideBar.test.ts:37:7 › Right side bar › Should load right side bar loads with legend:
frontend/tests/features/wheresMyGene/rightSideBar.test.ts#L56
1) [chromium] › tests/features/wheresMyGene/rightSideBar.test.ts:37:7 › Right side bar › Should load right side bar loads with legend, methodology, and source data
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
54 | expect(
55 | await page.getByTestId("source-data-list").locator("a").count()
> 56 | ).toBeGreaterThan(0);
| ^
57 | });
58 | test("Should links out to scExpression documentation", async ({
59 | page,
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/wheresMyGene/rightSideBar.test.ts:56:7
|
[chromium] › tests/features/collection/revision.test.ts:93:7 › Collection Revision @loggedIn › starts a revision:
frontend/tests/features/collection/revision.test.ts#L1
1) [chromium] › tests/features/collection/revision.test.ts:93:7 › Collection Revision @loggedin › starts a revision
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/collection/revision.test.ts:93:7 › Collection Revision @loggedIn › starts a revision:
frontend/tests/features/collection/revision.test.ts#L571
1) [chromium] › tests/features/collection/revision.test.ts:93:7 › Collection Revision @loggedin › starts a revision
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('revision-status').locator('a')
569 | .getByTestId(COLLECTION_STATUS_BANNER_ID)
570 | .locator("a")
> 571 | .getAttribute("href");
| ^
572 |
573 | /**
574 | * (thuang): Sometimes the dropdown is already open, so we need to check if it's
at deleteRevision (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:571:6)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:130:11
|
[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#L501
2) [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 60000ms: No available collection
499 | }
500 |
> 501 | throw new Error("No available collection");
| ^
502 | }
503 | },
504 | { page, timeoutMs: WAIT_FOR_MIN_USABLE_COLLECTION_TIMEOUT_MS }
at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:501:15)
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7)
at startRevision (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:473: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 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-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", "playwright-report chromium 4 of 5", "playwright-report chromium 5 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.4s)
|
🎭 Playwright Run Summary
1 skipped
56 passed (4.3s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/features/wheresMyGene/downloadCsv.test.ts:19:7 › CSV download tests › Should verify CSV metadata and header for lung tissue with no group set
3 skipped
53 passed (4.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/features/wheresMyGene/rightSideBar.test.ts:37:7 › Right side bar › Should load right side bar loads with legend, methodology, and source data
2 skipped
54 passed (6.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.4m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
all-blob-reports
Expired
|
155 MB |
|
|
logged-in-test-results
Expired
|
11.1 MB |
|
|
playwright-report chromium 1 of 5
Expired
|
144 MB |
|
|
playwright-report chromium 4 of 5
Expired
|
14.2 MB |
|
|
playwright-report chromium 5 of 5
Expired
|
4.29 MB |
|