File tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch/search/aggregations/timeseries 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 26
26
import org .apache .lucene .search .SortField ;
27
27
import org .apache .lucene .store .Directory ;
28
28
import org .apache .lucene .util .BytesRef ;
29
+ import org .apache .lucene .util .LuceneTestCase .AwaitsFix ;
29
30
import org .elasticsearch .cluster .metadata .DataStream ;
30
31
import org .elasticsearch .index .mapper .TimeSeriesIdFieldMapper ;
31
32
import org .elasticsearch .search .aggregations .BucketCollector ;
39
40
import java .util .concurrent .TimeUnit ;
40
41
import java .util .concurrent .atomic .AtomicInteger ;
41
42
43
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/83647" )
42
44
public class TimeSeriesIndexSearcherTests extends ESTestCase {
43
45
44
46
// Index a random set of docs with timestamp and tsid with the tsid/timestamp sort order
You can’t perform that action at this time.
0 commit comments