add compacting wal log testcase into fulltest.sh

This commit is contained in:
tomchon 2021-06-05 18:34:36 +08:00
parent 3a91e8ea84
commit e629395413
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ python3 ./test.py -f topic/topicQuery.py
python3 ./test.py -f update/merge_commit_data-0.py
# wal
python3 ./test.py -f wal/addOldWalTest.py
python3 ./test.py -f wal/sdbComp.py
# function
python3 ./test.py -f functions/all_null_value.py