George Gastaldi

Results 84 comments of George Gastaldi

Maybe @geoand can answer that. If that's the recommended approach we should at least document in its guide for posterity

It seems to have been fixed with: https://github.com/hibernate/hibernate-orm/commit/b57f4a6b12fdbe8607f10401b4f3337a914e771a (still unreleased)

@y-luis it seems like a bug. I created https://github.com/quarkusio/quarkus/issues/28098 to verify that

I've seen this error happen sporadically with other tests as well. Can you reproduce this issue when running this single test only?

Any ETA when this will be fixed? The `Warning: Redundant ignore_changes element` is really annoying

> @gastaldi can you please run the tests of the `flyway` module from the current `main`? They seem to be failing for me... @geoand I ran the tests locally and...

That's really weird, I can't reproduce it . Maybe it's a consequence of other error? Does it still happen if you `mvn -Dquickly` the whole project with any IDEs closed?

Those error messages are expected and are part of the `io.quarkus.flyway.test.FlywayExtensionRepairAtStartTest` test

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