Abhitocode commented on PR #3622:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3622#issuecomment-2303607822

   When we run test cases individually they are all passing but when we run 
whole test class those 3 are failing. 
   
   Assessment: I suspect this is due to concurrency or timing issues. I tried 
adjusting the countdown latch and timer, but neither worked. I also used a 
single latch variable across all test cases and applied the @Execution 
annotation, but nothing resolved the issue. When the whole test class is run,  
latch.await()  is not completing. If we use  latch.await()  with a maximum time 
limit yet returns false. Your guidance would be helpful.


-- 
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]

Reply via email to