Add extra slow_fetch test
sometimes ct tests don’t hit this - surprisingly
This commit is contained in:
parent
62a84b95bb
commit
51f504fec5
1 changed files with 2 additions and 1 deletions
|
@ -1820,7 +1820,8 @@ create_file_test() ->
|
|||
?assertMatch("hello", binary_to_term(Bin)).
|
||||
|
||||
slow_fetch_test() ->
|
||||
?assertMatch(not_present, log_slowfetch(2, not_present, "fake", 0, 1)).
|
||||
?assertMatch(not_present, log_slowfetch(2, not_present, "fake", 0, 1)),
|
||||
?assertMatch("value", log_slowfetch(2, "value", "fake", 0, 1)).
|
||||
|
||||
checkready(Pid) ->
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue