Change test foler to return (Bucket, Key} as expeceted
This commit is contained in:
parent
ec18f9ab4c
commit
f5944f2466
1 changed files with 2 additions and 1 deletions
|
@ -459,7 +459,8 @@ space_clear_ondelete(_Config) ->
|
||||||
no_check,
|
no_check,
|
||||||
G2),
|
G2),
|
||||||
|
|
||||||
AllKeyQuery = {keylist, o_rkv, {fun testutil:foldkeysfun/3, []}},
|
FoldKeysFun= fun(B, K, Acc) -> Acc ++ {B, K} end,
|
||||||
|
AllKeyQuery = {keylist, o_rkv, {FoldKeysFun, []}},
|
||||||
{async, F1} = leveled_bookie:book_returnfolder(Book1, AllKeyQuery),
|
{async, F1} = leveled_bookie:book_returnfolder(Book1, AllKeyQuery),
|
||||||
SW1 = os:timestamp(),
|
SW1 = os:timestamp(),
|
||||||
KL1 = F1(),
|
KL1 = F1(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue