add compacting wal log testcase into fulltest.sh
This commit is contained in:
parent
3a91e8ea84
commit
e629395413
|
@ -283,6 +283,7 @@ python3 ./test.py -f topic/topicQuery.py
|
||||||
python3 ./test.py -f update/merge_commit_data-0.py
|
python3 ./test.py -f update/merge_commit_data-0.py
|
||||||
# wal
|
# wal
|
||||||
python3 ./test.py -f wal/addOldWalTest.py
|
python3 ./test.py -f wal/addOldWalTest.py
|
||||||
|
python3 ./test.py -f wal/sdbComp.py
|
||||||
|
|
||||||
# function
|
# function
|
||||||
python3 ./test.py -f functions/all_null_value.py
|
python3 ./test.py -f functions/all_null_value.py
|
||||||
|
|
Loading…
Reference in New Issue