Skip to content

Commit

Permalink
Rest test - allow for snapshots to take 0 milliseconds
Browse files Browse the repository at this point in the history
Sometimes we get lucky and things are fast :)
  • Loading branch information
bleskes committed Jul 19, 2018
1 parent 625b65c commit 444bc15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ setup:
- gt: { snapshots.0.stats.incremental.size_in_bytes: 0 }
- gt: { snapshots.0.stats.total.file_count: 0 }
- is_true: snapshots.0.stats.start_time_in_millis
- is_true: snapshots.0.stats.time_in_millis
## fast in memory snapshots can take less than one millisecond to complete.
- gte: { snapshots.0.stats.time_in_millis: 0 }

---
"Get snapshot status with BWC fields":
Expand Down

0 comments on commit 444bc15

Please sign in to comment.