Skip to content

Commit

Permalink
test: limit stress-qps for slow CI machines, add txn flags
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <[email protected]>
  • Loading branch information
gyuho committed Sep 11, 2017
1 parent 861b029 commit dfc7960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ function functional_pass {
-peer-ports 12380,22380,32380 \
-limit 1 \
-schedule-cases "0 1 2 3 4 5" \
-stress-qps 1000 \
-stress-key-txn-count 100 \
-stress-key-txn-depth 10 \
-exit-on-failure && echo "'etcd-tester' succeeded"
ETCD_TESTER_EXIT_CODE=$?
echo "ETCD_TESTER_EXIT_CODE:" ${ETCD_TESTER_EXIT_CODE}
Expand Down

0 comments on commit dfc7960

Please sign in to comment.