test:add testcase to ci
This commit is contained in:
parent
26c2990bbe
commit
1da8d5886e
|
@ -112,4 +112,10 @@
|
|||
# --- valgrind
|
||||
./test.sh -f tsim/valgrind/checkError.sim -v
|
||||
|
||||
# --- sync
|
||||
./test.sh -f tsim/sync/3Replica1VgElect.sim
|
||||
./test.sh -f tsim/sync/3Replica5VgElect.sim
|
||||
./test.sh -f tsim/sync/oneReplica1VgElect.sim
|
||||
./test.sh -f tsim/sync/oneReplica5VgElect.sim
|
||||
|
||||
#======================b1-end===============
|
||||
|
|
|
@ -77,9 +77,4 @@ run sma/tsmaCreateInsertData.sim
|
|||
run sma/rsmaCreateInsertQuery.sim
|
||||
run valgrind/checkError.sim
|
||||
run bnode/basic1.sim
|
||||
run sync/3Replica1VgElect.sim
|
||||
run sync/3Replica5VgElect.sim
|
||||
run sync/oneReplica1VgElect.sim
|
||||
run sync/oneReplica5VgElect.sim
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue