mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* feat: [TS-4897] Support create/drop/alter/show/describe vtable * feat: [TS-4897] Support vtable's query * feat: [TS-4897] Support create virtual supertable * feat: [TS-4897] Support explain analyze / where / count(*) and only select ts of vtable. * feat: [TS-4897] Add create test and fix bugs * feat: [TS-4897] Add alter/drop test and fix bugs * feat: [TS-4897] Add describe/show test and fix bugs * feat: [TS-4897] Add auth test and fix bugs * feat: [TS-4897] Fix meta/catalog/cache bugs * feat: [TS-4897] Support select tag from virtual child table * feat: [TS-4897] Add select test and fix plenty of bugs * feat: [TS-4897] Add optimize rule for vtable scan / support create vtable cross database / remove enterprise constraint / fix bugs. * feat: [TS-4897] Fix 'schema is old' * feat: [TS-4897] Support virtual stable query * feat: [TS-4897] Add tests and Fix bugs * feat: [TS-4897] resolve conflict.
24 lines
853 B
Text
24 lines
853 B
Text
#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
|
|
,,y,army,./pytest.sh python3 ./test.py -f stream/test_stream_notify.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_auth_alter_drop_child.py
|
|
|
|
#tsim test
|
|
#,,y,script,./test.sh -f tsim/query/timeline.sim
|
|
,,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
|
|
|
|
#docs-examples test
|
|
#,,n,docs-examples-test,bash c.sh
|
|
|