Skip to content

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

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 #7069

Re-run triggered January 28, 2025 15:26
Status Failure
Total duration 2h 43m 48s
Artifacts 16

ci_build.yml

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

Annotations

11 errors, 17 warnings, and 2 notices
run (ubuntu-latest, 2)
❌ There are 69 test failures. 2271 tests succedded, though :)
[chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L45
1) [chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type Error: Timed out 10000ms waiting for expect(locator).toBeDisabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: disabled Received: <element(s) not found> Call log: - expect.toBeDisabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 43 | }); 44 | > 45 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled(); | ^ 46 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue( 47 | DataType.DateTimeDuration 48 | ); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:45:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L45
1) [chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeDisabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: disabled Received: <element(s) not found> Call log: - expect.toBeDisabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 43 | }); 44 | > 45 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled(); | ^ 46 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue( 47 | DataType.DateTimeDuration 48 | ); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:45:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L45
1) [chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeDisabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: disabled Received: <element(s) not found> Call log: - expect.toBeDisabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 43 | }); 44 | > 45 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled(); | ^ 46 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue( 47 | DataType.DateTimeDuration 48 | ); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:45:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L68
2) [chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type Error: Timed out 10000ms waiting for expect(locator).toBeDisabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: disabled Received: <element(s) not found> Call log: - expect.toBeDisabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 66 | await beePropertiesPanel.decisionTableOutputHeader.setExpressionCustomDataType({ newDataType: "testType" }); 67 | > 68 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled(); | ^ 69 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(/^testType\s$/i); 70 | }); 71 | at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:68:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L68
2) [chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeDisabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: disabled Received: <element(s) not found> Call log: - expect.toBeDisabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 66 | await beePropertiesPanel.decisionTableOutputHeader.setExpressionCustomDataType({ newDataType: "testType" }); 67 | > 68 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled(); | ^ 69 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(/^testType\s$/i); 70 | }); 71 | at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:68:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L68
2) [chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeDisabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: disabled Received: <element(s) not found> Call log: - expect.toBeDisabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 66 | await beePropertiesPanel.decisionTableOutputHeader.setExpressionCustomDataType({ newDataType: "testType" }); 67 | > 68 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled(); | ^ 69 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(/^testType\s$/i); 70 | }); 71 | at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:68:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L90
3) [chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode Error: Timed out 10000ms waiting for expect(locator).toBeEnabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: enabled Received: <element(s) not found> Call log: - expect.toBeEnabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 88 | await bee.expression.asDecisionTable().outputHeaderAt(0).select(); 89 | > 90 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeEnabled(); | ^ 91 | await expect(beePropertiesPanel.decisionTableOutputHeader.getExpressionDataType()).toHaveValue(DataType.Number); 92 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(DataType.Boolean); 93 | }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:90:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L90
3) [chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeEnabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: enabled Received: <element(s) not found> Call log: - expect.toBeEnabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 88 | await bee.expression.asDecisionTable().outputHeaderAt(0).select(); 89 | > 90 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeEnabled(); | ^ 91 | await expect(beePropertiesPanel.decisionTableOutputHeader.getExpressionDataType()).toHaveValue(DataType.Number); 92 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(DataType.Boolean); 93 | }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:90:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L90
3) [chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeEnabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: enabled Received: <element(s) not found> Call log: - expect.toBeEnabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 88 | await bee.expression.asDecisionTable().outputHeaderAt(0).select(); 89 | > 90 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeEnabled(); | ^ 91 | await expect(beePropertiesPanel.decisionTableOutputHeader.getExpressionDataType()).toHaveValue(DataType.Number); 92 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(DataType.Boolean); 93 | }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:90:86
[chromium] › checkDecisionTableCellsDataType.spec.ts:95:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table fix output column with different type than expression header: packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L113
4) [chromium] › checkDecisionTableCellsDataType.spec.ts:95:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table fix output column with different type than expression header Error: Timed out 10000ms waiting for expect(locator).toBeEnabled() Locator: getByPlaceholder('Select a data type...').nth(1) Expected: enabled Received: <element(s) not found> Call log: - expect.toBeEnabled with timeout 10000ms - waiting for getByPlaceholder('Select a data type...').nth(1) 111 | await bee.expression.asDecisionTable().outputHeaderAt(0).select(); 112 | > 113 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeEnabled(); | ^ 114 | await expect(beePropertiesPanel.decisionTableOutputHeader.getExpressionDataType()).toHaveValue(DataType.Number); 115 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(DataType.Boolean); 116 | at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:113:86
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/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, 1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 (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.0s
🎭 Playwright Run Summary
77 skipped 805 passed (28.8m)
🎭 Playwright Run Summary
69 failed [chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type [chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type [chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode [chromium] › checkDecisionTableCellsDataType.spec.ts:95:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table fix output column with different type than expression header [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'Any' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'boolean' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'context' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'date' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'date and time' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'days and time duration' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'number' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'string' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'time' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - '<Undefined>' data type [chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells

Artifacts

Produced during runtime
Name Size
Linux_2__build-artifacts
282 MB
Linux_2__end-to-end-tests-artifacts
425 MB
Linux_2__end-to-end-tests-reports
59.3 KB
Linux_2__tests-reports
421 Bytes