Skip to content

Commit c034b2f

Browse files
committed
leftover
1 parent 77af752 commit c034b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/lucene/TimeSeriesSortedSourceOperatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void testSimple() {
8282
int numSamplesPerTS = 10;
8383
long timestampStart = DateFieldMapper.DEFAULT_DATE_TIME_FORMATTER.parseMillis("2024-01-01T00:00:00Z");
8484
int maxPageSize = between(1, 1024);
85-
List<Page> results = runDriver(1024, maxPageSize, true, numTimeSeries, numSamplesPerTS, timestampStart);
85+
List<Page> results = runDriver(1024, maxPageSize, randomBoolean(), numTimeSeries, numSamplesPerTS, timestampStart);
8686
// for now we emit at most one time series each page
8787
int offset = 0;
8888
for (Page page : results) {

0 commit comments

Comments
 (0)