2024-11-29 09:49:58 +00:00
|
|
|
#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
|
2025-04-03 08:28:41 +00:00
|
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/continuous_window_close_interval_basic.py
|
|
|
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/continuous_window_close_interval.py
|
2025-03-20 09:54:20 +00:00
|
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/continuous_window_close_interval_checkpoint.py
|
2024-11-29 09:49:58 +00:00
|
|
|
|
|
|
|
|
# army-test
|
|
|
|
|
#,,y,army,./pytest.sh python3 ./test.py -f multi-level/mlevel_basic.py -N 3 -L 3 -D 2
|
2025-02-12 15:33:31 +00:00
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f stream/test_stream_notify.py
|
2025-03-15 06:10:46 +00:00
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_auth_alter_drop_child.py
|
2024-11-29 09:49:58 +00:00
|
|
|
|
|
|
|
|
#tsim test
|
|
|
|
|
#,,y,script,./test.sh -f tsim/query/timeline.sim
|
2024-12-02 01:29:55 +00:00
|
|
|
,,y,script,./test.sh -f tsim/stream/streamTwaInterpFwcCheckpoint.sim
|
|
|
|
|
,,y,script,./test.sh -f tsim/stream/streamFwcIntervalFill.sim
|
|
|
|
|
,,y,script,./test.sh -f tsim/stream/streamTwaFwcInterval.sim
|
2024-11-29 09:49:58 +00:00
|
|
|
|
|
|
|
|
#docs-examples test
|
|
|
|
|
#,,n,docs-examples-test,bash c.sh
|
|
|
|
|
|