Re: [DISCUSS] EmbeddedJobsServiceTest.testJobService

2024-06-17 Thread Mark Proctor
Thank you. For others, the fix assumes that the issue was that the events list had stale events left in it. The list is reset when setLatch is called at the beginning of the test, ensuring all stale data is removed. Mark On Mon, 17 Jun 2024 at 11:46, Francisco Javier Tirado Sarti < ftira...@redh

Re: [DISCUSS] EmbeddedJobsServiceTest.testJobService

2024-06-17 Thread Francisco Javier Tirado Sarti
Pere has already reviewed it, we are waiting for the result on CI. On Mon, Jun 17, 2024 at 12:41 PM Francisco Javier Tirado Sarti < ftira...@redhat.com> wrote: > I opened PR for this one > https://github.com/apache/incubator-kie-kogito-apps/pull/2071, > > On Mon, Jun 17, 2024 at 12:34 PM Mark Pro

Re: [DISCUSS] EmbeddedJobsServiceTest.testJobService

2024-06-17 Thread Francisco Javier Tirado Sarti
I opened PR for this one https://github.com/apache/incubator-kie-kogito-apps/pull/2071, On Mon, Jun 17, 2024 at 12:34 PM Mark Proctor wrote: > I'm looking at some of the failing tests on Jenkins, and started with > EmbeddedJobsServiceTest.testJobService > https://github.com/apache/incubator-kie-

[DISCUSS] EmbeddedJobsServiceTest.testJobService

2024-06-17 Thread Mark Proctor
I'm looking at some of the failing tests on Jenkins, and started with EmbeddedJobsServiceTest.testJobService https://github.com/apache/incubator-kie-kogito-apps/pull/2068 This test looks potentially non-deterministic. It has a wait latch that applies the test after 8 events are received. It then g