We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acee76 commit 4d006f0Copy full SHA for 4d006f0
x-pack/plugin/src/test/resources/rest-api-spec/test/transform/transforms_stats.yml
@@ -247,6 +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
+ - 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