Skip to content

Commit

Permalink
Update the run scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Dec 15, 2024
1 parent a7d1000 commit 8135171
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions scripts/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Functionality tests
python3 -m acto --config data/percona-server-mongodb-operator/v1-16-0/func-only.json --workdir testrun-mongodb-func --num-workers 4

python3 -m acto --config data/cass-operator/v1-22/func-only.json --testrun-dir testrun-cass-func --num-workers 6
python3 -m acto --config data/cass-operator/v1-22/func-only.json --workdir testrun-cass-func --num-workers 6

python3 -m acto --config data/tidb-operator/v1-6-0/func-only.json --workdir testrun-tidb-func --num-workers 3

Expand Down Expand Up @@ -30,22 +30,40 @@ python3 -m chactos --config data/cass-operator/v1-22/func-only.json \
--testrun-dir testrun-cass-func \
--num-workers 6

python3 -m chactos --config data/tidb-operator/v1-6-0/func-only.json \
--workdir testrun-tidb-func-fi \
--fi-config chactos/tidb-operator.json \
--testrun-dir testrun-tidb-func \
--num-workers 3

python3 -m chactos --config data/mariadb-operator/v0-30-0/func-only.json \
--workdir testrun-mariadb-func-fi \
--fi-config chactos/mariadb-operator.json \
--testrun-dir testrun-mariadb-func \
--num-workers 6

# Config fault injection run

python3 -m chactos --config data/percona-server-mongodb-operator/v1-16-0/config-only.json \
--workdir testrun-mongodb-conf-fi \
--fi-config chactos/percona-mongodb-operator.json \
--testrun-dir testrun-mongodb-conf \
--num-workers 4

python3 -m chactos --config data/cass-operator/v1-22/config-only.json \
--workdir testrun-cass-conf-fi \
--fi-config chactos/cass-operator.json \
--testrun-dir testrun-cass-conf \
--num-workers 4

python3 -m chactos --config data/tidb-operator/v1-6-0/config-only.json \
--workdir testrun-tidb-conf-fi \
--fi-config chactos/tidb-operator.json \
--testrun-dir testrun-tidb-conf \
--num-workers 3
--num-workers 3

python3 -m chactos --config data/mariadb-operator/v0-30-0/config-only.json \
--workdir testrun-mariadb-conf-fi \
--fi-config chactos/mariadb-operator.json \
--testrun-dir testrun-mariadb-conf \
--num-workers 6

0 comments on commit 8135171

Please sign in to comment.