Skip to content

Updated snippets for exporting dataset to use load_dataset #4755

Updated snippets for exporting dataset to use load_dataset

Updated snippets for exporting dataset to use load_dataset #4755

Triggered via pull request July 10, 2024 18:19
Status Success
Total duration 17m 43s
Billable time 52m
Artifacts 2

pr.yml

on: pull_request
Matrix: test / test-python
all-tests
0s
all-tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 13 warnings, and 1 notice
[chromium] › oss/specs/color-scheme/color-scheme.spec.ts:63:3 › color scheme basic functionality with quickstart › update color by value mode: e2e-pw/src/oss/specs/color-scheme/color-scheme.spec.ts#L99
1) [chromium] › oss/specs/color-scheme/color-scheme.spec.ts:63:3 › color scheme basic functionality with quickstart › update color by value mode, use tag as colorByAttribute Error: expect(received).toContain(expected) // indexOf Expected substring: "rgb(154, 205, 50)" Received string: "background-color: rgb(238, 0, 0);" 97 | 98 | // verify validation tag has yellow green as background color > 99 | expect(await tagBubble.getAttribute("style")).toContain( | ^ 100 | "rgb(154, 205, 50)" 101 | ); 102 | }); at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/color-scheme/color-scheme.spec.ts:99:51
[chromium] › oss/specs/groups/sparse-groups.spec.ts:96:3 › mp4 second slice: e2e-pw/src/oss/poms/grid/index.ts#L126
2) [chromium] › oss/specs/groups/sparse-groups.spec.ts:96:3 › mp4 second slice ─────────────────── TimeoutError: page.waitForFunction: Timeout 2000ms exceeded. at oss/poms/grid/index.ts:126 124 | 125 | async isEntryCountTextEqualTo(text: string) { > 126 | return this.gridPom.page.waitForFunction( | ^ 127 | (text_) => { 128 | return ( 129 | document.querySelector("[data-cy='entry-counts']").textContent === at GridAsserter.isEntryCountTextEqualTo (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/grid/index.ts:126:30) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/sparse-groups.spec.ts:103:23
[chromium] › oss/specs/groups/sparse-groups.spec.ts:96:3 › png second slice: e2e-pw/src/oss/poms/grid/index.ts#L126
3) [chromium] › oss/specs/groups/sparse-groups.spec.ts:96:3 › png second slice ─────────────────── TimeoutError: page.waitForFunction: Timeout 2000ms exceeded. at oss/poms/grid/index.ts:126 124 | 125 | async isEntryCountTextEqualTo(text: string) { > 126 | return this.gridPom.page.waitForFunction( | ^ 127 | (text_) => { 128 | return ( 129 | document.querySelector("[data-cy='entry-counts']").textContent === at GridAsserter.isEntryCountTextEqualTo (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/grid/index.ts:126:30) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/sparse-groups.spec.ts:103:23
[chromium] › oss/specs/regression-tests/group-video/group-video-label.spec.ts:87:3 › groups video labels › video plays with correct label for each slice: e2e-pw/src/oss/poms/modal/group-actions.ts#L92
4) [chromium] › oss/specs/regression-tests/group-video/group-video-label.spec.ts:87:3 › groups video labels › video plays with correct label for each slice Error: expect(received).toBe(expected) // Object.is equality Expected: "v1 is pinned" Received: "v2 is pinned" at oss/poms/modal/group-actions.ts:92 90 | async assertGroupPinnedText(text: string) { 91 | const pinnedText = await this.groupActionsPom.getGroupPinnedText(); > 92 | expect(pinnedText).toBe(text); | ^ 93 | } 94 | 95 | async assertIsCarouselVisible() { at ModalGroupActionsAsserter.assertGroupPinnedText (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/group-actions.ts:92:24) at checkVideo (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/regression-tests/group-video/group-video-label.spec.ts:98:7) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/regression-tests/group-video/group-video-label.spec.ts:119:5
[chromium] › oss/specs/regression-tests/index-page.spec.ts:24:1 › index page: e2e-pw/src/oss/specs/regression-tests/index-page.spec.ts#L1
5) [chromium] › oss/specs/regression-tests/index-page.spec.ts:24:1 › index page ────────────────── Test timeout of 60000ms exceeded.
[chromium] › oss/specs/regression-tests/index-page.spec.ts:24:1 › index page: e2e-pw/src/oss/poms/page.ts#L37
5) [chromium] › oss/specs/regression-tests/index-page.spec.ts:24:1 › index page ────────────────── Error: page.waitForSelector: Test timeout of 60000ms exceeded. Call log: - waiting for locator('[data-cy=index-page]') to be visible at oss/poms/page.ts:37 35 | await this.datasetSelector.selectResult(dataset); 36 | } > 37 | await this.page.waitForSelector( | ^ 38 | `[data-cy=${dataset ? "dataset" : "index"}-page]`, 39 | { 40 | state: "visible", at PagePom.loadDataset (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/page.ts:37:21) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/regression-tests/index-page.spec.ts:25:3
[chromium] › oss/specs/regression-tests/sidebar/sidebar-datetime.spec.ts:103:3 › date field and date time field can filter visibility › change datetime field visibility works: e2e-pw/src/oss/specs/regression-tests/sidebar/sidebar-datetime.spec.ts#L133
6) [chromium] › oss/specs/regression-tests/sidebar/sidebar-datetime.spec.ts:103:3 › date field and date time field can filter visibility › change datetime field visibility works Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 131 | await gridRefreshedEventPromise; 132 | // check screenshot > 133 | expect(await page.getByTestId("tag-seconds").count()).toBe(1); | ^ 134 | }); 135 | }); 136 | at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/regression-tests/sidebar/sidebar-datetime.spec.ts:133:59
[chromium] › oss/specs/smoke-tests/quickstart.spec.ts:56:3 › quickstart › selection bookmark: e2e-pw/src/oss/specs/smoke-tests/quickstart.spec.ts#L62
7) [chromium] › oss/specs/smoke-tests/quickstart.spec.ts:56:3 › quickstart › selection bookmark ── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByTestId('entry-counts') Expected string: "1 sample" Received string: "1 group of patch" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('entry-counts') - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" - locator resolved to <div data-cy="entry-counts" class="sc-fhrDCu dMWjZT">…</div> - unexpected value "1 group of patch" 60 | await grid.actionsRow.bookmarkFilters(); 61 | await gridRefresh; > 62 | await expect(page.getByTestId("entry-counts")).toHaveText("1 sample"); | ^ 63 | }); 64 | }); 65 | at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/smoke-tests/quickstart.spec.ts:62:52
test / test-app
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test / test-python (ubuntu-latest-m, 3.10)
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/
test / test-python (ubuntu-latest-m, 3.11)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test / test-python (ubuntu-latest-m, 3.11)
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/
test / test-python (ubuntu-latest-m, 3.8)
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/
test / test-python (ubuntu-latest-m, 3.9)
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/
Slow Test: e2e-pw/[chromium] › oss/specs/smoke-tests/saved-views.spec.ts#L1
e2e-pw/[chromium] › oss/specs/smoke-tests/saved-views.spec.ts took 49.9s
Slow Test: e2e-pw/[chromium] › oss/specs/smoke-tests/field-visibility.spec.ts#L1
e2e-pw/[chromium] › oss/specs/smoke-tests/field-visibility.spec.ts took 45.7s
Slow Test: e2e-pw/[chromium] › oss/specs/smoke-tests/quickstart-groups.spec.ts#L1
e2e-pw/[chromium] › oss/specs/smoke-tests/quickstart-groups.spec.ts took 19.7s
Slow Test: e2e-pw/[chromium] › oss/specs/sidebar/sidebar.spec.ts#L1
e2e-pw/[chromium] › oss/specs/sidebar/sidebar.spec.ts took 16.6s
e2e / test-e2e
Unexpected input(s) 'working-directory', valid inputs are ['path', 'key', 'restore-keys', 'upload-chunk-size', 'enableCrossOsArchive', 'fail-on-cache-miss', 'lookup-only', 'save-always']
e2e / test-e2e
Unexpected input(s) 'working-directory', valid inputs are ['path', 'key', 'restore-keys', 'upload-chunk-size', 'enableCrossOsArchive', 'fail-on-cache-miss', 'lookup-only', 'save-always']
e2e / test-e2e
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
7 flaky [chromium] › oss/specs/color-scheme/color-scheme.spec.ts:63:3 › color scheme basic functionality with quickstart › update color by value mode, use tag as colorByAttribute [chromium] › oss/specs/groups/sparse-groups.spec.ts:96:3 › mp4 second slice ──────────────────── [chromium] › oss/specs/groups/sparse-groups.spec.ts:96:3 › png second slice ──────────────────── [chromium] › oss/specs/regression-tests/group-video/group-video-label.spec.ts:87:3 › groups video labels › video plays with correct label for each slice [chromium] › oss/specs/regression-tests/index-page.spec.ts:24:1 › index page ─────────────────── [chromium] › oss/specs/regression-tests/sidebar/sidebar-datetime.spec.ts:103:3 › date field and date time field can filter visibility › change datetime field visibility works [chromium] › oss/specs/smoke-tests/quickstart.spec.ts:56:3 › quickstart › selection bookmark ─── 1 skipped 99 passed (10.1m)

Artifacts

Produced during runtime
Name Size
dist Expired
15.5 MB
playwright-report Expired
13.1 MB