File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -414,9 +414,6 @@ tests:
414414- class : org.elasticsearch.repositories.blobstore.testkit.analyze.RepositoryAnalysisFailureIT
415415 method : testFailsOnReadError
416416 issue : https://github.com/elastic/elasticsearch/issues/127029
417- - class : org.elasticsearch.xpack.test.rest.XPackRestIT
418- method : test {p0=esql/10_basic/basic with documents_found}
419- issue : https://github.com/elastic/elasticsearch/issues/127039
420417- class : org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
421418 method : test {rerank.Reranker before a limit ASYNC}
422419 issue : https://github.com/elastic/elasticsearch/issues/127051
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ basic with documents_found:
197197 query : ' from test | keep data | sort data | limit 2'
198198 columnar : true
199199
200- - match : {documents_found: 10 } # two documents per shard
201- - match : {values_loaded: 10 } # one per document
200+ - gte : {documents_found: 2 } # we might early terminate, so the most we can assume is >=2
201+ - gte : {values_loaded: 2 } # same as above
202202 - match : {columns.0.name: "data"}
203203 - match : {columns.0.type: "long"}
204204 - match : {values.0: [1, 1]}
You can’t perform that action at this time.
0 commit comments