Skip to content

kie-issues#1466: A Decision Table with a single output column shouldn't have a name #7104

kie-issues#1466: A Decision Table with a single output column shouldn't have a name

kie-issues#1466: A Decision Table with a single output column shouldn't have a name #7104

Triggered via pull request January 31, 2025 02:44
Status Success
Total duration 3h 17m 49s
Artifacts 12

ci_build.yml

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

Annotations

2 errors, 23 warnings, and 5 notices
[chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:112:9 › Test scenario table context menu › Context menu checks › should add and delete row below: packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
1) [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:112:9 › Test scenario table context menu › Context menu checks › should add and delete row below 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
[chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:112:9 › Test scenario table context menu › Context menu checks › should add and delete row below: packages/scesim-editor/tests-e2e/__fixtures__/table.ts#L44
1) [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:112:9 › Test scenario table context menu › Context menu checks › should add and delete row below 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 (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/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)
Neither a .vscodeignore file nor a "files" property in package.json was found. To ensure only necessary files are included in your extension, add a .vscodeignore file or specify the "files" property in package.json. More info: https://aka.ms/vscode-vscodeignore
run (windows-latest, 2)
This extension consists of 1196 files, out of which 298 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 (windows-latest, 2)
Neither a .vscodeignore file nor a "files" property in package.json was found. To ensure only necessary files are included in your extension, add a .vscodeignore file or specify the "files" property in package.json. More info: https://aka.ms/vscode-vscodeignore
run (windows-latest, 2)
This extension consists of 1169 files, out of which 290 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 (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/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 (macos-13, 2)
Neither a .vscodeignore file nor a "files" property in package.json was found. To ensure only necessary files are included in your extension, add a .vscodeignore file or specify the "files" property in package.json. More info: https://aka.ms/vscode-vscodeignore
run (macos-13, 2)
This extension consists of 1196 files, out of which 298 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 (macos-13, 2)
Neither a .vscodeignore file nor a "files" property in package.json was found. To ensure only necessary files are included in your extension, add a .vscodeignore file or specify the "files" property in package.json. More info: https://aka.ms/vscode-vscodeignore
run (macos-13, 2)
This extension consists of 1169 files, out of which 290 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.9s
Slow Test: packages/boxed-expression-component/[webkit] › boxedExpressions/function/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/function/populate.spec.ts took 15.2s
Slow Test: packages/dmn-editor/[webkit] › drdArtifacts/addAssociationWaypoint.spec.ts#L1
packages/dmn-editor/[webkit] › drdArtifacts/addAssociationWaypoint.spec.ts took 18.2s
Slow Test: packages/dmn-editor/[webkit] › drdArtifacts/addGroup.spec.ts#L1
packages/dmn-editor/[webkit] › drdArtifacts/addGroup.spec.ts took 18.0s
Slow Test: packages/scesim-editor/[chromium] › scesimEditor/testScenarioTable/selectorPanel.spec.ts#L1
packages/scesim-editor/[chromium] › scesimEditor/testScenarioTable/selectorPanel.spec.ts took 16.5s
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/[chromium] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts took 49.8s
Slow Test: packages/dmn-editor-standalone/[Google Chrome] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[Google Chrome] › api/undoAndRedo.spec.ts took 49.5s
Slow Test: packages/dmn-editor-standalone/[Google Chrome] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[Google Chrome] › includedModels/includedModels.spec.ts took 39.2s
Slow Test: packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts took 38.3s
🎭 Playwright Run Summary
77 skipped 805 passed (29.2m)
🎭 Playwright Run Summary
99 skipped 1359 passed (1.6h)
🎭 Playwright Run Summary
1 flaky [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:112:9 › Test scenario table context menu › Context menu checks › should add and delete row below 46 skipped 130 passed (8.3m)
🎭 Playwright Run Summary
39 passed (6.9m)
🎭 Playwright Run Summary
72 skipped 24 passed (3.9m)

Artifacts

Produced during runtime
Name Size
Linux_2__build-artifacts
620 MB
Linux_2__end-to-end-tests-artifacts
31.6 MB
Linux_2__end-to-end-tests-reports
55.7 KB
Linux_2__tests-reports
1.83 KB
Windows_2__build-artifacts
643 MB
Windows_2__end-to-end-tests-artifacts
182 Bytes
Windows_2__end-to-end-tests-reports
178 Bytes
Windows_2__tests-reports
1.56 KB
macOS_2__build-artifacts
611 MB
macOS_2__end-to-end-tests-artifacts
182 Bytes
macOS_2__end-to-end-tests-reports
178 Bytes
macOS_2__tests-reports
1.46 KB