Skip to content

Commit

Permalink
[Transform] fix XPackRestIT continuous transform stats test failure
Browse files Browse the repository at this point in the history
do not match explicit number but only test existence for duration test (elastic#52504)

fixes elastic#52429
  • Loading branch information
Hendrik Muhs authored and sbourke committed Feb 19, 2020
1 parent 8afbb27 commit cb5635c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ teardown:
- gte: { transforms.0.stats.search_time_in_ms: 0 }
- lte: { transforms.0.stats.search_total: 1 }
- match: { transforms.0.stats.search_failures: 0 }
- match: { transforms.0.stats.exponential_avg_checkpoint_duration_ms: 0.0 }
- is_true: transforms.0.stats.exponential_avg_checkpoint_duration_ms
- match: { transforms.0.stats.exponential_avg_documents_indexed: 0.0 }
- match: { transforms.0.stats.exponential_avg_documents_processed: 0.0 }

Expand Down

0 comments on commit cb5635c

Please sign in to comment.