ci: add long time running cases file
This commit is contained in:
parent
21935f3a5b
commit
bb44c67787
|
@ -0,0 +1,19 @@
|
|||
#Column Define
|
||||
#caseID,rerunTimes,Run with Sanitizer,casePath,caseCommand
|
||||
#NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim
|
||||
|
||||
|
||||
# system test
|
||||
#
|
||||
#,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_multi_agg.py
|
||||
#,,n,system-test,python3 ./test.py -f 8-stream/stream_basic.py
|
||||
|
||||
# army-test
|
||||
#,,y,army,./pytest.sh python3 ./test.py -f multi-level/mlevel_basic.py -N 3 -L 3 -D 2
|
||||
|
||||
#tsim test
|
||||
#,,y,script,./test.sh -f tsim/query/timeline.sim
|
||||
|
||||
#docs-examples test
|
||||
#,,n,docs-examples-test,bash c.sh
|
||||
|
Loading…
Reference in New Issue