martinweiler commented on PR #3622: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3622#issuecomment-2303043742
@Abhitocode I get test failures, am I missing some other code change required? ``` $ (cd jbpm/jbpm-tests/ && mvn test -Dtest=SLAComplianceTest) ... [ERROR] Failures: [ERROR] SLAComplianceTest.testSLAonCatchEventViolated:322 [SLA should be violated by timer] Expecting value to be true but was false [ERROR] SLAComplianceTest.testSLAonProcessViolated:77 [SLA was not violated while it is expected] Expecting value to be true but was false [ERROR] SLAComplianceTest.testSLAonUserTaskViolated:130 [SLA was not violated while it is expected] Expecting value to be true but was false [INFO] [ERROR] Tests run: 9, Failures: 3, Errors: 0, Skipped: 0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
