Add tsc to CI and yarn scripts #12133
pr.yml
on: pull_request
modified-files
7s
teams
Matrix: e2e / test-e2e
Matrix: test / test-python
build
/
changes
34s
build
/
build
1m 0s
lint
/
eslint
59s
test
/
test-app
1m 36s
Matrix: test-windows / test-python
all-tests
3s
Annotations
12 errors, 28 warnings, and 1 notice
|
build / build
Process completed with exit code 2.
|
|
build / build
No overload matches this call.
|
|
e2e / Test e2e (Mongo latest):
e2e-pw/src/oss/specs/3d/fo3d-ply.spec.ts#L83
'page' is defined but never used
|
|
[chromium] › src/oss/specs/smoke-tests/embeddings.spec.ts:60:3 › embeddings on quickstart dataset › embeddings panel opens:
e2e-pw/src/oss/poms/panels/embeddings-panel.ts#L96
2) [chromium] › src/oss/specs/smoke-tests/embeddings.spec.ts:60:3 › embeddings on quickstart dataset › embeddings panel opens
TimeoutError: locator.click: Timeout 500ms exceeded.
Call log:
- waiting for getByTestId('embeddings-container').getByTestId('embeddings-plot-option-lasso')
- locator resolved to <a title="Select (s)" class="sc-ibLojl cZPIQc" data-cy="embeddings-plot-option-lasso">…</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at oss/poms/panels/embeddings-panel.ts:96
94 | });
95 |
> 96 | await this.embeddingsPom.lassoTool.click({ timeout: 500 });
| ^
97 | await this.embeddingsPom.selectAll();
98 | await expect(this.panelPom.selectionCount).toBeVisible({ timeout: 500 });
99 | }
at EmebddingsAsserter.verifyLassoSelectsSamples (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/panels/embeddings-panel.ts:96:40)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/smoke-tests/embeddings.spec.ts:69:5
|
|
[chromium] › src/oss/specs/groups/nested-dynamic-groups.spec.ts:124:1 › dynamic groups of groups works:
e2e-pw/src/oss/poms/modal/modal-sidebar.ts#L96
1) [chromium] › src/oss/specs/groups/nested-dynamic-groups.spec.ts:124:1 › dynamic groups of groups works
TimeoutError: page.waitForFunction: Timeout 5000ms exceeded.
at oss/poms/modal/modal-sidebar.ts:96
94 |
95 | async waitUntilSidebarEntryTextEquals(key: string, value: string) {
> 96 | return this.modalSidebarPom.page.waitForFunction(
| ^
97 | ({ key_, value_ }: { key_: string; value_: string }) => {
98 | return (
99 | document.querySelector(`[data-cy='sidebar-entry-${key_}']`)
at SidebarAsserter.waitUntilSidebarEntryTextEquals (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/modal-sidebar.ts:96:38)
at map (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/modal-sidebar.ts:113:14)
at SidebarAsserter.waitUntilSidebarEntryTextEqualsMultiple (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/modal-sidebar.ts:112:31)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/nested-dynamic-groups.spec.ts:176:30
|
|
test / test-python (ubuntu-latest, 3.11)
Canceling since a higher priority waiting request for Pull Request-refs/pull/7066/merge exists
|
|
test / test-python (ubuntu-latest, 3.11)
The operation was canceled.
|
|
test / test-python (ubuntu-latest, 3.12)
Canceling since a higher priority waiting request for Pull Request-refs/pull/7066/merge exists
|
|
test / test-python (ubuntu-latest, 3.12)
The operation was canceled.
|
|
all-tests
Process completed with exit code 1.
|
|
Pull Request
Canceling since a higher priority waiting request for Pull Request-refs/pull/7066/merge exists
|
|
Pull Request
Canceling since a higher priority waiting request for Pull Request-refs/pull/7066/merge exists
|
|
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, 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, 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-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/
|
|
e2e / Test e2e (Mongo latest)
Unexpected input(s) 'cache-dependency-path', valid inputs are ['version', 'version-file', 'python-version', 'activate-environment', 'venv-path', 'working-directory', 'checksum', 'github-token', 'enable-cache', 'cache-dependency-glob', 'restore-cache', 'save-cache', 'cache-suffix', 'cache-local-path', 'prune-cache', 'cache-python', 'ignore-nothing-to-cache', 'ignore-empty-workdir', 'tool-dir', 'tool-bin-dir', 'manifest-file', 'add-problem-matchers', 'resolution-strategy']
|
|
e2e / Test e2e (Mongo latest):
e2e-pw/src/oss/specs/regression-tests/media-field.spec.ts#L85
Unexpected use of the `.skip()` annotation
|
|
e2e / Test e2e (Mongo latest):
e2e-pw/src/oss/poms/modal/index.ts#L124
Unexpected use of page.waitForTimeout()
|
|
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 26.4s
|
|
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 37.1s
|
|
Slow Test:
e2e-pw/[chromium] › src/oss/specs/smoke-tests/quickstart-groups.spec.ts#L0
e2e-pw/[chromium] › src/oss/specs/smoke-tests/quickstart-groups.spec.ts took 42.3s
|
|
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 42.4s
|
|
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 47.9s
|
|
e2e / Test e2e (Mongo latest)
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/
|
|
e2e / Test e2e (Mongo latest)
Unexpected input(s) 'cache-dependency-path', valid inputs are ['version', 'version-file', 'python-version', 'activate-environment', 'venv-path', 'working-directory', 'checksum', 'github-token', 'enable-cache', 'cache-dependency-glob', 'restore-cache', 'save-cache', 'cache-suffix', 'cache-local-path', 'prune-cache', 'cache-python', 'ignore-nothing-to-cache', 'ignore-empty-workdir', 'tool-dir', 'tool-bin-dir', 'manifest-file', 'add-problem-matchers', 'resolution-strategy']
|
|
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-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/
|
|
test / test-python (ubuntu-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, 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/
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › src/oss/specs/groups/nested-dynamic-groups.spec.ts:124:1 › dynamic groups of groups works
[chromium] › src/oss/specs/smoke-tests/embeddings.spec.ts:60:3 › embeddings on quickstart dataset › embeddings panel opens
2 skipped
100 passed (9.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report-mongodb-latest
|
6.62 MB |
sha256:720bda97cce05f9588e657221e6781f54f4db69139ce3f4822e139c54d1fd30c
|
|