parent
ab44f5fd5d
commit
6563dc7ed9
|
@ -396,6 +396,7 @@ public class SearchResponseMergerTests extends ESTestCase {
|
||||||
assertEquals(totalCount, bucket.getDocCount());
|
assertEquals(totalCount, bucket.getDocCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40553")
|
||||||
public void testMergeSearchHits() throws InterruptedException {
|
public void testMergeSearchHits() throws InterruptedException {
|
||||||
final long currentRelativeTime = randomLong();
|
final long currentRelativeTime = randomLong();
|
||||||
final SearchTimeProvider timeProvider = new SearchTimeProvider(randomLong(), 0, () -> currentRelativeTime);
|
final SearchTimeProvider timeProvider = new SearchTimeProvider(randomLong(), 0, () -> currentRelativeTime);
|
||||||
|
|
Loading…
Reference in New Issue