Skip to content

Commit

Permalink
Attempt to hack a fix to bitcask_qc_expiry.erl to avoid false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Feb 5, 2014
1 parent 0408d46 commit 73242fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bitcask_qc_expiry.erl
Expand Up @@ -90,7 +90,7 @@ prop_expiry() ->
?FORALL({Ops, Expiry, ExpiryGrace, Timestep, M1},
{eqc_gen:non_empty(list(ops(Keys, Values))),
choose(1,10), choose(1, 10), choose(5, 50), choose(5,128)},
?IMPLIES(length(Ops) > 1,
?IMPLIES(length(Ops) > 3,
begin
Dirname = "/tmp/bc.prop.expiry",
?cmd("rm -rf " ++ Dirname),
Expand Down

0 comments on commit 73242fc

Please sign in to comment.