Skip to content

test cli 5.2.3 release #6730

test cli 5.2.3 release

test cli 5.2.3 release #6730

Re-run triggered January 8, 2025 22:05
Status Failure
Total duration 41m 59s
Artifacts 12

rdev-update-for-pr.yml

on: pull_request
get_previous_image_digests
1m 6s
get_previous_image_digests
Matrix: build_images / build_images
seed-wmg-cellguide-rdev
2m 33s
seed-wmg-cellguide-rdev
summarize
0s
summarize
rdev-tests  /  seed-database-e2e-tests
24m 36s
rdev-tests / seed-database-e2e-tests
rdev-tests  /  functional-test
30m 13s
rdev-tests / functional-test
delete-previous-images
14s
delete-previous-images
Matrix: rdev-tests / run-e2e-tests
rdev-tests  /  e2e-logged-in-test
6m 11s
rdev-tests / e2e-logged-in-test
rdev-tests  /  merge-playwright-reports
48s
rdev-tests / merge-playwright-reports
rdev-tests  /  e2e-test
1s
rdev-tests / e2e-test
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 6 warnings, and 6 notices
[chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered: frontend/tests/features/home/homePage.test.ts#L54
1) [chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered ─ Error: tryUntil() failed - Maxed out retries of 50: expect(received).not.toEqual(expected) // deep equality Expected: not "33M+" 52 | .innerText(); 53 | > 54 | expect(cellsHeroNum).not.toEqual(LANDING_PAGE_FALLBACK_CELLS_HERO_NUM); | ^ 55 | expect(cellTypesHeroNum).not.toEqual( 56 | LANDING_PAGE_FALLBACK_CELLTYPES_HERO_NUM 57 | ); at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:54:34) at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:42:5
[chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered: frontend/tests/features/home/homePage.test.ts#L54
1) [chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: tryUntil() failed - Maxed out retries of 50: expect(received).not.toEqual(expected) // deep equality Expected: not "33M+" 52 | .innerText(); 53 | > 54 | expect(cellsHeroNum).not.toEqual(LANDING_PAGE_FALLBACK_CELLS_HERO_NUM); | ^ 55 | expect(cellTypesHeroNum).not.toEqual( 56 | LANDING_PAGE_FALLBACK_CELLTYPES_HERO_NUM 57 | ); at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:54:34) at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:42:5
[chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered: frontend/tests/features/home/homePage.test.ts#L54
1) [chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: tryUntil() failed - Maxed out retries of 50: expect(received).not.toEqual(expected) // deep equality Expected: not "33M+" 52 | .innerText(); 53 | > 54 | expect(cellsHeroNum).not.toEqual(LANDING_PAGE_FALLBACK_CELLS_HERO_NUM); | ^ 55 | expect(cellTypesHeroNum).not.toEqual( 56 | LANDING_PAGE_FALLBACK_CELLTYPES_HERO_NUM 57 | ); at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:54:34) at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:42:5
rdev-tests / e2e-tests chromium 4 of 5
Process completed with exit code 1.
rdev-tests / functional-test
The job running on runner GitHub Actions 137 has exceeded the maximum execution time of 30 minutes.
rdev-tests / functional-test
The operation was canceled.
[chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedIn › starts a revision: frontend/tests/features/collection/revision.test.ts#L565
1) [chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedin › starts a revision Error: tryUntil() failed - Maxed out timeout of 60000ms: No available collection 563 | } 564 | > 565 | throw new Error("No available collection"); | ^ 566 | } 567 | }, 568 | { 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:565: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:537:3) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:102:28
[chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedIn › starts a revision: frontend/tests/features/collection/revision.test.ts#L565
1) [chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedin › starts a revision Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: tryUntil() failed - Maxed out timeout of 60000ms: No available collection 563 | } 564 | > 565 | throw new Error("No available collection"); | ^ 566 | } 567 | }, 568 | { 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:565: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:537:3) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:102:28
[chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedIn › starts a revision: frontend/tests/features/collection/revision.test.ts#L565
1) [chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedin › starts a revision Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: tryUntil() failed - Maxed out timeout of 60000ms: No available collection 563 | } 564 | > 565 | throw new Error("No available collection"); | ^ 566 | } 567 | }, 568 | { 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:565: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:537:3) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:102:28
[chromium] › tests/features/collection/revision.test.ts:43:7 › Collection Revision @loggedIn › enables publish if datasets updated: frontend/tests/features/collection/revision.test.ts#L565
2) [chromium] › tests/features/collection/revision.test.ts:43:7 › Collection Revision @loggedin › enables publish if datasets updated Error: tryUntil() failed - Maxed out timeout of 60000ms: No available collection 563 | } 564 | > 565 | throw new Error("No available collection"); | ^ 566 | } 567 | }, 568 | { 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:565: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:537:3) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:45:5
[chromium] › tests/features/collection/revision.test.ts:43:7 › Collection Revision @loggedIn › enables publish if datasets updated: frontend/tests/features/collection/revision.test.ts#L565
2) [chromium] › tests/features/collection/revision.test.ts:43:7 › Collection Revision @loggedin › enables publish if datasets updated Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: tryUntil() failed - Maxed out timeout of 60000ms: No available collection 563 | } 564 | > 565 | throw new Error("No available collection"); | ^ 566 | } 567 | }, 568 | { 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:565: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:537:3) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:45:5
[chromium] › tests/features/collection/revision.test.ts:43:7 › Collection Revision @loggedIn › enables publish if datasets updated: frontend/tests/features/collection/revision.test.ts#L1
2) [chromium] › tests/features/collection/revision.test.ts:43:7 › Collection Revision @loggedin › enables publish if datasets updated Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
rdev-tests / e2e-logged-in-test
Process completed with exit code 1.
rdev-tests / e2e-test
Process completed with exit code 1.
rdev-tests / 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.
rdev-tests / 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.
rdev-tests / e2e-tests chromium 1 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.
rdev-tests / 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.
rdev-tests / e2e-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rdev-tests / merge-playwright-reports
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 skipped 59 passed (5.0s)
🎭 Playwright Run Summary
1 skipped 59 passed (1.4m)
🎭 Playwright Run Summary
3 skipped 57 passed (2.8m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered ── 3 skipped 55 passed (3.8m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedin › starts a revision 1 flaky [chromium] › tests/features/collection/revision.test.ts:43:7 › Collection Revision @loggedin › enables publish if datasets updated 9 did not run 6 passed (4.5m)
🎭 Playwright Run Summary
4 skipped 55 passed (5.3m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-chromium-1 Expired
185 KB
all-blob-reports-chromium-2 Expired
72.7 KB
all-blob-reports-chromium-3 Expired
33.8 KB
all-blob-reports-chromium-4 Expired
11.7 MB
all-blob-reports-chromium-5 Expired
271 KB
allure-results-chromium-1
120 KB
allure-results-chromium-2
86.4 KB
allure-results-chromium-3
70.3 KB
allure-results-chromium-5
137 KB
html-report--attempt-2
11.6 MB
logged-in-test-results
11.6 MB
playwright-report chromium 4 of 5
11.5 MB