Test correction
In one test run the numbe rof files fluctuated but ended at zero. The ending at zero is the importnat thing.
This commit is contained in:
parent
c6ca973517
commit
0e4632ee31
1 changed files with 3 additions and 3 deletions
|
@ -493,7 +493,7 @@ space_clear_ondelete(_Config) ->
|
||||||
io:format("Bookie has ~w ledger files " ++
|
io:format("Bookie has ~w ledger files " ++
|
||||||
"after second close~n", [length(FNsD_L)]),
|
"after second close~n", [length(FNsD_L)]),
|
||||||
true = PointB_Journals < length(FNsA_J),
|
true = PointB_Journals < length(FNsA_J),
|
||||||
true = length(FNsB_L) =< length(FNsA_L),
|
true = length(FNsD_L) < length(FNsA_L),
|
||||||
true = length(FNsC_L) =< length(FNsB_L),
|
true = length(FNsD_L) < length(FNsB_L),
|
||||||
true = length(FNsD_L) =< length(FNsB_L),
|
true = length(FNsD_L) < length(FNsC_L),
|
||||||
true = length(FNsD_L) == 0.
|
true = length(FNsD_L) == 0.
|
Loading…
Add table
Add a link
Reference in a new issue