We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c1f2d commit dd3a5e1Copy full SHA for dd3a5e1
x-pack/plugin/src/test/resources/rest-api-spec/test/transform/transforms_stats.yml
@@ -247,7 +247,7 @@ teardown:
247
- gte: { transforms.0.stats.search_time_in_ms: 0 }
248
- lte: { transforms.0.stats.search_total: 1 }
249
- match: { transforms.0.stats.search_failures: 0 }
250
- - match: { transforms.0.stats.exponential_avg_checkpoint_duration_ms: 0.0 }
+ - is_true: transforms.0.stats.exponential_avg_checkpoint_duration_ms
251
- match: { transforms.0.stats.exponential_avg_documents_indexed: 0.0 }
252
- match: { transforms.0.stats.exponential_avg_documents_processed: 0.0 }
253
0 commit comments