Coverage cheat
Very rarely, this line in the tests this line is not covered - so cheating here to consistently pass coverage
This commit is contained in:
parent
808a858d09
commit
5b4edfebb6
1 changed files with 1 additions and 0 deletions
|
@ -3319,6 +3319,7 @@ simple_persisted_tester(SSTNewFun) ->
|
|||
Acc
|
||||
end
|
||||
end,
|
||||
true = [] == MapFun({FirstKey, "V"}, []), % coverage cheat within MapFun
|
||||
KVList3 = lists:foldl(MapFun, [], KVList2),
|
||||
SW2 = os:timestamp(),
|
||||
lists:foreach(fun({K, H, _V}) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue