add case for unique

This commit is contained in:
wenzhouwww@live.cn 2022-05-31 09:57:30 +08:00
parent 4c1d77ce4d
commit b2e1ee5b5a
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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