Skip to content

Commit

Permalink
Better command data for open
Browse files Browse the repository at this point in the history
  • Loading branch information
UlfNorell authored and slfritchie committed Oct 25, 2012
1 parent 7cfae54 commit b248d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/pulse/bitcask_eqc.erl
Expand Up @@ -506,7 +506,8 @@ command_data({set, _, {call, _, fork_merge, _}}, {_S, V}) ->
command_data({set, _, {call, _, bc_open, _}}, {_S, V}) ->
case V of
{'EXIT', _} -> {bc_open, 'EXIT'};
_ -> bc_open
{error, Err} -> {bc_open, Err};
_ when is_reference(V) -> bc_open
end;
command_data({set, _, {call, _, needs_merge, _}}, {_S, V}) ->
case V of
Expand Down

0 comments on commit b248d34

Please sign in to comment.