gmunozfe opened a new issue, #1094: URL: https://github.com/apache/incubator-kie-issues/issues/1094
When adding the latest tests to the blue branch (like [RHPAM-4442](https://github.com/kiegroup/jbpm/commit/600f1603fa7abcd93dd5a0a5b3a443724e83b852) and [RHPAM-4446](https://github.com/kiegroup/jbpm/commit/c465d635673e1ec8a96a00053d57e3c6e98a6daf)), these are impacting the execution of the whole suite (clean up is commented in one of them), so execution finishes with some errors: ``` [ERROR] Tests run: 39, Failures: 0, Errors: 4, Skipped: 3, Time elapsed: 1,862.148 s <<< FAILURE! - in org.jbpm.test.functional.timer.GlobalQuartzRAMTimerServiceTest 13:51:38 [ERROR] testInterediateBoundaryTimerWithGlobalTestServiceRollback[2](org.jbpm.test.functional.timer.GlobalQuartzRAMTimerServiceTest) Time elapsed: 1,186.287 s <<< ERROR! 13:51:38 java.lang.OutOfMemoryError: Java heap space 13:51:38 13:51:38 [ERROR] testTimerStart[2](org.jbpm.test.functional.timer.GlobalQuartzRAMTimerServiceTest) Time elapsed: 148.177 s <<< ERROR! 13:51:38 java.lang.OutOfMemoryError: Java heap space 13:51:38 13:51:38 [ERROR] testTimerFailureAndRetrigger[2](org.jbpm.test.functional.timer.GlobalQuartzRAMTimerServiceTest) Time elapsed: 111.718 s <<< ERROR! 13:51:38 java.lang.OutOfMemoryError: Java heap space 13:51:38 13:51:38 [ERROR] testIntermediateTimerWithGlobalTestServiceSimulateCMT[2](org.jbpm.test.functional.timer.GlobalQuartzRAMTimerServiceTest) Time elapsed: 128.01 s <<< ERROR! 13:51:38 java.lang.OutOfMemoryError: Java heap space 13:51:38 13:51:39 [INFO] Running org.jbpm.test.functional.timer.GlobalThreadPoolTimerServiceTest 15:23:30 [ERROR] Tests run: 42, Failures: 0, Errors: 39, Skipped: 3, Time elapsed: 5,511.461 s <<< FAILURE! - in org.jbpm.test.functional.timer.GlobalThreadPoolTimerServiceTest 15:23:30 [ERROR] testInterediateTimerWithGlobalTestServiceWithinTransaction[0](org.jbpm.test.functional.timer.GlobalThreadPoolTimerServiceTest) Time elapsed: 200.327 s <<< ERROR! 15:23:30 java.lang.OutOfMemoryError: Java heap space 15:23:30 15:23:30 [ERROR] testTimerStartMemoryLeak[0](org.jbpm.test.functional.timer.GlobalThreadPoolTimerServiceTest) Time elapsed: 117.838 s <<< ERROR! 15:23:30 java.lang.OutOfMemoryError: Java heap space 15:23:30 15:23:30 [ERROR] testIntermediateTimerWithGlobalTestServiceRollback[0](org.jbpm.test.functional.timer.GlobalThreadPoolTimerServiceTest) Time elapsed: 125.695 s <<< ERROR! 15:23:30 java.lang.OutOfMemoryError: Java heap space ``` -- 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]
