relax trigger count for transform stats test (#43753)

relax trigger count test as we can not guarantee it due to async behaviour
This commit is contained in:
Hendrik Muhs 2019-07-01 10:29:08 +02:00
parent 717d14a7e2
commit a58d231f4d

View File

@ -53,7 +53,7 @@ teardown:
- lte: { transforms.0.stats.pages_processed: 1 }
- match: { transforms.0.stats.documents_processed: 0 }
- match: { transforms.0.stats.documents_indexed: 0 }
- match: { transforms.0.stats.trigger_count: 1 }
- lte: { transforms.0.stats.trigger_count: 1 }
- match: { transforms.0.stats.index_time_in_ms: 0 }
- match: { transforms.0.stats.index_total: 0 }
- match: { transforms.0.stats.index_failures: 0 }