Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
set test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Keiser committed Jun 19, 2019
1 parent e2b3153 commit 77a57ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/oranif_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ getConfig() ->
error(Reason)
end.

%all() -> [shortInserts, balancedInserts, heavyInserts, simultaneousInserts, longInserts].
all() -> [insertStress, dataMemStress].
all() -> [shortInserts, balancedInserts, heavyInserts, simultaneousInserts, longInserts, insertStress, dataMemStress].
%all() -> [insertStress, dataMemStress].
-define(F(Fn, Runs, Conn, Stmt, Job), Fn(ConfigData) -> runFrame(ConfigData, Runs, Conn, Stmt, fun Job/5, false)).
-define(N(Fn, Runs, Stmt, Job), Fn(ConfigData) -> runFrame(ConfigData, Runs, undefined, Stmt, fun Job/5, true)).

Expand Down

0 comments on commit 77a57ad

Please sign in to comment.