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 (#52504)

fixes #52429
  • Loading branch information
Hendrik Muhs authored Feb 19, 2020
1 parent a2c1f2d commit dd3a5e1
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 dd3a5e1

Please sign in to comment.