[hibernate-commits] [hibernate/hibernate-core] : HHH-6955 Use Infinispan's test JGroups stack that ...

GitHub noreply at github.com
Tue Jan 10 13:17:34 EST 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-core
  Commit: 81c505c70cf41e0c4187da195e31e71a29dd84b2
      https://github.com/hibernate/hibernate-core/commit/81c505c70cf41e0c4187da195e31e71a29dd84b2
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-01-10 (Tue, 10 Jan 2012)

  Changed paths:
    M hibernate-infinispan/hibernate-infinispan.gradle
  M hibernate-infinispan/src/main/resources/org/hibernate/cache/infinispan/builder/infinispan-configs.xml
  M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractNonFunctionalTestCase.java

  Log Message:
  -----------
  HHH-6955 Use Infinispan's test JGroups stack that uses TEST_PING

By doing this, discovery of nodes is not timed and instead is done
in-memory which is much more reliable from a testing perspective.
Due to timing issues, some tests would randomly fail because the
cluster did not form in time, so changing to this JGroups stack for
testing solves random test failures due to invalidation messages
not being sent around.





More information about the hibernate-commits mailing list