chore: Resolve serialization console errors. Add data source logo into linage. #1535
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
33s
run_playwright_tests
/
format-check
34s
run_playwright_tests
/
test
9m 30s
run_tests
7m 55s
Annotations
10 errors, 2 warnings, and 1 notice
[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-label: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:41: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:41: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-label: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:41: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:41: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-label: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:41: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:41: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 (4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
5.27 MB |
|