Commit graph

11175 commits

Author SHA1 Message Date
Alex Duan
228b9d2128
Merge pull request #23023 from taosdata/test/main/TD-25218
test: check error info of failed sql
2023-09-25 13:54:17 +08:00
chenhaoran
92eb1e9671 test: check error info of failed sql 2023-09-22 16:08:37 +08:00
wangjiaming0909
2ccbc8441d fix: interval_limit_opt.py timeout, privilege_create_db.sim fail sometimes 2023-09-22 13:18:49 +08:00
Alex Duan
df19eb307a fix: modify split vgroup count 5 to 3 2023-09-20 19:14:22 +08:00
Alex Duan
6b7eef28b9 fix: restore splitVGroup.py 2023-09-20 19:08:20 +08:00
Alex Duan
b29929a7e0
Merge pull request #22919 from taosdata/case/TS-3897-MAIN
test: sql.py remove successful print and add diff case
2023-09-20 09:11:42 +08:00
Alex Duan
30c24eb8c6 fix: sometime meta-ver file lost 2023-09-19 18:53:12 +08:00
Alex Duan
dfff811ca9 fix: add db database on sql 2023-09-19 14:47:08 +08:00
Haojun Liao
1cfd34a6a9
Merge pull request #22955 from taosdata/fix/avoidConflictIdxNameMain
avoid first tag index conflict
2023-09-19 11:37:26 +08:00
Haojun Liao
101161c52e
Merge pull request #22954 from taosdata/fix/TD-26323
fix:core in race condition for pTq->pExecStore & return if poll too l…
2023-09-18 17:41:01 +08:00
wangmm0220
c3498fbfe8 fix:core in race condition for pTq->pExecStore & return if poll too long & fix test cases if submit empty 2023-09-18 14:35:07 +08:00
yihaoDeng
2c10163634 avoid first tag index conflict 2023-09-18 14:19:58 +08:00
Alex Duan
554b943727
Merge pull request #22937 from taosdata/case/TS-3895-MAIN
case: add keepColumnName option case
2023-09-16 13:40:04 +08:00
Alex Duan
3c4facd48d case: add keepColumnName option case 2023-09-15 18:27:01 +08:00
Alex Duan
46a9a906e0 case: add use db sql 2023-09-15 17:57:54 +08:00
Alex Duan
bc1371a4b7 case: add use db 2023-09-15 15:49:35 +08:00
Alex Duan
3ae2e3321b fix: delete data is not right 2023-09-15 15:46:26 +08:00
Alex Duan
0e6486e3ec test: sql.py remove successful print and add diff case 2023-09-15 14:28:45 +08:00
Alex Duan
583f4fa95a
Merge pull request #22905 from taosdata/test/main/TD-26290
test:increase timeout of win testcase
2023-09-15 10:07:25 +08:00
haoranchen
b594393d31
test:set mixed deployment of mnode and vnode in testpy 2023-09-14 18:22:46 +08:00
Ping Xiao
70e70205aa add test case for join 2023-09-14 16:29:48 +08:00
chenhaoran
be6d80893a test:set mixed deployment of mnode and vnode in testpy 2023-09-14 16:10:16 +08:00
chenhaoran
7d4519cdf8 test:increase timeout of win testcase 2023-09-14 16:10:16 +08:00
dapan1121
b83756db1e fix: add system table ins_columns privilege test case 2023-09-13 14:16:42 +08:00
dapan1121
0be7060928
Merge pull request #22873 from taosdata/fix/TS-3960
fix: join condition with single param operator
2023-09-13 11:08:42 +08:00
dapan1121
dd1457e49c fix: join condition with single param operator 2023-09-12 19:18:43 +08:00
Haojun Liao
52931b530d
Merge pull request #22855 from taosdata/fix/3_liaohj
fix(stream):check error when vnode is closing.
2023-09-12 15:58:02 +08:00
Haojun Liao
30db04ddb5 fix(test): update test case. 2023-09-12 14:02:31 +08:00
Alex Duan
16c82aa392
Merge pull request #22790 from taosdata/test/main/TD-26192
test: increase timeout 60s of  replica 3to1
2023-09-12 10:05:06 +08:00
wade zhang
7f13598405
Merge pull request #22793 from taosdata/test/fix_pause_case_main
test: lock start_timestamp and interval
2023-09-12 09:27:36 +08:00
chenhaoran
152e347459 test:modify testcase of indepent mnode 2023-09-11 20:01:35 +08:00
chenhaoran
9e8a969e82 test:modify the way to determine whether the replica change is complete 2023-09-11 19:08:22 +08:00
chenhaoran
6bb7eb1ca2 test:modify the way to determine whether the replica change is complete 2023-09-11 19:04:07 +08:00
chenhaoran
5d1eac3c2e Merge branch 'main' of https://github.com/taosdata/TDengine into test/main/TD-26192 2023-09-11 15:29:48 +08:00
Haojun Liao
372747cc23
Merge pull request #22818 from taosdata/fix/3_liaohj
fix(stream): fix error in fill history and check quit status of vnode.
2023-09-10 20:47:06 +08:00
Haojun Liao
b317c8ebff fix(stream): disable merge submit blocks. 2023-09-08 12:46:15 +08:00
chenhaoran
53051a2bea test: modify expect data type from str to datetime 2023-09-07 22:51:30 +08:00
chenhaoran
3217f69428 test: fix error comparison between bool and str 2023-09-07 19:08:12 +08:00
wade zhang
55fbc79a64
Merge pull request #22769 from taosdata/fix/sunpeng/special-taos-ws-py-version-for-main
fix: special taos-ws-py version in py test
2023-09-07 18:35:49 +08:00
dapan1121
615c619bba
Merge pull request #22782 from taosdata/fix/TS-3897
fix: fix diff not support unsigned type
2023-09-07 16:17:42 +08:00
wade zhang
d3f0c5ac3e
Merge pull request #22770 from taosdata/fix/TD-25445-main
fix/TD-25445: search memory in ttlMgrFindExpired
2023-09-07 16:13:32 +08:00
jiajingbin
d77049dc4c test: lock start_timestamp and interval 2023-09-07 14:39:54 +08:00
chenhaoran
f6424ff93e test: increase timeout 60s of replica 3to1 2023-09-07 11:42:31 +08:00
dapan1121
fdeb924d0d
Merge pull request #22715 from taosdata/fix/m/TD-26114
fix: desc fill missed one window
2023-09-07 11:36:30 +08:00
Alex Duan
ba88dfe613
Merge pull request #22697 from taosdata/test/TD-23715
add websocket connection
2023-09-07 10:33:16 +08:00
Shungang Li
c1edc5821f fix: update for ttl test cases 2023-09-07 09:33:26 +08:00
Ping Xiao
8b5448bb2f add ttl test cases 2023-09-07 09:33:26 +08:00
Ganlin Zhao
a1632cac5d add test cases 2023-09-06 18:53:25 +08:00
chenhaoran
7782530e3a test:modify method of stopall function 2023-09-06 17:21:26 +08:00
Ping Xiao
5c74d5f103 Merge branch 'main' into test/TD-23715 2023-09-06 16:19:45 +08:00