From 32cdf26ffbf3336d85a4e3da2147e11b49ed6eba Mon Sep 17 00:00:00 2001 From: martinsumner Date: Mon, 6 Mar 2017 19:37:43 +0000 Subject: [PATCH] Correct to catch new response to snapshot request --- test/end_to_end/basic_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end_to_end/basic_SUITE.erl b/test/end_to_end/basic_SUITE.erl index 14949c4..ca6f2d4 100644 --- a/test/end_to_end/basic_SUITE.erl +++ b/test/end_to_end/basic_SUITE.erl @@ -155,7 +155,7 @@ journal_compaction(_Config) -> testutil:wait_for_compaction(Bookie1), % Start snapshot - should not stop deletions {ok, - {PclClone, _LdgCache}, + PclClone, InkClone} = leveled_bookie:book_snapshotstore(Bookie1, self(), 300000),