Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 49c9e2d3c3e769820275ab898568a8414154ced0
https://github.com/hibernate/hibernate-search/commit/49c9e2d3c3e769820275...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-07 (Mon, 07 Oct 2019)
Changed paths:
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchParallelWorkProcessorTest.java
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchSerialWorkProcessorTest.java
Log Message:
-----------
HSEARCH-3727 Rename "strategy" to "processor" in Elasticsearch
processor tests
"strategy" was the old name of the processor, I probably forgot to
rename the variables when the name changed.
Commit: 28a48f2638965296979ad325e4e838d5030372c1
https://github.com/hibernate/hibernate-search/commit/28a48f2638965296979a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-07 (Mon, 07 Oct 2019)
Changed paths:
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchParallelWorkProcessorTest.java
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchSerialWorkProcessorTest.java
Log Message:
-----------
HSEARCH-3727 Correctly pass futures in Elasticsearch work processor tests
This doesn't impact tests currently because we don't have any test where
the returned features are useful, but this will change.
Commit: 423df4f81b9f9ee0ae92314d66cae7f6ae6a51b6
https://github.com/hibernate/hibernate-search/commit/423df4f81b9f9ee0ae92...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-07 (Mon, 07 Oct 2019)
Changed paths:
M
backend/elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchParallelWorkProcessor.java
Log Message:
-----------
HSEARCH-3727 Fix Elasticsearch orchestrators not waiting for single-work worksets to
finish with ElasticsearchParallelWorkProcessor
Commit: d4e8748c689d4165c27201fdaf191ecf4fa806e8
https://github.com/hibernate/hibernate-search/commit/d4e8748c689d4165c272...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-07 (Mon, 07 Oct 2019)
Changed paths:
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchParallelWorkProcessorTest.java
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchSerialWorkProcessorTest.java
Log Message:
-----------
HSEARCH-3727 Test submit(work) in Elasticsearch work processors
Previously we were only testing submit(listOfWorks).
Compare:
https://github.com/hibernate/hibernate-search/compare/d51e54794fd0...d4e8...