Skip to content

kie-issues#1595: Sandbox: Add "Open in Boxed Expression Editor" button in the DMN Runner form output cards #6864

kie-issues#1595: Sandbox: Add "Open in Boxed Expression Editor" button in the DMN Runner form output cards

kie-issues#1595: Sandbox: Add "Open in Boxed Expression Editor" button in the DMN Runner form output cards #6864

Triggered via pull request January 7, 2025 11:10
Status Success
Total duration 2h 49m 26s
Artifacts 12

ci_build.yml

on: pull_request
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 28 warnings, and 10 notices
[Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header: packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
1) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header Test timeout of 60000ms exceeded while running "beforeEach" hook. 26 | test.describe("Test scenario table context menu", () => { 27 | test.describe("Context menu checks", () => { > 28 | test.beforeEach(async ({ editor, testScenarioTable, table }) => { | ^ 29 | await editor.createTestScenario(AssetType.RULE); 30 | await table.addRow({ targetCellName: "1", position: AddRowPosition.ABOVE }); 31 | await testScenarioTable.fill({ content: "test", rowLocatorInfo: "1", columnNumber: 1 }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts:28:10
[Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header: packages/scesim-editor/tests-e2e/__fixtures__/table.ts#L44
1) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('menuitem', { name: 'Insert Above' }) at __fixtures__/table.ts:44 42 | args.position === AddRowPosition.BELOW 43 | ? await this.page.getByRole("menuitem", { name: "Insert Below" }).click() > 44 | : await this.page.getByRole("menuitem", { name: "Insert Above" }).click(); | ^ 45 | } 46 | 47 | public async addPropertyColumn(args: { targetCellName: string; position: AddColumnPosition; columnNumber: number }) { at Table.addRow (/home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__fixtures__/table.ts:44:73) at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts:30:7
[Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header: packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
1) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header Test timeout of 60000ms exceeded while running "beforeEach" hook. 26 | test.describe("Test scenario table context menu", () => { 27 | test.describe("Context menu checks", () => { > 28 | test.beforeEach(async ({ editor, testScenarioTable, table }) => { | ^ 29 | await editor.createTestScenario(AssetType.RULE); 30 | await table.addRow({ targetCellName: "1", position: AddRowPosition.ABOVE }); 31 | await testScenarioTable.fill({ content: "test", rowLocatorInfo: "1", columnNumber: 1 }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts:28:10
[Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header: packages/scesim-editor/tests-e2e/__fixtures__/table.ts#L44
1) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('menuitem', { name: 'Insert Above' }) at __fixtures__/table.ts:44 42 | args.position === AddRowPosition.BELOW 43 | ? await this.page.getByRole("menuitem", { name: "Insert Below" }).click() > 44 | : await this.page.getByRole("menuitem", { name: "Insert Above" }).click(); | ^ 45 | } 46 | 47 | public async addPropertyColumn(args: { targetCellName: string; position: AddColumnPosition; columnNumber: number }) { at Table.addRow (/home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__fixtures__/table.ts:44:73) at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts:30:7
run (ubuntu-latest, 1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run (ubuntu-latest, 0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run (macos-13, 2)
Restore cache failed: Dependencies file is not found in /Users/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (macos-13, 2): packages/form-dmn/src/FormDmnOutputs.tsx#L283
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (macos-13, 2): packages/online-editor/src/accounts/kubernetes/ConnectToLocalKubernetesClusterWizard.tsx#L176
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
run (windows-latest, 2)
Restore cache failed: Dependencies file is not found in D:\a\incubator-kie-tools\incubator-kie-tools. Supported file pattern: go.sum
run (windows-latest, 2): packages/form-dmn/src/FormDmnOutputs.tsx#L283
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (windows-latest, 2): packages/online-editor/src/accounts/kubernetes/ConnectToLocalKubernetesClusterWizard.tsx#L176
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
run (ubuntu-latest, 2)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
Slow Test: packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts took 19.5s
run (ubuntu-latest, 2): packages/form-dmn/src/FormDmnOutputs.tsx#L283
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
Slow Test: packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts took 1.1m
Slow Test: packages/dmn-editor-standalone/[Google Chrome] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[Google Chrome] › api/undoAndRedo.spec.ts took 48.8s
Slow Test: packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts took 48.6s
Slow Test: packages/dmn-editor-standalone/[Google Chrome] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[Google Chrome] › includedModels/includedModels.spec.ts took 38.5s
Slow Test: packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts took 38.4s
run (ubuntu-latest, 2): packages/online-editor/src/accounts/kubernetes/ConnectToLocalKubernetesClusterWizard.tsx#L176
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
run (ubuntu-latest, 2)
This extension consists of 1213 files, out of which 315 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
run (ubuntu-latest, 2)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
Slow Test: packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts took 19.5s
run (ubuntu-latest, 2): packages/form-dmn/src/FormDmnOutputs.tsx#L283
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
Slow Test: packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts took 1.1m
Slow Test: packages/dmn-editor-standalone/[Google Chrome] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[Google Chrome] › api/undoAndRedo.spec.ts took 48.8s
Slow Test: packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts took 48.6s
Slow Test: packages/dmn-editor-standalone/[Google Chrome] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[Google Chrome] › includedModels/includedModels.spec.ts took 38.5s
Slow Test: packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts took 38.4s
run (ubuntu-latest, 2): packages/online-editor/src/accounts/kubernetes/ConnectToLocalKubernetesClusterWizard.tsx#L176
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
run (ubuntu-latest, 2)
This extension consists of 1213 files, out of which 315 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
🎭 Playwright Run Summary
77 skipped 805 passed (25.0m)
🎭 Playwright Run Summary
99 skipped 1359 passed (1.2h)
🎭 Playwright Run Summary
1 flaky [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header 45 skipped 131 passed (7.5m)
🎭 Playwright Run Summary
39 passed (6.7m)
🎭 Playwright Run Summary
72 skipped 24 passed (3.9m)
🎭 Playwright Run Summary
77 skipped 805 passed (25.0m)
🎭 Playwright Run Summary
99 skipped 1359 passed (1.2h)
🎭 Playwright Run Summary
1 flaky [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:181:9 › Test scenario table context menu › Context menu checks › should not render context menu on the expect header 45 skipped 131 passed (7.5m)
🎭 Playwright Run Summary
39 passed (6.7m)
🎭 Playwright Run Summary
72 skipped 24 passed (3.9m)

Artifacts

Produced during runtime
Name Size
Linux_2__build-artifacts
619 MB
Linux_2__end-to-end-tests-artifacts
28.4 MB
Linux_2__end-to-end-tests-reports
55.4 KB
Linux_2__tests-reports
2.81 KB
Windows_2__build-artifacts
642 MB
Windows_2__end-to-end-tests-artifacts
182 Bytes
Windows_2__end-to-end-tests-reports
178 Bytes
Windows_2__tests-reports
2.56 KB
macOS_2__build-artifacts
610 MB
macOS_2__end-to-end-tests-artifacts
182 Bytes
macOS_2__end-to-end-tests-reports
178 Bytes
macOS_2__tests-reports
2.46 KB