Skip to content

Commit 2003ec0

Browse files
committed
Add stats to tests
1 parent 99045e0 commit 2003ec0

File tree

1 file changed

+12
-0
lines changed
  • x-pack/plugin/searchable-snapshots/qa/rest/src/test/resources/rest-api-spec/test

1 file changed

+12
-0
lines changed

x-pack/plugin/searchable-snapshots/qa/rest/src/test/resources/rest-api-spec/test/stats.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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*"

0 commit comments

Comments
 (0)