Skip to content

Commit

Permalink
test commit with new email
Browse files Browse the repository at this point in the history
  • Loading branch information
cassyunknown committed Feb 11, 2022
1 parent 92c0696 commit f39964d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rust/storage/seg/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ fn clear() {

// ----------- TESTS FOR RECOVERY -------------
// Configuration Options:
//
// New cache, not file backed
// ---- Cache is created new in main memory.
// New cache, file backed
Expand Down Expand Up @@ -705,6 +706,7 @@ fn new_file_backed_cache_changed_and_restored() {
// "latte" should now be in cache
assert!(cache.get(b"latte").is_some());


assert_eq!(cache.items(), 1);
assert_eq!(cache.segments.free(), SEGMENTS - 1);

Expand Down

0 comments on commit f39964d

Please sign in to comment.