enh: add test case to ci
This commit is contained in:
parent
f8b51773b1
commit
008e9e9f1b
|
@ -524,6 +524,7 @@
|
|||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/fsync.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/multilevel.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/retention_test.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/retention_test2.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/multilevel_createdb.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttl.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttlChangeOnWrite.py
|
||||
|
|
|
@ -247,6 +247,7 @@ python3 ./test.py -f 0-others/user_privilege_all.py
|
|||
python3 ./test.py -f 0-others/fsync.py
|
||||
python3 ./test.py -f 0-others/multilevel.py
|
||||
python3 ./test.py -f 0-others/retention_test.py
|
||||
python3 ./test.py -f 0-others/retention_test2.py
|
||||
python3 ./test.py -f 0-others/ttl.py
|
||||
python3 ./test.py -f 0-others/ttlChangeOnWrite.py
|
||||
python3 ./test.py -f 0-others/compress_tsz1.py
|
||||
|
|
Loading…
Reference in New Issue