add compress test cases to regression and full test list.

This commit is contained in:
Shuduo Sang 2020-07-10 19:13:53 +08:00
parent f008643c6f
commit 424baa43f3
2 changed files with 8 additions and 0 deletions

View File

@ -156,3 +156,7 @@ python3 ./test.py -f alter/alter_table_crash.py
# client # client
python3 ./test.py -f client/client.py python3 ./test.py -f client/client.py
# Misc
python3 testCompress.py
python3 testNoCompress.py

View File

@ -150,3 +150,7 @@ python3 ./test.py -f alter/alter_table_crash.py
# client # client
python3 ./test.py -f client/client.py python3 ./test.py -f client/client.py
# Misc
python3 testCompress.py
python3 testNoCompress.py