File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
server/src/test/java/org/elasticsearch/index/codec/tsdb/es819 Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -591,15 +591,6 @@ tests:
591591- class : org.elasticsearch.xpack.esql.action.RandomizedTimeSeriesIT
592592 method : testGroupBySubset
593593 issue : https://github.com/elastic/elasticsearch/issues/133220
594- - class : org.elasticsearch.index.codec.tsdb.es819.ES819TSDBDocValuesFormatTests
595- method : testSortedDocValuesSingleUniqueValue
596- issue : https://github.com/elastic/elasticsearch/issues/133221
597- - class : org.elasticsearch.index.codec.tsdb.es819.ES819TSDBDocValuesFormatTests
598- method : testSortedNumberMergeAwayAllValuesWithSkipper
599- issue : https://github.com/elastic/elasticsearch/issues/133223
600- - class : org.elasticsearch.index.codec.tsdb.es819.ES819TSDBDocValuesFormatTests
601- method : testSortedSetDocValuesWithSkipperSmall
602- issue : https://github.com/elastic/elasticsearch/issues/133224
603594- class : org.elasticsearch.xpack.esql.action.RandomizedTimeSeriesIT
604595 method : testGroupByNothing
605596 issue : https://github.com/elastic/elasticsearch/issues/133225
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public class ES819TSDBDocValuesFormatTests extends ES87TSDBDocValuesFormatTests
6666 private final Codec codec = new Elasticsearch900Lucene101Codec () {
6767
6868 final ES819TSDBDocValuesFormat docValuesFormat = new ES819TSDBDocValuesFormat (
69- ESTestCase .randomIntBetween (1 , 4096 ),
69+ ESTestCase .randomIntBetween (2 , 4096 ),
7070 ESTestCase .randomIntBetween (1 , 512 ),
7171 random ().nextBoolean ()
7272 );
You can’t perform that action at this time.
0 commit comments