File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cluster.stats Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,6 @@ tests:
256256- class : org.elasticsearch.xpack.inference.services.cohere.CohereServiceTests
257257 method : testInfer_StreamRequest_ErrorResponse
258258 issue : https://github.com/elastic/elasticsearch/issues/114327
259- - class : org.elasticsearch.xpack.security.CoreWithSecurityClientYamlTestSuiteIT
260- method : test {yaml=cluster.stats/30_ccs_stats/cross-cluster search stats search}
261- issue : https://github.com/elastic/elasticsearch/issues/114371
262259- class : org.elasticsearch.xpack.inference.services.cohere.CohereServiceTests
263260 method : testInfer_StreamRequest
264261 issue : https://github.com/elastic/elasticsearch/issues/114385
@@ -311,9 +308,6 @@ tests:
311308- class : org.elasticsearch.packaging.test.EnrollmentProcessTests
312309 method : test20DockerAutoFormCluster
313310 issue : https://github.com/elastic/elasticsearch/issues/114885
314- - class : org.elasticsearch.test.rest.ClientYamlTestSuiteIT
315- method : test {yaml=cluster.stats/30_ccs_stats/cross-cluster search stats search}
316- issue : https://github.com/elastic/elasticsearch/issues/114902
317311- class : org.elasticsearch.xpack.inference.DefaultEndPointsIT
318312 method : testInferDeploysDefaultElser
319313 issue : https://github.com/elastic/elasticsearch/issues/114913
Original file line number Diff line number Diff line change 121121 - is_true : ccs._search.total
122122 - is_true : ccs._search.success
123123 - exists : ccs._search.skipped
124- - is_true : ccs._search.took
125- - is_true : ccs._search.took.max
126- - is_true : ccs._search.took.avg
127- - is_true : ccs._search.took.p90
124+ - exists : ccs._search.took
125+ - exists : ccs._search.took.max
126+ - exists : ccs._search.took.avg
127+ - exists : ccs._search.took.p90
128128 - is_true : ccs._search.took_mrt_true
129129 - exists : ccs._search.took_mrt_true.max
130130 - exists : ccs._search.took_mrt_true.avg
145145 - gte : {ccs._search.clusters.cluster_two.total: 1}
146146 - exists : ccs._search.clusters.cluster_one.skipped
147147 - exists : ccs._search.clusters.cluster_two.skipped
148- - is_true : ccs._search.clusters.cluster_one.took
149- - is_true : ccs._search.clusters.cluster_one.took.max
150- - is_true : ccs._search.clusters.cluster_one.took.avg
151- - is_true : ccs._search.clusters.cluster_one.took.p90
148+ - exists : ccs._search.clusters.cluster_one.took
149+ - exists : ccs._search.clusters.cluster_one.took.max
150+ - exists : ccs._search.clusters.cluster_one.took.avg
151+ - exists : ccs._search.clusters.cluster_one.took.p90
You can’t perform that action at this time.
0 commit comments