[hibernate-commits] [hibernate/hibernate-search] 814b5e: refer to new Infinispan wiki page about JGroups co...

noreply at github.com noreply at github.com
Mon Dec 13 10:28:31 EST 2010


Branch: refs/heads/master
Home:   https://github.com/hibernate/hibernate-search

Commit: 814b5eaefe9c60d49b58d7219928115cc12ebbc5
    https://github.com/hibernate/hibernate-search/commit/814b5eaefe9c60d49b58d7219928115cc12ebbc5
Author: Sanne Grinovero <sanne at hibernate.org>
Date:   2010-12-13 (Mon, 13 Dec 2010)

Changed paths:
  M hibernate-search-infinispan/src/test/resources/testing-hibernatesearch-infinispan.xml

Log Message:
-----------
refer to new Infinispan wiki page about JGroups configuration


Commit: 7e6bde476807c53f80594fcfc2564aad27e1517e
    https://github.com/hibernate/hibernate-search/commit/7e6bde476807c53f80594fcfc2564aad27e1517e
Author: Sanne Grinovero <sanne at hibernate.org>
Date:   2010-12-13 (Mon, 13 Dec 2010)

Changed paths:
  M hibernate-search-infinispan/pom.xml
  M hibernate-search-infinispan/src/test/java/org/hibernate/search/infinispan/SimpleEmail.java
  M hibernate-search-infinispan/src/test/java/org/hibernate/search/infinispan/TwoNodesTest.java
  M hibernate-search-infinispan/src/test/resources/hibernate.properties
  M hibernate-search-infinispan/src/test/resources/log4j.properties

Log Message:
-----------
HSEARCH-646 Fix Infinispan module to use database from profile settings


Commit: 0ef8f973d10e923673d9af85394739bb99b75e9e
    https://github.com/hibernate/hibernate-search/commit/0ef8f973d10e923673d9af85394739bb99b75e9e
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-12-13 (Mon, 13 Dec 2010)

Changed paths:
  M hibernate-search/src/test/java/org/hibernate/search/test/bridge/BridgeTest.java

Log Message:
-----------
HSEARCH-646 Inserting an explicit flush() call

This call is needed to make the test work against all databases. Without it there is no guarantee that an even will be fired. In some databases it works, because due to the default id generator an event will be generated even without the flush


Commit: 288c8f4f202d968138f33baa33e71ac5ccd0cf68
    https://github.com/hibernate/hibernate-search/commit/288c8f4f202d968138f33baa33e71ac5ccd0cf68
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-12-13 (Mon, 13 Dec 2010)

Changed paths:
  M hibernate-search/src/test/java/org/hibernate/search/test/SearchTestCase.java

Log Message:
-----------
HSEARCH-646 Rebuilding the Configuration after a call to closeResources which occurs on a test failure

Currently when a test fails, following tests in the same class fail as well, because of NullPointerExceptions. To avoid this problem we call buildConfiguration() in closeResources() which will ensure that tests following the failed test have equal preconditions


Commit: 8b472d96b48613d8173dc8401c17f1157609a208
    https://github.com/hibernate/hibernate-search/commit/8b472d96b48613d8173dc8401c17f1157609a208
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-12-13 (Mon, 13 Dec 2010)

Changed paths:
  R hibernate-search/src/test/java/org/hibernate/search/test/batchindexing/DoNotCloseOnLockTimeoutTest.java

Log Message:
-----------
HSEARCH-646 Deleting test. Test outcome were dependent upon the environment.

A real test would need to test scenarios. Once a lock timeout in the mass indexer and once a lock timeout during "normal" indexing. In both cases one has to check that the index is not corrupted afterwards. One way to tests this could be to utilize Byteman, but the setup is quite tricky. For now we delete this test.




More information about the hibernate-commits mailing list