Skip to content

chore: Resolve serialization console errors. Add data source logo into linage. #1533

chore: Resolve serialization console errors. Add data source logo into linage.

chore: Resolve serialization console errors. Add data source logo into linage. #1533

Triggered via pull request October 24, 2023 15:25
Status Failure
Total duration 8m 56s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

run-pr-tests.yaml

on: pull_request
run_playwright_tests  /  lint
28s
run_playwright_tests / lint
run_playwright_tests  /  format-check
20s
run_playwright_tests / format-check
run_playwright_tests  /  test
8m 44s
run_playwright_tests / test
run_tests
6m 14s
run_tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 2 warnings, and 1 notice
run_playwright_tests / format-check
Process completed with exit code 1.
[chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter: tests/features/filters/filters.spec.ts#L1
1) [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter Test timeout of 60000ms exceeded.
[chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter: tests/features/filters/filters.spec.ts#L32
1) [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter locator.click: Target closed =========================== logs =========================== waiting for selector "#filter-datasource:has-text('Datasource') >> .." ============================================================ 30 | }) => { 31 | await test.step('Apply filter Datasource', async () => { > 32 | await pages.catalog.openFilterWithSelect(datasourceFilter); | ^ 33 | await pages.catalog.chooseOption(datasourceOptionBookETL); 34 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 35 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:32:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:31:18
[chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter: tests/features/filters/filters.spec.ts#L1
1) [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter Pending operations: - locator.click at ui/pages/catalog/catalog.page.ts:40:69
[chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter: tests/features/filters/filters.spec.ts#L1
1) [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter Retry #1 --------------------------------------------------------------------------------------- Test timeout of 60000ms exceeded.
[chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter: tests/features/filters/filters.spec.ts#L32
1) [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter Retry #1 --------------------------------------------------------------------------------------- locator.click: Target closed =========================== logs =========================== waiting for selector "#filter-datasource:has-text('Datasource') >> .." ============================================================ 30 | }) => { 31 | await test.step('Apply filter Datasource', async () => { > 32 | await pages.catalog.openFilterWithSelect(datasourceFilter); | ^ 33 | await pages.catalog.chooseOption(datasourceOptionBookETL); 34 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 35 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:32:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:31:18
[chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter: tests/features/filters/filters.spec.ts#L1
1) [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter Retry #1 --------------------------------------------------------------------------------------- Pending operations: - locator.click at ui/pages/catalog/catalog.page.ts:40:69
[chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter: tests/features/filters/filters.spec.ts#L1
2) [chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter Test timeout of 60000ms exceeded.
[chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter: tests/features/filters/filters.spec.ts#L42
2) [chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter locator.click: Target closed =========================== logs =========================== waiting for selector "#filter-namespace:has-text('Namespace') >> .." ============================================================ 40 | test('Should display the expected item with Namespace filter', async ({ steps: { pages } }) => { 41 | await test.step('Apply filter Namespace', async () => { > 42 | await pages.catalog.openFilterWithSelect(namespaceFilter); | ^ 43 | await pages.catalog.chooseOption(namespaceOption); 44 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 45 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:42:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:41:18
[chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter: tests/features/filters/filters.spec.ts#L1
2) [chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter Pending operations: - locator.click at ui/pages/catalog/catalog.page.ts:40:69
[chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter: tests/features/filters/filters.spec.ts#L1
2) [chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter Retry #1 --------------------------------------------------------------------------------------- Test timeout of 60000ms exceeded.
run_tests
Value "create new" for option comment_mode is deprecated! Instead, use value "always".
run_tests
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/
🎭 Playwright Run Summary
4 failed [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter [chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter [chromium] › ../features/filters/filters.spec.ts:109:5 › Check filters › Apply multiple filters › Should display the expected item with different types of filters [chromium] › ../features/filters/filters.spec.ts:133:5 › Check filters › Apply multiple filters › Should display the expected item with all filters 38 passed (3m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
5.1 MB