mariofusco commented on PR #6796:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6796#issuecomment-4913788916

   The failure seems to be totally unrelated. It is in the `Kogito Apps :: 
Addons:: Quarkus :: Embedded :: Jobs` module, which is failing with the 
following error, please let me know if I can merge this pull request anyway.
   
   ```
   2026-07-08T09:18:42.7611421Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, 
Skipped: 0, Time elapsed: 7.133 s <<< FAILURE! -- in 
org.kie.kogito.app.jobs.jpa.quarkus.QuarkusJPAJobStoreTest
   2026-07-08T09:18:42.7613625Z [ERROR] 
org.kie.kogito.app.jobs.jpa.quarkus.QuarkusJPAJobStoreTest.testBasicError -- 
Time elapsed: 5.066 s <<< ERROR!
   2026-07-08T09:18:42.7614639Z org.awaitility.core.ConditionTimeoutException: 
   2026-07-08T09:18:42.7615273Z Assertion condition defined as a Lambda 
expression in org.kie.kogito.app.jobs.jpa.quarkus.QuarkusJPAJobStoreTest 
   2026-07-08T09:18:42.7615900Z Expecting value to be true but was false within 
5 seconds.
   2026-07-08T09:18:42.7616362Z         at 
org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
   2026-07-08T09:18:42.7616908Z         at 
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
   2026-07-08T09:18:42.7617458Z         at 
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
   2026-07-08T09:18:42.7617996Z         at 
org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
   2026-07-08T09:18:42.7618550Z         at 
org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:790)
   2026-07-08T09:18:42.7619265Z         at 
org.kie.kogito.app.jobs.jpa.quarkus.QuarkusJPAJobStoreTest.testBasicError(QuarkusJPAJobStoreTest.java:91)
   2026-07-08T09:18:42.7620112Z Caused by: org.opentest4j.AssertionFailedError: 
   2026-07-08T09:18:42.7620457Z Expecting value to be true but was false
   2026-07-08T09:18:42.7621051Z         at 
org.kie.kogito.app.jobs.jpa.quarkus.QuarkusJPAJobStoreTest.lambda$testBasicError$0(QuarkusJPAJobStoreTest.java:91)
   2026-07-08T09:18:42.7621556Z 
   2026-07-08T09:18:42.7621817Z [INFO] Running 
org.kie.kogito.app.jobs.jpa.quarkus.QuarkusTransactionRollbackTest
   2026-07-08T09:18:42.7648590Z 2026-07-08 09:18:42,762 INFO  
[org.kie.kog.app.job.imp.VertxJobScheduler] (main) Initializing Job Service 
Logic 
   2026-07-08T09:18:42.7652984Z         MaxRefreshJobsIntervalWindow: 600000 
(millis)
   2026-07-08T09:18:42.7663654Z         MaxIntervalLimitToRetryMillis: 100 
(millis)
   2026-07-08T09:18:42.7664524Z         MaxNumberOfRetries: 3
   2026-07-08T09:18:42.7665044Z         RefreshJobsInterval: 600000 (millis)
   2026-07-08T09:18:42.7665588Z         Number of worker threads 10
   2026-07-08T09:18:42.7666204Z         Store: 
org.kie.kogito.app.jobs.jpa.JPAJobStore@65293200
   2026-07-08T09:18:42.7667721Z 2026-07-08 09:18:42,762 TRACE 
[org.kie.kog.app.job.jpa.JPAJobStore] (Jobs-0) loadActiveJobs() - Query: SELECT 
o FROM JobDetailsEntity o WHERE o.status IN (:activeStatus) AND o.fireTime <= 
:maxWindowsLoad
   2026-07-08T09:18:42.7669766Z 2026-07-08 09:18:42,763 TRACE 
[org.kie.kog.app.job.jpa.JPAJobStore] (Jobs-0) loadActiveJobs() - Filtering 
enabled: false
   2026-07-08T09:18:42.8874652Z 2026-07-08 09:18:42,768 INFO  
[org.kie.kog.app.job.imp.VertxJobScheduler] (main) Initializing Job Service 
Logic 
   2026-07-08T09:18:42.8875339Z         MaxRefreshJobsIntervalWindow: 600000 
(millis)
   2026-07-08T09:18:42.8875723Z         MaxIntervalLimitToRetryMillis: 100 
(millis)
   2026-07-08T09:18:42.8876060Z         MaxNumberOfRetries: 3
   2026-07-08T09:18:42.8876349Z         RefreshJobsInterval: 600000 (millis)
   2026-07-08T09:18:42.8876659Z         Number of worker threads 10
   2026-07-08T09:18:42.8877007Z         Store: 
org.kie.kogito.app.jobs.jpa.JPAJobStore@65293200
   ```


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