add compress test cases to regression and full test list.
This commit is contained in:
parent
f008643c6f
commit
424baa43f3
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue