We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c485559 commit 54f4091Copy full SHA for 54f4091
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/nodes.stats/11_indices_metrics.yml
@@ -300,7 +300,8 @@
300
nodes.stats: { metric: http }
301
302
- is_true: nodes.$node_id
303
- - gte: { nodes.$node_id.http.current_open: 1 }
+ # in rare test scenarios, the value of current_open can be zero
304
+ - gte: { nodes.$node_id.http.current_open: 0 }
305
- gte: { nodes.$node_id.http.total_opened: 1 }
306
- is_true: nodes.$node_id.http.clients
307
- gte: { nodes.$node_id.http.clients.0.id: 1 }
0 commit comments