We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa562d commit f7da55aCopy full SHA for f7da55a
rest-api-spec/src/main/resources/rest-api-spec/test/snapshot.status/10_basic.yml
@@ -38,7 +38,8 @@ setup:
38
- gt: { snapshots.0.stats.total.file_count: 0 }
39
- gt: { snapshots.0.stats.total.size_in_bytes: 0 }
40
- is_true: snapshots.0.stats.start_time_in_millis
41
- - is_true: snapshots.0.stats.time_in_millis
+## fast in memory snapshots can take less than one millisecond to complete.
42
+ - gte: { snapshots.0.stats.time_in_millis: 0 }
43
44
---
45
"Get missing snapshot status throws an exception":
0 commit comments