-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Investigate flaky Flyway test #28618
Comments
/cc @cristhiank, @geoand, @gsmet |
Those error messages are expected and are part of the |
But they shouldn't be making the whole test fail, right? |
Exactly, I'm still investigating what's causing the test failures. Weird is that I see these error messages but the build doesn't fail for me locally |
Could it be because of the order in which the tests are executed? Might be worth to order them alphabetically then in reverse order and see how things go. |
I don't see a way to test in reverse order, so I ran with these settings a couple of times and saw some failures. This PR seems to have fixed them:
|
- Fixes quarkusio#28618 (cherry picked from commit afcb4e6)
There's something fishy with Flyway lately:
/cc @gastaldi if you have an idea.
Originally posted by @gsmet in #28613 (comment)
The text was updated successfully, but these errors were encountered: