kie-issues#1581: New DMN Editor is getting crashed when working with Decision Table Annotation #7106
Triggered via pull request
January 31, 2025 12:46
Status
Success
Total duration
3h 10m 47s
Artifacts
12
Annotations
5 errors, 23 warnings, and 5 notices
[webkit] › drgElements/modelDecisionService.spec.ts:222:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Inputs Order › Decision Service Inputs Signature should be reordered:
packages/dmn-editor/tests-e2e/drgElements/modelDecisionService.spec.ts#L235
1) [webkit] › drgElements/modelDecisionService.spec.ts:222:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Inputs Order › Decision Service Inputs Signature should be reordered
Error: expect(received).toEqual(expected) // deep equality
Expected: "New Decision Service(A, B, AA, BB)"
Received: "New Decision Service(A, B, BB, AA)"
233 | await decisionServicePropertiesPanel.moveInputData({ fromIndex: 0, toIndex: 1 });
234 | await decisionServicePropertiesPanel.moveInputDecision({ fromIndex: 0, toIndex: 1 });
> 235 | expect(await decisionServicePropertiesPanel.getInvokingThisDecisionServiceInFeel()).toEqual(
| ^
236 | "New Decision Service(A, B, AA, BB)"
237 | );
238 | expect(await decisionServicePropertiesPanel.getInputDecisions()).toEqual(["A", "B"]);
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgElements/modelDecisionService.spec.ts:235:93
|
[webkit] › drgElements/modelDecisionService.spec.ts:259:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Decisions › Decision Service Decision Signature should not contain deleted Output Decision:
packages/dmn-editor/tests-e2e/drgElements/modelDecisionService.spec.ts#L255
2) [webkit] › drgElements/modelDecisionService.spec.ts:259:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Decisions › Decision Service Decision Signature should not contain deleted Output Decision
Error: expect(received).toEqual(expected) // deep equality
- Expected - 3
+ Received + 1
- Array [
- "A",
- ]
+ Array []
253 | await nodes.select({ name: DefaultNodeName.DECISION_SERVICE, position: NodePosition.TOP });
254 | await decisionServicePropertiesPanel.open();
> 255 | expect(await decisionServicePropertiesPanel.getOutputDecisions()).toEqual(["A"]);
| ^
256 | expect(await decisionServicePropertiesPanel.getEncapsulatedDecisions()).toEqual(["B"]);
257 | });
258 |
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgElements/modelDecisionService.spec.ts:255:75
|
[webkit] › readOnly/readOnlyDataTypes.spec.ts:64:7 › Read Only mode - Data Types › inputs should be disabled on constraints table and form:
packages/dmn-editor/tests-e2e/readOnly/readOnlyDataTypes.spec.ts#L25
3) [webkit] › readOnly/readOnlyDataTypes.spec.ts:64:7 › Read Only mode - Data Types › inputs should be disabled on constraints table and form
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('div[data-nodelabel="Loan Pre-Qualification"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('div[data-nodelabel="Loan Pre-Qualification"]')
- locator resolved to <div tabindex="-1" data-nodelabel="Loan Pre-Qualification" data-nodehref="#_21C50763-E49F-4D83-A824-16DA6AA87C64" class="kie-dmn-editor--node kie-dmn-editor--decision-node normal">…</div>
- unexpected value "hidden"
23 | test.beforeEach(async ({ editor, nodes }) => {
24 | await editor.openLoanPreQualification();
> 25 | await expect(nodes.get({ name: "Loan Pre-Qualification" })).toBeVisible();
| ^
26 | await editor.setIsReadOnly(true);
27 | await editor.changeTab({ tab: TabName.DATA_TYPES });
28 | });
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/readOnly/readOnlyDataTypes.spec.ts:25:63
|
[webkit] › readOnly/readOnlyDataTypes.spec.ts:64:7 › Read Only mode - Data Types › inputs should be disabled on constraints table and form:
packages/dmn-editor/tests-e2e/readOnly/readOnlyDataTypes.spec.ts#L25
3) [webkit] › readOnly/readOnlyDataTypes.spec.ts:64:7 › Read Only mode - Data Types › inputs should be disabled on constraints table and form
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('div[data-nodelabel="Loan Pre-Qualification"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('div[data-nodelabel="Loan Pre-Qualification"]')
- locator resolved to <div tabindex="-1" data-nodelabel="Loan Pre-Qualification" data-nodehref="#_21C50763-E49F-4D83-A824-16DA6AA87C64" class="kie-dmn-editor--node kie-dmn-editor--decision-node normal">…</div>
- unexpected value "hidden"
23 | test.beforeEach(async ({ editor, nodes }) => {
24 | await editor.openLoanPreQualification();
> 25 | await expect(nodes.get({ name: "Loan Pre-Qualification" })).toBeVisible();
| ^
26 | await editor.setIsReadOnly(true);
27 | await editor.changeTab({ tab: TabName.DATA_TYPES });
28 | });
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/readOnly/readOnlyDataTypes.spec.ts:25:63
|
[webkit] › readOnly/readOnlyDiagram.spec.ts:51:7 › Read Only mode - Diagram › should not be able to add edges:
packages/dmn-editor/tests-e2e/readOnly/readOnlyDiagram.spec.ts#L24
4) [webkit] › readOnly/readOnlyDiagram.spec.ts:51:7 › Read Only mode - Diagram › should not be able to add edges
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('div[data-nodelabel="Loan Pre-Qualification"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('div[data-nodelabel="Loan Pre-Qualification"]')
- locator resolved to <div tabindex="-1" data-nodelabel="Loan Pre-Qualification" data-nodehref="#_21C50763-E49F-4D83-A824-16DA6AA87C64" class="kie-dmn-editor--node kie-dmn-editor--decision-node normal">…</div>
- unexpected value "hidden"
22 | test.beforeEach(async ({ editor, nodes }) => {
23 | await editor.openLoanPreQualification();
> 24 | await expect(nodes.get({ name: "Loan Pre-Qualification" })).toBeVisible();
| ^
25 | await editor.setIsReadOnly(true);
26 | });
27 |
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/readOnly/readOnlyDiagram.spec.ts:24:63
|
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.3s
|
Slow Test:
packages/dmn-editor/[webkit] › drgRequirements/addKnowledgeRequirementWaypoint.spec.ts#L1
packages/dmn-editor/[webkit] › drgRequirements/addKnowledgeRequirementWaypoint.spec.ts took 18.8s
|
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] › drgRequirements/addAuthorityRequirementWaypoint.spec.ts#L1
packages/dmn-editor/[webkit] › drgRequirements/addAuthorityRequirementWaypoint.spec.ts took 16.4s
|
Slow Test:
packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts took 1.0m
|
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.7s
|
Slow Test:
packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts took 48.0s
|
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.1s
|
Slow Test:
packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts took 38.0s
|
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
|
🎭 Playwright Run Summary
77 skipped
805 passed (28.0m)
|
🎭 Playwright Run Summary
4 flaky
[webkit] › drgElements/modelDecisionService.spec.ts:222:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Inputs Order › Decision Service Inputs Signature should be reordered
[webkit] › drgElements/modelDecisionService.spec.ts:259:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Decisions › Decision Service Decision Signature should not contain deleted Output Decision
[webkit] › readOnly/readOnlyDataTypes.spec.ts:64:7 › Read Only mode - Data Types › inputs should be disabled on constraints table and form
[webkit] › readOnly/readOnlyDiagram.spec.ts:51:7 › Read Only mode - Diagram › should not be able to add edges
99 skipped
1355 passed (1.5h)
|
🎭 Playwright Run Summary
46 skipped
131 passed (7.5m)
|
🎭 Playwright Run Summary
39 passed (6.7m)
|
🎭 Playwright Run Summary
72 skipped
24 passed (3.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Linux_2__build-artifacts
|
620 MB |
|
Linux_2__end-to-end-tests-artifacts
|
50.1 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 |
|