Skip to content

feat: deprecate rds conversion (mark as skipped) #6747

feat: deprecate rds conversion (mark as skipped)

feat: deprecate rds conversion (mark as skipped) #6747

Triggered via pull request January 10, 2025 19:43
Status Failure
Total duration 47m 0s
Artifacts 12

rdev-update-for-pr.yml

on: pull_request
get_previous_image_digests
1m 5s
get_previous_image_digests
Matrix: build_images / build_images
seed-wmg-cellguide-rdev
3m 0s
seed-wmg-cellguide-rdev
summarize
2s
summarize
rdev-tests  /  seed-database-e2e-tests
24m 32s
rdev-tests / seed-database-e2e-tests
rdev-tests  /  functional-test
30m 14s
rdev-tests / functional-test
delete-previous-images
4s
delete-previous-images
Matrix: rdev-tests / run-e2e-tests
rdev-tests  /  e2e-logged-in-test
10m 30s
rdev-tests / e2e-logged-in-test
rdev-tests  /  merge-playwright-reports
56s
rdev-tests / merge-playwright-reports
rdev-tests  /  e2e-test
3s
rdev-tests / e2e-test
Fit to window
Zoom out
Zoom in

Annotations

17 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
[chromium] › tests/features/wheresMyGene/landingPageFilter.test.ts:172:7 › Left side bar › Data Source Button Badge Counter - Check Visible after filters applied: frontend/tests/features/wheresMyGene/landingPageFilter.test.ts#L185
2) [chromium] › tests/features/wheresMyGene/landingPageFilter.test.ts:172:7 › Left side bar › Data Source Button Badge Counter - Check Visible after filters applied Error: expect(locator).toBeVisible() Locator: getByTestId('source-data-badge') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('source-data-badge') 183 | }); 184 | const badgeCounter = await page.getByTestId(DATA_SOURCE_BADGE_TEST_ID); > 185 | expect(badgeCounter).toBeVisible(); | ^ 186 | const count = await badgeCounter.innerText(); 187 | expect(parseInt(count)).toBeLessThan(99); 188 | }, at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/wheresMyGene/landingPageFilter.test.ts:185:30) 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/wheresMyGene/landingPageFilter.test.ts:175: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 372 has exceeded the maximum execution time of 30 minutes.
rdev-tests / functional-test
The operation was canceled.
rdev-tests / e2e-test
Process completed with exit code 1.
[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
1) [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
1) [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/collection.test.ts:67:13 › Collection › Logged In Tests @loggedIn › Publish a collection › when no dataset › shows disabled publish button: frontend/tests/features/collection/collection.test.ts#L1
2) [chromium] › tests/features/collection/collection.test.ts:67:13 › Collection › Logged In Tests @loggedin › Publish a collection › when no dataset › shows disabled publish button Test timeout of 300000ms exceeded.
[chromium] › tests/features/collection/collection.test.ts:67:13 › Collection › Logged In Tests @loggedIn › Publish a collection › when no dataset › shows disabled publish button: frontend/tests/features/collection/collection.test.ts#L173
2) [chromium] › tests/features/collection/collection.test.ts:67:13 › Collection › Logged In Tests @loggedin › Publish a collection › when no dataset › shows disabled publish button Error: locator.click: Test timeout of 300000ms exceeded. Call log: - waiting for getByText('Create Collection') 171 | async function showCreateForm(page: Page) { 172 | await goToPage(`${TEST_URL}${ROUTES.COLLECTIONS}`, page); > 173 | await page.getByText("Create Collection").click(); | ^ 174 | } 175 | 176 | const collectionEndpointPath = `/dp/v1/collections`; at showCreateForm (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:173:45) at createCollection (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:151:3) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:68:11
[chromium] › tests/features/collection/collection.test.ts:94:11 › Collection › Deployed Env Tests @loggedIn › invalid DOIs › doesn't create a collection with a DOI in an invalid format: frontend/tests/features/collection/collection.test.ts#L1
3) [chromium] › tests/features/collection/collection.test.ts:94:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with a DOI in an invalid format Test timeout of 300000ms exceeded.
[chromium] › tests/features/collection/collection.test.ts:94:11 › Collection › Deployed Env Tests @loggedIn › invalid DOIs › doesn't create a collection with a DOI in an invalid format: frontend/tests/features/collection/collection.test.ts#L173
3) [chromium] › tests/features/collection/collection.test.ts:94:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with a DOI in an invalid format Error: locator.click: Test timeout of 300000ms exceeded. Call log: - waiting for getByText('Create Collection') 171 | async function showCreateForm(page: Page) { 172 | await goToPage(`${TEST_URL}${ROUTES.COLLECTIONS}`, page); > 173 | await page.getByText("Create Collection").click(); | ^ 174 | } 175 | 176 | const collectionEndpointPath = `/dp/v1/collections`; at showCreateForm (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:173:45) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:99:9
[chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedIn › starts a revision: frontend/tests/features/collection/revision.test.ts#L565
4) [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#L1
4) [chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedin › starts a revision Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
rdev-tests / e2e-logged-in-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.1s)
🎭 Playwright Run Summary
1 skipped 59 passed (1.3m)
🎭 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 ── 1 flaky [chromium] › tests/features/wheresMyGene/landingPageFilter.test.ts:172:7 › Left side bar › Data Source Button Badge Counter - Check Visible after filters applied 3 skipped 54 passed (4.0m)
🎭 Playwright Run Summary
4 skipped 55 passed (5.6m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/features/collection/revision.test.ts:43:7 › Collection Revision @loggedin › enables publish if datasets updated 3 flaky [chromium] › tests/features/collection/collection.test.ts:67:13 › Collection › Logged In Tests @loggedin › Publish a collection › when no dataset › shows disabled publish button [chromium] › tests/features/collection/collection.test.ts:94:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with a DOI in an invalid format [chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedin › starts a revision 9 did not run 4 passed (9.1m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-chromium-1 Expired
183 KB
all-blob-reports-chromium-2 Expired
72 KB
all-blob-reports-chromium-3 Expired
33.6 KB
all-blob-reports-chromium-4 Expired
11.8 MB
all-blob-reports-chromium-5 Expired
281 KB
allure-results-chromium-1 Expired
119 KB
allure-results-chromium-2 Expired
86.1 KB
allure-results-chromium-3 Expired
70.3 KB
allure-results-chromium-5 Expired
137 KB
html-report--attempt-1
11.7 MB
logged-in-test-results
27.8 MB
playwright-report chromium 4 of 5 Expired
11.6 MB