File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
x-pack/plugin/searchable-snapshots/qa/rest/src/test/resources/rest-api-spec/test Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,11 @@ teardown:
164164 - gte : { indices.docs.shards.0.0.files.0.cached_bytes_read.min: 0 }
165165 - gte : { indices.docs.shards.0.0.files.0.cached_bytes_read.max: 0 }
166166
167+ - gte : { indices.docs.shards.0.0.files.0.index_cache_bytes_read.count: 0 }
168+ - gte : { indices.docs.shards.0.0.files.0.index_cache_bytes_read.sum: 0 }
169+ - gte : { indices.docs.shards.0.0.files.0.index_cache_bytes_read.min: 0 }
170+ - gte : { indices.docs.shards.0.0.files.0.index_cache_bytes_read.max: 0 }
171+
167172 - gte : { indices.docs.shards.0.0.files.0.cached_bytes_written.count: 0 }
168173 - gte : { indices.docs.shards.0.0.files.0.cached_bytes_written.sum: 0 }
169174 - gte : { indices.docs.shards.0.0.files.0.cached_bytes_written.min: 0 }
@@ -203,6 +208,13 @@ teardown:
203208 - gte : { indices.docs.shards.0.0.files.0.backward_seeks.large.min: 0 }
204209 - gte : { indices.docs.shards.0.0.files.0.backward_seeks.large.max: 0 }
205210
211+ - gte : { indices.docs.shards.0.0.files.0.blob_store_bytes_requested.count: 0 }
212+ - gte : { indices.docs.shards.0.0.files.0.blob_store_bytes_requested.sum: 0 }
213+ - gte : { indices.docs.shards.0.0.files.0.blob_store_bytes_requested.min: 0 }
214+ - gte : { indices.docs.shards.0.0.files.0.blob_store_bytes_requested.max: 0 }
215+
216+ - gte : { indices.docs.shards.0.0.files.0.current_index_cache_fills: 0 }
217+
206218 - do :
207219 searchable_snapshots.stats :
208220 index : " d*"
You can’t perform that action at this time.
0 commit comments