Skip to content

[WIP] refactor js operator runtime #5833

[WIP] refactor js operator runtime

[WIP] refactor js operator runtime #5833

Triggered via pull request October 19, 2024 20:30
Status Failure
Total duration 33m 36s
Billable time 59m
Artifacts 2

pr.yml

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

Annotations

13 errors, 20 warnings, and 1 notice
packages/operators/src/runtime/hooks/useExectuionContext.test.tsx > useExecutionContext > should create an execution context with the provided operator name: app/packages/operators/src/runtime/hooks/useCurrentSample.ts#L13
Error: [vitest] No "currentSampleId" export is defined on the "@fiftyone/state" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock("@fiftyone/state", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ Module.useCurrentSample [as default] packages/operators/src/runtime/hooks/useCurrentSample.ts:13:52 ❯ Module.useExecutionContext [as default] packages/operators/src/runtime/hooks/useExecutionContext.ts:20:25 ❯ __vi_import_1__.renderHook.wrapper.children.children packages/operators/src/runtime/hooks/useExectuionContext.test.tsx:22:13 ❯ TestComponent node_modules/@testing-library/react/dist/pure.js:299:27 ❯ renderWithHooks node_modules/react-dom/cjs/react-dom.development.js:16305:18 ❯ mountIndeterminateComponent node_modules/react-dom/cjs/react-dom.development.js:20074:13 ❯ beginWork node_modules/react-dom/cjs/react-dom.development.js:21587:16 ❯ beginWork$1 node_modules/react-dom/cjs/react-dom.development.js:27426:14
test / test-app
Process completed with exit code 1.
all-tests
Process completed with exit code 1.
[chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view: e2e-pw/src/oss/poms/viewbar/viewbar.ts#L36
1) [chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('view-bar').getByTestId('view-stage-container') Expected string: "Limit3" Received string: "+ add stage" Call log: - expect.toContainText with timeout 5000ms - waiting for getByTestId('view-bar').getByTestId('view-stage-container') - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" at oss/poms/viewbar/viewbar.ts:36 34 | 35 | async hasViewStage(text: string) { > 36 | await expect(this.viewBar.viewStages).toContainText(text); | ^ 37 | } 38 | } 39 | at ViewBarAsserter.hasViewStage (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/viewbar/viewbar.ts:36:43) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/operators/built-in-operators.spec.ts:53:24
[chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view: e2e-pw/src/oss/poms/viewbar/viewbar.ts#L36
1) [chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('view-bar').getByTestId('view-stage-container') Expected string: "Limit3" Received string: "+ add stage" Call log: - expect.toContainText with timeout 5000ms - waiting for getByTestId('view-bar').getByTestId('view-stage-container') - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" at oss/poms/viewbar/viewbar.ts:36 34 | 35 | async hasViewStage(text: string) { > 36 | await expect(this.viewBar.viewStages).toContainText(text); | ^ 37 | } 38 | } 39 | at ViewBarAsserter.hasViewStage (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/viewbar/viewbar.ts:36:43) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/operators/built-in-operators.spec.ts:53:24
[chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view: e2e-pw/src/oss/poms/viewbar/viewbar.ts#L36
1) [chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('view-bar').getByTestId('view-stage-container') Expected string: "Limit3" Received string: "+ add stage" Call log: - expect.toContainText with timeout 5000ms - waiting for getByTestId('view-bar').getByTestId('view-stage-container') - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" at oss/poms/viewbar/viewbar.ts:36 34 | 35 | async hasViewStage(text: string) { > 36 | await expect(this.viewBar.viewStages).toContainText(text); | ^ 37 | } 38 | } 39 | at ViewBarAsserter.hasViewStage (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/viewbar/viewbar.ts:36:43) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/operators/built-in-operators.spec.ts:53:24
[chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view: e2e-pw/src/oss/poms/viewbar/viewbar.ts#L36
1) [chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('view-bar').getByTestId('view-stage-container') Expected string: "Limit3" Received string: "+ add stage" Call log: - expect.toContainText with timeout 5000ms - waiting for getByTestId('view-bar').getByTestId('view-stage-container') - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" - locator resolved to <div class="sc-hnGEgG cIaHML" data-cy="view-stage-container">…</div> - unexpected value "+ add stage" at oss/poms/viewbar/viewbar.ts:36 34 | 35 | async hasViewStage(text: string) { > 36 | await expect(this.viewBar.viewStages).toContainText(text); | ^ 37 | } 38 | } 39 | at ViewBarAsserter.hasViewStage (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/viewbar/viewbar.ts:36:43) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/operators/built-in-operators.spec.ts:53:24
[chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter: e2e-pw/src/oss/poms/panels/modal-panel.ts#L45
2) [chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter ──────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 0 Array [ "Sample", - "E2E: Counter Python Panel", ] at oss/poms/panels/modal-panel.ts:45 43 | async verifyAvailableTabs(expectedTabs: string[]) { 44 | const availableTabs = await this.panelPom.availableTabs; > 45 | expect(availableTabs).toEqual(expectedTabs); | ^ 46 | } 47 | } 48 | at ModalPanelAsserter.verifyAvailableTabs (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/panels/modal-panel.ts:45:27) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/operators/panels-modal.spec.ts:44:3
[chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter: e2e-pw/src/oss/poms/panels/modal-panel.ts#L45
2) [chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 0 Array [ "Sample", - "E2E: Counter Python Panel", ] at oss/poms/panels/modal-panel.ts:45 43 | async verifyAvailableTabs(expectedTabs: string[]) { 44 | const availableTabs = await this.panelPom.availableTabs; > 45 | expect(availableTabs).toEqual(expectedTabs); | ^ 46 | } 47 | } 48 | at ModalPanelAsserter.verifyAvailableTabs (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/panels/modal-panel.ts:45:27) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/operators/panels-modal.spec.ts:44:3
[chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter: e2e-pw/src/oss/poms/panels/modal-panel.ts#L45
2) [chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter ──────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 0 Array [ "Sample", - "E2E: Counter Python Panel", ] at oss/poms/panels/modal-panel.ts:45 43 | async verifyAvailableTabs(expectedTabs: string[]) { 44 | const availableTabs = await this.panelPom.availableTabs; > 45 | expect(availableTabs).toEqual(expectedTabs); | ^ 46 | } 47 | } 48 | at ModalPanelAsserter.verifyAvailableTabs (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/panels/modal-panel.ts:45:27) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/operators/panels-modal.spec.ts:44:3
[chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter: e2e-pw/src/oss/poms/panels/modal-panel.ts#L45
2) [chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter ──────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 0 Array [ "Sample", - "E2E: Counter Python Panel", ] at oss/poms/panels/modal-panel.ts:45 43 | async verifyAvailableTabs(expectedTabs: string[]) { 44 | const availableTabs = await this.panelPom.availableTabs; > 45 | expect(availableTabs).toEqual(expectedTabs); | ^ 46 | } 47 | } 48 | at ModalPanelAsserter.verifyAvailableTabs (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/panels/modal-panel.ts:45:27) at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/operators/panels-modal.spec.ts:44:3
[chromium] › oss/specs/operators/prompt.spec.ts:67:1 › Prompt: Say hello in modal: e2e-pw/src/oss/poms/operators/operators-prompt.ts#L63
3) [chromium] › oss/specs/operators/prompt.spec.ts:67:1 › Prompt: Say hello in modal ───────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('operators-prompt-modal') Expected string: "Executing..." Received string: "Name​CancelExecute" Call log: - expect.toContainText with timeout 5000ms - waiting for getByTestId('operators-prompt-modal') - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" at oss/poms/operators/operators-prompt.ts:63 61 | } 62 | async isExecuting() { > 63 | await expect(this.panelPom.locator).toContainText("Executing..."); | ^ 64 | } 65 | async canExecute() { 66 | await expect(this.panelPom.executeButton).toBeEnabled(); at OperatorsPromptAsserter.isExecuting (/home
[chromium] › oss/specs/operators/prompt.spec.ts:67:1 › Prompt: Say hello in modal: e2e-pw/src/oss/poms/operators/operators-prompt.ts#L63
3) [chromium] › oss/specs/operators/prompt.spec.ts:67:1 › Prompt: Say hello in modal ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByTestId('operators-prompt-modal') Expected string: "Executing..." Received string: "Name​CancelExecute" Call log: - expect.toContainText with timeout 5000ms - waiting for getByTestId('operators-prompt-modal') - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" - locator resolved to <div role="dialog" aria-labelledby="" data-cy="operators-prompt-modal" aria-describedby="scroll-dialog-description" class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation24 MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthFalse css-4wdx8z">…</div> - unexpected value "Name​CancelExecute" at oss/poms/operators/operators-prompt.ts:63 61 | } 62 | async isExecuting() { > 63 | await expect(this.panelPom.locator).toContainText("Executing..."); | ^ 64 | } 65 | async canExecute() { 66 | await exp
lint / eslint: app/packages/operators/src/CustomPanel.tsx#L40
React Hook useEffect has missing dependencies: 'panelId', 'panelName', 'setPanelCloseEffect', and 'trackEvent'. Either include them or remove the dependency array
lint / eslint: app/packages/operators/src/CustomPanel.tsx#L104
React Hook useEffect has a missing dependency: 'dimensions'. Either include it or remove the dependency array
lint / eslint: app/packages/operators/src/built-in-operators.ts#L815
'ctx' is defined but never used. Allowed unused args must match /^_/u
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
lint / eslint
'path' is never reassigned. Use 'const' instead
lint / eslint
'value' is never reassigned. Use 'const' instead
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
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.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.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] › oss/specs/smoke-tests/field-visibility.spec.ts#L1
e2e-pw/[chromium] › oss/specs/smoke-tests/field-visibility.spec.ts took 54.3s
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 25.5s
Slow Test: e2e-pw/[chromium] › oss/specs/selection.spec.ts#L1
e2e-pw/[chromium] › oss/specs/selection.spec.ts took 17.8s
Slow Test: e2e-pw/[chromium] › oss/specs/sidebar/sidebar.spec.ts#L1
e2e-pw/[chromium] › oss/specs/sidebar/sidebar.spec.ts took 17.5s
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
6 failed [chromium] › oss/specs/operators/built-in-operators.spec.ts:49:1 › Built-in operators: set view [chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter ───────────── [chromium] › oss/specs/operators/prompt.spec.ts:67:1 › Prompt: Say hello in modal ────────────── [chromium] › oss/specs/operators/prompt.spec.ts:100:1 › Prompt: Say hello in drawer ──────────── [chromium] › oss/specs/operators/prompt.spec.ts:120:1 › Prompt: Progress ─────────────────────── [chromium] › oss/specs/operators/python-panels-grid.spec.ts:42:1 › Python Panels: Counter ────── 13 flaky [chromium] › oss/specs/grid-tagging.spec.ts:42:1 › grid tagging ──────────────────────────────── [chromium] › oss/specs/groups/dynamic-groups.spec.ts:70:3 › pcd dynamic group pagination bar ─── [chromium] › oss/specs/groups/dynamic-groups.spec.ts:70:3 › png dynamic group pagination bar ─── [chromium] › oss/specs/groups/nested-dynamic-groups.spec.ts:116:1 › dynamic groups of groups works [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/smoke-tests/embeddings.spec.ts:62:3 › embeddings on quickstart dataset › lasso samples work [chromium] › oss/specs/smoke-tests/quickstart-groups.spec.ts:79:5 › quickstart-groups › modal › navigation works [chromium] › oss/specs/smoke-tests/quickstart-groups.spec.ts:104:5 › quickstart-groups › modal › group media visibility toggle works [chromium] › oss/specs/smoke-tests/quickstart-groups.spec.ts:139:3 › quickstart-groups › modal with grid filter [chromium] › oss/specs/smoke-tests/quickstart.spec.ts:80:3 › quickstart › selection bookmark ─── 2 skipped 86 passed (27.0m)

Artifacts

Produced during runtime
Name Size
dist
19.7 MB
playwright-report
165 MB