Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 1d858f0bdcb149b48e95c78b14e1077c88d1e86a
https://github.com/hibernate/hibernate-search/commit/1d858f0bdcb149b48e95...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M
integrationtest/mapper/orm-coordination-database-polling/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/coordination/databasepolling/DatabasePollingAutomaticIndexingOutOfOrderIdsIT.java
Log Message:
-----------
HSEARCH-4351 Avoid unnecessary Thread.sleep in database polling coordination tests
Essentially, revert HSEARCH-4265, and part of HSEARCH-4281, since those
fixes are no longer needed now that we no longer depend on event creation
time (HSEARCH-4287).