Merge pull request #2547 from taosdata/feature/sangshuduo/move-more-cases-from-full-to-regresssion

add query/queryJoin.py to regression.
This commit is contained in:
Shengliang Guan 2020-07-03 14:19:05 +08:00 committed by GitHub
commit 8973547f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ python3 ./test.py -f query/filterFloatAndDouble.py
python3 ./test.py -f query/filterOtherTypes.py
python3 ./test.py -f query/queryError.py
python3 ./test.py -f query/querySort.py
python3 ./test.py -f query/queryJoin.py
#stream
python3 ./test.py -f stream/stream1.py