add case for unique
This commit is contained in:
parent
4c1d77ce4d
commit
b2e1ee5b5a
|
@ -110,7 +110,7 @@ class TDTestCase:
|
||||||
"select unique(NULL) from stb1 partition by tbname",
|
"select unique(NULL) from stb1 partition by tbname",
|
||||||
"select unique('') from stb1 partition by tbname",
|
"select unique('') from stb1 partition by tbname",
|
||||||
"select unique(c%) from stb1 partition by tbname",
|
"select unique(c%) from stb1 partition by tbname",
|
||||||
"select unique(t1) from stb1 partition by tbname",
|
#"select unique(t1) from stb1 partition by tbname",
|
||||||
"select unique(True) from stb1 partition by tbname",
|
"select unique(True) from stb1 partition by tbname",
|
||||||
"select unique(c1) , count(c1) from stb1 partition by tbname",
|
"select unique(c1) , count(c1) from stb1 partition by tbname",
|
||||||
"select unique(c1) , avg(c1) from stb1 partition by tbname",
|
"select unique(c1) , avg(c1) from stb1 partition by tbname",
|
||||||
|
|
|
@ -80,6 +80,7 @@ python3 ./test.py -f 2-query/mavg.py
|
||||||
python3 ./test.py -f 2-query/diff.py
|
python3 ./test.py -f 2-query/diff.py
|
||||||
python3 ./test.py -f 2-query/sample.py
|
python3 ./test.py -f 2-query/sample.py
|
||||||
python3 ./test.py -f 2-query/function_diff.py
|
python3 ./test.py -f 2-query/function_diff.py
|
||||||
|
python3 ./test.py -f 2-query/unique.py
|
||||||
|
|
||||||
python3 ./test.py -f 7-tmq/basic5.py
|
python3 ./test.py -f 7-tmq/basic5.py
|
||||||
python3 ./test.py -f 7-tmq/subscribeDb.py
|
python3 ./test.py -f 7-tmq/subscribeDb.py
|
||||||
|
|
Loading…
Reference in New Issue