mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
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:
parent
717d14a7e2
commit
a58d231f4d
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user