-
Bug
-
Resolution: Done
-
Critical
-
5.0.0.FINAL
-
None
-
None
The Query test suite is unstable as often some custom commands or the AbstractModuleLifecycle entry point are not registered, or are inconsistently.
It turns out that org.infinispan.util.ModuleProperties stores state in static variables, and is not threadsafe: adding proper locking fixed all Query tests.