Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky scheduler tests #16532

Closed
gsmet opened this issue Apr 15, 2021 · 2 comments · Fixed by #16535
Closed

Flaky scheduler tests #16532

gsmet opened this issue Apr 15, 2021 · 2 comments · Fixed by #16535
Assignees
Milestone

Comments

@gsmet
Copy link
Member

gsmet commented Apr 15, 2021

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?

@quarkus-bot
Copy link

quarkus-bot bot commented Apr 15, 2021

/cc @mkouba

@mkouba
Copy link
Contributor

mkouba commented Apr 15, 2021

I'll take a look. These tests were added recently...

@mkouba mkouba self-assigned this Apr 15, 2021
mkouba added a commit to mkouba/quarkus that referenced this issue Apr 15, 2021
@quarkus-bot quarkus-bot bot added this to the 2.0 - main milestone Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants