Skip to content

NO-ISSUE: Bump maven-surefire-plugin from 3.2.5 to 3.5.0 #6092

NO-ISSUE: Bump maven-surefire-plugin from 3.2.5 to 3.5.0

NO-ISSUE: Bump maven-surefire-plugin from 3.2.5 to 3.5.0 #6092

Triggered via pull request September 20, 2024 18:04
Status Success
Total duration 2h 58m 20s
Artifacts 36

ci_build.yml

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

Annotations

2 errors, 109 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
run (windows-latest, 0)
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, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/workflowDefinitions/envelope/components/WorkflowDefinitionList/WorkflowDefinitionList.tsx#L69
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
run (windows-latest, 0): packages/runtime-tools-swf-enveloped-components/src/workflowDetails/embedded/EmbeddedWorkflowDetails.tsx#L74
React Hook useCallback has a missing dependency: 'props.workflowInstance'. Either include it or remove the dependency array
run (windows-latest, 1)
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, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 1): packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L174
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them or remove the dependency array
run (windows-latest, 1): packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L256
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
run (windows-latest, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
run (windows-latest, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (windows-latest, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (windows-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (windows-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (windows-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
run (windows-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (windows-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
run (macos-13, 0)
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, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/workflowDefinitions/envelope/components/WorkflowDefinitionList/WorkflowDefinitionList.tsx#L69
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
run (macos-13, 0): packages/runtime-tools-swf-enveloped-components/src/workflowDetails/embedded/EmbeddedWorkflowDetails.tsx#L74
React Hook useCallback has a missing dependency: 'props.workflowInstance'. Either include it or remove the dependency array
run (ubuntu-latest, 1)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (ubuntu-latest, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (ubuntu-latest, 1): packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L174
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them or remove the dependency array
run (ubuntu-latest, 1): packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L256
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
run (ubuntu-latest, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (ubuntu-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (ubuntu-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
run (macos-13, 1)
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, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (macos-13, 1): packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L174
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them or remove the dependency array
run (macos-13, 1): packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L256
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
run (macos-13, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
run (macos-13, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (macos-13, 1): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (macos-13, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (macos-13, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (macos-13, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (macos-13, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
run (macos-13, 1): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
run (ubuntu-latest, 0)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (ubuntu-latest, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/workflowDefinitions/envelope/components/WorkflowDefinitionList/WorkflowDefinitionList.tsx#L69
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/runtime-tools-swf-enveloped-components/src/workflowDetails/embedded/EmbeddedWorkflowDetails.tsx#L74
React Hook useCallback has a missing dependency: 'props.workflowInstance'. Either include it or remove the dependency array
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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 2): packages/dmn-editor/src/diagram/Diagram.tsx#L900
React Hook useCallback has an unnecessary dependency: 'reactFlowInstance'. Either exclude it or remove the dependency array
run (windows-latest, 2): packages/scesim-editor/src/TestScenarioEditor.tsx#L232
React Hook useEffect has a missing dependency: 'scesimModel.ScenarioSimulationModel.simulation.scesimModelDescriptor.factMappings.FactMapping'. Either include it or remove the dependency array
run (windows-latest, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
run (windows-latest, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (windows-latest, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (windows-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (windows-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (windows-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
run (windows-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (windows-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (macos-13, 2): packages/scesim-editor/src/TestScenarioEditor.tsx#L232
React Hook useEffect has a missing dependency: 'scesimModel.ScenarioSimulationModel.simulation.scesimModelDescriptor.factMappings.FactMapping'. Either include it or remove the dependency array
run (macos-13, 2): packages/dmn-editor/src/diagram/Diagram.tsx#L900
React Hook useCallback has an unnecessary dependency: 'reactFlowInstance'. Either exclude it or remove the dependency array
run (macos-13, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
run (macos-13, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (macos-13, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (macos-13, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (macos-13, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (macos-13, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (macos-13, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
run (macos-13, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
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
run (ubuntu-latest, 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts took 18.7s
run (ubuntu-latest, 2): packages/dmn-editor/src/diagram/Diagram.tsx#L900
React Hook useCallback has an unnecessary dependency: 'reactFlowInstance'. Either exclude it or remove the dependency array
run (ubuntu-latest, 2): packages/scesim-editor/src/TestScenarioEditor.tsx#L232
React Hook useEffect has a missing dependency: 'scesimModel.ScenarioSimulationModel.simulation.scesimModelDescriptor.factMappings.FactMapping'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Linux_0__build-artifacts", "Linux_0__end-to-end-tests-artifacts", "Linux_0__end-to-end-tests-reports", "Linux_0__tests-reports", "Linux_1__build-artifacts", "Linux_1__end-to-end-tests-artifacts", "Linux_1__end-to-end-tests-reports", "Linux_1__tests-reports", "Linux_2__build-artifacts", "Linux_2__end-to-end-tests-artifacts", "Linux_2__end-to-end-tests-reports", "Linux_2__tests-reports", "macOS_0__build-artifacts", "macOS_0__end-to-end-tests-artifacts", "macOS_0__end-to-end-tests-reports", "macOS_0__tests-reports", "macOS_1__build-artifacts", "macOS_1__end-to-end-tests-artifacts", "macOS_1__end-to-end-tests-reports", "macOS_1__tests-reports", "macOS_2__build-artifacts", "macOS_2__end-to-end-tests-artifacts", "macOS_2__end-to-end-tests-reports", "macOS_2__tests-reports", "Windows_0__build-artifacts", "Windows_0__end-to-end-tests-artifacts", "Windows_0__end-to-end-tests-reports", "Windows_0__tests-reports", "Windows_1__build-artifacts", "Windows_1__end-to-end-tests-artifacts", "Windows_1__end-to-end-tests-reports", "Windows_1__tests-reports", "Windows_2__build-artifacts", "Windows_2__end-to-end-tests-artifacts", "Windows_2__end-to-end-tests-reports", "Windows_2__tests-reports". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
run (ubuntu-latest, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
run (ubuntu-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
run (ubuntu-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
🎭 Playwright Run Summary
77 skipped 793 passed (25.0m)
🎭 Playwright Run Summary
2 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 99 skipped 1330 passed (1.0h)
🎭 Playwright Run Summary
46 skipped 131 passed (7.2m)
🎭 Playwright Run Summary
39 passed (6.3m)
🎭 Playwright Run Summary
72 skipped 24 passed (3.4m)

Artifacts

Produced during runtime
Name Size
Linux_0__build-artifacts
209 MB
Linux_0__end-to-end-tests-artifacts
146 KB
Linux_0__end-to-end-tests-reports
72.7 KB
Linux_0__tests-reports
6.34 KB
Linux_1__build-artifacts
388 MB
Linux_1__end-to-end-tests-artifacts
26.7 MB
Linux_1__end-to-end-tests-reports
6.44 KB
Linux_1__tests-reports
120 KB
Linux_2__build-artifacts
944 MB
Linux_2__end-to-end-tests-artifacts
107 MB
Linux_2__end-to-end-tests-reports
57.3 KB
Linux_2__tests-reports
33 KB
Windows_0__build-artifacts
331 MB
Windows_0__end-to-end-tests-artifacts
22 Bytes
Windows_0__end-to-end-tests-reports
22 Bytes
Windows_0__tests-reports
6.77 KB
Windows_1__build-artifacts
500 MB
Windows_1__end-to-end-tests-artifacts
22 Bytes
Windows_1__end-to-end-tests-reports
22 Bytes
Windows_1__tests-reports
132 KB
Windows_2__build-artifacts
933 MB
Windows_2__end-to-end-tests-artifacts
22 Bytes
Windows_2__end-to-end-tests-reports
22 Bytes
Windows_2__tests-reports
35.9 KB
macOS_0__build-artifacts
337 MB
macOS_0__end-to-end-tests-artifacts
22 Bytes
macOS_0__end-to-end-tests-reports
22 Bytes
macOS_0__tests-reports
6.35 KB
macOS_1__build-artifacts
504 MB
macOS_1__end-to-end-tests-artifacts
22 Bytes
macOS_1__end-to-end-tests-reports
22 Bytes
macOS_1__tests-reports
122 KB
macOS_2__build-artifacts
912 MB
macOS_2__end-to-end-tests-artifacts
22 Bytes
macOS_2__end-to-end-tests-reports
22 Bytes
macOS_2__tests-reports
32.8 KB