Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 1c3e64e76825aa3d022fe76f343707d60adbb432
https://github.com/hibernate/hibernate-search/commit/1c3e64e76825aa3d022f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M
integrationtest/backend/elasticsearch/src/test/java/org/hibernate/search/integrationtest/backend/elasticsearch/client/ElasticsearchClientFactoryImplIT.java
Log Message:
-----------
HSEARCH-4115 Remove unnecessary delay in
ElasticsearchClientFactoryImplIT.unparseable()
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 6b45dad742c4623fd14c822fa427af31a71b0cfa
https://github.com/hibernate/hibernate-search/commit/6b45dad742c4623fd14c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M util/internal/test/pom.xml
A
util/internal/test/src/main/java/org/hibernate/search/util/impl/test/logging/Log.java
Log Message:
-----------
HSEARCH-4115 Add a logger dedicated to tests
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 280cdd4a54bba61ac2dd9e927d0599ae0a263e8b
https://github.com/hibernate/hibernate-search/commit/280cdd4a54bba61ac2dd...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M
integrationtest/backend/elasticsearch/src/test/java/org/hibernate/search/integrationtest/backend/elasticsearch/client/ElasticsearchClientFactoryImplIT.java
R util/internal/test/src/main/java/org/hibernate/search/util/impl/test/SubTest.java
M
util/internal/test/src/main/java/org/hibernate/search/util/impl/test/logging/Log.java
A
util/internal/test/src/main/java/org/hibernate/search/util/impl/test/rule/Retry.java
Log Message:
-----------
HSEARCH-4115 Make sure to reset TestRules when retrying tests
We used to always fail the second and third attempt because
we hadn't reset Wiremock request expectations.
By properly wrapping other test rules in our own, we ensure
that these rules get the opportunity to reset themselves on retry,
and in particular that the Wiremock resets its expectations,
so that the second and third attempt start from a clean state.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: d20709f0ff2446b0b3aa9db086f02699ba5fb1ed
https://github.com/hibernate/hibernate-search/commit/d20709f0ff2446b0b3aa...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M
integrationtest/backend/elasticsearch/src/test/java/org/hibernate/search/integrationtest/backend/elasticsearch/client/ElasticsearchClientFactoryImplIT.java
Log Message:
-----------
HSEARCH-4115 Remove unnecessary "throws Exception" in
ElasticsearchClientFactoryImplIT
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-search/compare/b01ca285809e...d207...