Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: bf00435211a3ff4507af15ba1a84d7abf3d0a04a
https://github.com/hibernate/hibernate-search/commit/bf00435211a3ff4507af...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M
integrationtest/mapper/orm-realbackend/src/test/java/org/hibernate/search/integrationtest/mapper/orm/realbackend/sync/OutOfSyncIndexIT.java
Log Message:
-----------
HSEARCH-4571 Fix flaky test OutOfSyncIndexIT
If we just wait for "at least one" document to be indexed, then it's
possible that some documents haven't been indexed yet, leading to the
test failing when it checks that all documents are indexed.
Better make indexing synchronous, as we do in almost every other test
(including tests of the Library showcase).
Commit: 5e73c9c5ca9640e64b667daaf0a9310d5c44f6fd
https://github.com/hibernate/hibernate-search/commit/5e73c9c5ca9640e64b66...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M
integrationtest/mapper/orm-realbackend/src/test/java/org/hibernate/search/integrationtest/mapper/orm/realbackend/sync/OutOfSyncIndexIT.java
M
integrationtest/mapper/orm-realbackend/src/test/java/org/hibernate/search/integrationtest/mapper/orm/realbackend/util/BookCreatorUtils.java
Log Message:
-----------
HSEARCH-4571 Remove magic number from BookCreatorUtils
Compare:
https://github.com/hibernate/hibernate-search/compare/57f2f6d2d1b0...5e73...