Test fix-up

There was a test that failed to close down a bookie and that caused some
issues.  The issues are double-reoslved, the close down was tidied as
well as the forgotten close being added back in.

There is some generla tidy around in anticipation of TTL support.
This commit is contained in:
martinsumner 2016-10-21 21:26:28 +01:00
parent 0a2053b557
commit e9c568a8b3
7 changed files with 167 additions and 101 deletions

View file

@ -19,6 +19,11 @@
unreferenced_files :: list(),
target_is_basement = false ::boolean()}).
-record(level,
{level :: integer(),
is_basement = false :: boolean(),
timestamp :: integer()}).
-record(manifest_entry,
{start_key :: tuple(),
end_key :: tuple(),