fix case
This commit is contained in:
parent
a158cc877f
commit
26c6a115d3
|
@ -44,6 +44,7 @@ python3 ./test.py -f 2-query/check_tsdb.py
|
||||||
python3 ./test.py -f 2-query/spread.py
|
python3 ./test.py -f 2-query/spread.py
|
||||||
python3 ./test.py -f 2-query/hyperloglog.py
|
python3 ./test.py -f 2-query/hyperloglog.py
|
||||||
python3 ./test.py -f 2-query/explain.py
|
python3 ./test.py -f 2-query/explain.py
|
||||||
|
python3 ./test.py -f 2-query/leastsquares.py
|
||||||
|
|
||||||
|
|
||||||
python3 ./test.py -f 2-query/timezone.py
|
python3 ./test.py -f 2-query/timezone.py
|
||||||
|
@ -80,7 +81,7 @@ python3 ./test.py -f 2-query/arccos.py
|
||||||
python3 ./test.py -f 2-query/arctan.py
|
python3 ./test.py -f 2-query/arctan.py
|
||||||
python3 ./test.py -f 2-query/query_cols_tags_and_or.py
|
python3 ./test.py -f 2-query/query_cols_tags_and_or.py
|
||||||
# python3 ./test.py -f 2-query/nestedQuery.py
|
# python3 ./test.py -f 2-query/nestedQuery.py
|
||||||
# TD-15983 subquery output duplicate name column.
|
# TD-15983 subquery output duplicate name column.
|
||||||
# Please Xiangyang Guo modify the following script
|
# Please Xiangyang Guo modify the following script
|
||||||
# python3 ./test.py -f 2-query/nestedQuery_str.py
|
# python3 ./test.py -f 2-query/nestedQuery_str.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue