Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 4dbaa23f3603eb556745395402f7497870416fdf
https://github.com/hibernate/hibernate-search/commit/4dbaa23f3603eb556745...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M
integrationtest/backend/elasticsearch/src/test/java/org/hibernate/search/integrationtest/backend/elasticsearch/client/ElasticsearchClientFactoryImplIT.java
Log Message:
-----------
HSEARCH-3780 Fix invalid reference to ElasticsearchContentLengthIT in
ElasticsearchClientFactoryImplIT
Commit: c0fc64f3a2923c56529c1ef78a2de8ecf2c40b13
https://github.com/hibernate/hibernate-search/commit/c0fc64f3a2923c56529c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M
integrationtest/backend/elasticsearch/src/test/java/org/hibernate/search/integrationtest/backend/elasticsearch/client/ElasticsearchClientFactoryImplIT.java
Log Message:
-----------
HSEARCH-3780 Raise the timeout in
ElasticsearchClientFactoryImplIT#multipleHosts_failover_timeout
It seems the WireMock server sometimes takes more than 1s from time to
time. Probably because of some rarely occurring event, such as garbage
collection right when wiremock is handling the request.
Compare:
https://github.com/hibernate/hibernate-search/compare/2d54f8c25eb5...c0fc...