parent
3968d46a17
commit
495dc11c9c
|
@ -738,7 +738,7 @@ public class IndexShardIT extends ESSingleNodeTestCase {
|
||||||
t.join();
|
t.join();
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestLogging("_root_:DEBUG,org.elasticsearch.index.shard:TRACE,org.elasticsearch.index.engine:TRACE")
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39565")
|
||||||
public void testPendingRefreshWithIntervalChange() throws InterruptedException {
|
public void testPendingRefreshWithIntervalChange() throws InterruptedException {
|
||||||
Settings.Builder builder = Settings.builder();
|
Settings.Builder builder = Settings.builder();
|
||||||
builder.put(IndexSettings.INDEX_SEARCH_IDLE_AFTER.getKey(), TimeValue.ZERO);
|
builder.put(IndexSettings.INDEX_SEARCH_IDLE_AFTER.getKey(), TimeValue.ZERO);
|
||||||
|
|
Loading…
Reference in New Issue