Skip to content

Commit 4d006f0

Browse files
author
Hendrik Muhs
committed
[Transform] fix XPackRestIT continuous transform stats test failure
do not match explicit number but only test existence for duration test (elastic#52504) fixes elastic#52429
1 parent 5acee76 commit 4d006f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/transform/transforms_stats.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ teardown:
247247
- gte: { transforms.0.stats.search_time_in_ms: 0 }
248248
- lte: { transforms.0.stats.search_total: 1 }
249249
- match: { transforms.0.stats.search_failures: 0 }
250+
- is_true: transforms.0.stats.exponential_avg_checkpoint_duration_ms
250251
- match: { transforms.0.stats.exponential_avg_documents_indexed: 0.0 }
251252
- match: { transforms.0.stats.exponential_avg_documents_processed: 0.0 }
252253

0 commit comments

Comments
 (0)