mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* restore .gitmodules
* Revert "[TD-13408]<test>: move tests directory out"
This reverts commit 7db7bd9337.
* revert to make tests back
* immigrate file change in stand-alone repo to TDengine
* remove tests repository checkout
Co-authored-by: tangfangzhi <fztang@taosdata.com>
22 lines
No EOL
800 B
Batchfile
22 lines
No EOL
800 B
Batchfile
|
|
python .\test.py -f insert\basic.py
|
|
python .\test.py -f insert\int.py
|
|
python .\test.py -f insert\float.py
|
|
python .\test.py -f insert\bigint.py
|
|
python .\test.py -f insert\bool.py
|
|
python .\test.py -f insert\double.py
|
|
python .\test.py -f insert\smallint.py
|
|
python .\test.py -f insert\tinyint.py
|
|
python .\test.py -f insert\date.py
|
|
python .\test.py -f insert\binary.py
|
|
python .\test.py -f insert\nchar.py
|
|
|
|
python .\test.py -f query\filter.py
|
|
python .\test.py -f query\filterCombo.py
|
|
python .\test.py -f query\queryNormal.py
|
|
python .\test.py -f query\queryError.py
|
|
python .\test.py -f query\filterAllIntTypes.py
|
|
python .\test.py -f query\filterFloatAndDouble.py
|
|
python .\test.py -f query\filterOtherTypes.py
|
|
python .\test.py -f query\querySort.py
|
|
python .\test.py -f query\queryJoin.py |