Skip to content

Commit 7cfc08f

Browse files
authored
Merge branch 'main' into unmute-ip-tests
2 parents 8cff07b + e091235 commit 7cfc08f

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

muted-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

server/src/test/java/org/elasticsearch/index/codec/tsdb/es819/ES819TSDBDocValuesFormatTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)