Human Annotation #9933
pr.yml
on: pull_request
modified-files
29s
teams
0s
Matrix: test / test-python
build
/
changes
30s
build
/
build
4m 17s
e2e
/
test-e2e
36m 59s
lint
/
eslint
2m 19s
test
/
test-app
3m 11s
Matrix: test-windows / test-python
all-tests
2s
Annotations
11 errors, 25 warnings, and 1 notice
[chromium] › src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:67:3 › quickstart-groups › dynamic groups:
e2e-pw/src/oss/fixtures/loader.ts#L123
2) [chromium] › src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:67:3 › quickstart-groups › dynamic groups
Error: browserContext.clearCookies: Test timeout of 60000ms exceeded.
at oss/fixtures/loader.ts:123
121 | } else {
122 | const ctx = page.context();
> 123 | ctx.clearCookies();
| ^
124 | ctx.clearPermissions();
125 | await page.reload({ waitUntil: "domcontentloaded" });
126 | await this.waitUntilGridVisible(page, datasetName, options, true);
at OssLoader.waitUntilGridVisible (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/fixtures/loader.ts:123:13)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:62:5
|
[chromium] › src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:67:3 › quickstart-groups › dynamic groups:
e2e-pw/src/oss/fixtures/loader.ts#L125
2) [chromium] › src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:67:3 › quickstart-groups › dynamic groups
Error: page.reload: Target page, context or browser has been closed
at oss/fixtures/loader.ts:125
123 | ctx.clearCookies();
124 | ctx.clearPermissions();
> 125 | await page.reload({ waitUntil: "domcontentloaded" });
| ^
126 | await this.waitUntilGridVisible(page, datasetName, options, true);
127 | }
128 | }
at OssLoader.waitUntilGridVisible (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/fixtures/loader.ts:125:20)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:62:5
|
[chromium] › src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:67:3 › quickstart-groups › dynamic groups:
e2e-pw/src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts#L61
2) [chromium] › src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:67:3 › quickstart-groups › dynamic groups
Test timeout of 60000ms exceeded while running "beforeEach" hook.
59 |
60 | test.describe.serial("quickstart-groups", () => {
> 61 | test.beforeEach(async ({ page, fiftyoneLoader }) => {
| ^
62 | await fiftyoneLoader.waitUntilGridVisible(page, datasetName, {
63 | searchParams: new URLSearchParams({ view: "dynamic" }),
64 | });
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:61:8
|
[chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open:
e2e-pw/src/oss/fixtures/loader.ts#L74
1) [chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('selector-result-quickstart-groups-gyjhk4l')
at oss/fixtures/loader.ts:74
72 |
73 | if (datasetName) {
> 74 | await page.getByTestId(`selector-result-${datasetName}`).click();
| ^
75 | } else {
76 | const firstSelectorResult = page.locator(
77 | "[data-cy=selector-results-container] > div"
at forceDatasetFromSelector (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/fixtures/loader.ts:74:66)
at OssLoader.waitUntilGridVisible (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/fixtures/loader.ts:96:7)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/display-options/display-options.spec.ts:38:5
|
[chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open:
e2e-pw/src/oss/specs/display-options/display-options.spec.ts#L37
1) [chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
35 |
36 | test.describe.serial("Display Options", () => {
> 37 | test.beforeEach(async ({ page, fiftyoneLoader }) => {
| ^
38 | await fiftyoneLoader.waitUntilGridVisible(page, datasetName);
39 | });
40 |
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/display-options/display-options.spec.ts:37:8
|
[chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open:
e2e-pw/src/oss/fixtures/loader.ts#L74
1) [chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('selector-result-quickstart-groups-l36k7dp')
at oss/fixtures/loader.ts:74
72 |
73 | if (datasetName) {
> 74 | await page.getByTestId(`selector-result-${datasetName}`).click();
| ^
75 | } else {
76 | const firstSelectorResult = page.locator(
77 | "[data-cy=selector-results-container] > div"
at forceDatasetFromSelector (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/fixtures/loader.ts:74:66)
at OssLoader.waitUntilGridVisible (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/fixtures/loader.ts:96:7)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/display-options/display-options.spec.ts:38:5
|
[chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open:
e2e-pw/src/oss/specs/display-options/display-options.spec.ts#L37
1) [chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
35 |
36 | test.describe.serial("Display Options", () => {
> 37 | test.beforeEach(async ({ page, fiftyoneLoader }) => {
| ^
38 | await fiftyoneLoader.waitUntilGridVisible(page, datasetName);
39 | });
40 |
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/display-options/display-options.spec.ts:37:8
|
[chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open:
e2e-pw/src/oss/fixtures/loader.ts#L74
1) [chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('selector-result-quickstart-groups-rn97j34')
at oss/fixtures/loader.ts:74
72 |
73 | if (datasetName) {
> 74 | await page.getByTestId(`selector-result-${datasetName}`).click();
| ^
75 | } else {
76 | const firstSelectorResult = page.locator(
77 | "[data-cy=selector-results-container] > div"
at forceDatasetFromSelector (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/fixtures/loader.ts:74:66)
at OssLoader.waitUntilGridVisible (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/fixtures/loader.ts:96:7)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/display-options/display-options.spec.ts:38:5
|
[chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open:
e2e-pw/src/oss/specs/display-options/display-options.spec.ts#L37
1) [chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
35 |
36 | test.describe.serial("Display Options", () => {
> 37 | test.beforeEach(async ({ page, fiftyoneLoader }) => {
| ^
38 | await fiftyoneLoader.waitUntilGridVisible(page, datasetName);
39 | });
40 |
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/display-options/display-options.spec.ts:37:8
|
[chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open:
e2e-pw/src/oss/specs/display-options/display-options.spec.ts#L29
1) [chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open
"beforeAll" hook timeout of 60000ms exceeded.
27 | });
28 |
> 29 | test.beforeAll(async ({ fiftyoneLoader, foWebServer }) => {
| ^
30 | await foWebServer.startWebServer();
31 | await fiftyoneLoader.loadZooDataset("quickstart-groups", datasetName, {
32 | max_samples: 12,
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/display-options/display-options.spec.ts:29:6
|
all-tests
Process completed with exit code 1.
|
lint / eslint:
app/packages/operators/src/built-in-operators.ts#L40
'Clear' is defined but never used. Allowed unused vars must match /^_|React/u
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L116
React Hook useEffect has a missing dependency: 'dimensions'. Either include it or remove the dependency array
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L52
React Hook useEffect has missing dependencies: 'panelId', 'panelName', 'props.onUnLoad', 'setPanelCloseEffect', 'trackEvent', and 'triggerPanelEvent'. Either include them or remove the dependency array
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L40
'pending' is never reassigned. Use 'const' instead
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L38
'data' is never reassigned. Use 'const' instead
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L37
'panelSchema' is never reassigned. Use 'const' instead
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L36
'handlePanelStatePathChange' is never reassigned. Use 'const' instead
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L35
'handlePanelStateChange' is never reassigned. Use 'const' instead
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L28
'panelLabel' is assigned a value but never used. Allowed unused vars must match /^_|React/u
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L1
'CodeBlock' is defined but never used. Allowed unused vars must match /^_|React/u
|
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/
|
test / test-python (ubuntu-latest-m, 3.12)
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-windows / test-python (windows-latest, 3.12)
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-windows / test-python (windows-latest, 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.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)
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-windows / test-python (windows-latest, 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/
|
test-windows / test-python (windows-latest, 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/
|
Slow Test:
e2e-pw/[chromium] › src/oss/specs/smoke-tests/quickstart.spec.ts#L0
e2e-pw/[chromium] › src/oss/specs/smoke-tests/quickstart.spec.ts took 27.1s
|
Slow Test:
e2e-pw/[chromium] › src/oss/specs/sidebar/sidebar.spec.ts#L0
e2e-pw/[chromium] › src/oss/specs/sidebar/sidebar.spec.ts took 27.2s
|
Slow Test:
e2e-pw/[chromium] › src/oss/specs/groups/sparse-groups.spec.ts#L0
e2e-pw/[chromium] › src/oss/specs/groups/sparse-groups.spec.ts took 35.9s
|
Slow Test:
e2e-pw/[chromium] › src/oss/specs/smoke-tests/saved-views.spec.ts#L0
e2e-pw/[chromium] › src/oss/specs/smoke-tests/saved-views.spec.ts took 38.6s
|
Slow Test:
e2e-pw/[chromium] › src/oss/specs/smoke-tests/field-visibility.spec.ts#L0
e2e-pw/[chromium] › src/oss/specs/smoke-tests/field-visibility.spec.ts took 56.0s
|
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
3 failed
[chromium] › src/oss/specs/display-options/display-options.spec.ts:41:3 › Display Options › switching display options statistics to group should be successful when histogram is open
[chromium] › src/oss/specs/smoke-tests/quickstart-groups-dynamic.spec.ts:67:3 › quickstart-groups › dynamic groups
[chromium] › src/oss/specs/smoke-tests/quickstart-groups.spec.ts:55:3 › quickstart-groups › should have four lookers with 'left' as default slice
2 skipped
5 did not run
90 passed (14.0m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
dist
|
21.2 MB |
sha256:a0872501a5700206dea8820ddd3bce2a75e2a95ac0849dac45d5d96b88317102
|
|
playwright-report
|
23.7 MB |
sha256:7f02f896a098beabc99824b50c998083d770142c1b34810e6332c28de07eb56e
|
|