mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: limit stress-qps for slow CI machines, add txn flags
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
e41c10347a
commit
38105095cd
3
test
3
test
@ -133,6 +133,9 @@ function functional_pass {
|
|||||||
-peer-ports 12380,22380,32380 \
|
-peer-ports 12380,22380,32380 \
|
||||||
-limit 1 \
|
-limit 1 \
|
||||||
-schedule-cases "0 1 2 3 4 5" \
|
-schedule-cases "0 1 2 3 4 5" \
|
||||||
|
-stress-qps 1000 \
|
||||||
|
-stress-key-txn-count 100 \
|
||||||
|
-stress-key-txn-ops 10 \
|
||||||
-exit-on-failure && echo "'etcd-tester' succeeded"
|
-exit-on-failure && echo "'etcd-tester' succeeded"
|
||||||
ETCD_TESTER_EXIT_CODE=$?
|
ETCD_TESTER_EXIT_CODE=$?
|
||||||
echo "ETCD_TESTER_EXIT_CODE:" ${ETCD_TESTER_EXIT_CODE}
|
echo "ETCD_TESTER_EXIT_CODE:" ${ETCD_TESTER_EXIT_CODE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user