You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing quite a few scheduler test failures lately with the following issue:
org.opentest4j.AssertionFailedError: Scheduler was not triggered ==> expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:193)
at io.quarkus.scheduler.test.PropertyDefaultValueSchedulerTest.testDefaultIdentity(PropertyDefaultValueSchedulerTest.java:33)
Could someone have a look?
The text was updated successfully, but these errors were encountered:
We are seeing quite a few scheduler test failures lately with the following issue:
Could someone have a look?
The text was updated successfully, but these errors were encountered: