Hi all, I found out that all the integrations tests under tests/backward-compact were not triggered with Maven (they were silently skipped) With Gradle, we now run these tests but they don't work; I think (but not sure) it is due to a bug in Aquillian Cube engine.
Instead of fixing them, I'd like move to TestContainers framework which has a broader support and usage. The migration is pretty easy What do you think? More context here: https://github.com/apache/bookkeeper/issues/2930 Nicolò Boschi