From dfc7960470802b17dcce691d6e15fc75de6847ed Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 7 Sep 2017 11:47:53 -0700 Subject: [PATCH] test: limit stress-qps for slow CI machines, add txn flags Signed-off-by: Gyu-Ho Lee --- test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test b/test index 1292af131de8..c1a093fa9b38 100755 --- a/test +++ b/test @@ -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}