Commit Graph

3624 Commits

Author SHA1 Message Date
kailixu 24acee6e3f chore: restore the test cases 2023-05-16 14:45:06 +08:00
Haojun Liao 170c603995 other: merge 3.0 2023-05-13 20:16:55 +08:00
Haojun Liao 99148d6719 other: merge 3.0 2023-05-13 20:02:48 +08:00
Haojun Liao 236926b9ee other: merge enh/rocksdbstate 2023-05-13 19:49:28 +08:00
Haojun Liao 1975e94501 Merge branch 'main' into enh/rocksdbSstate 2023-05-13 19:41:03 +08:00
Haojun Liao b383651d8b fix(tmq): fix the invalid write and set the flag when closing taosx sub. 2023-05-13 16:17:26 +08:00
Haojun Liao 5b2ef2a675 other: merge main and remove invalid return data for poll. 2023-05-13 02:31:39 +08:00
slzhou 51fa0aeb64 Merge branch 'main' of github.com:taosdata/TDengine into szhou/fix-ts3400 2023-05-13 00:02:03 +08:00
slzhou 5b866edae7 fix: disable table count scan optimized when filters and group by both exist 2023-05-12 18:51:18 +08:00
Haojun Liao 181f9063e9 other: merge 3.0 2023-05-12 18:13:28 +08:00
dapan1121 0c744e864b
Merge pull request #21258 from taosdata/szhou/fix-td24084
fix: bypass projection pruning if union set op and subquery
2023-05-12 17:02:54 +08:00
Haojun Liao 99422c87c3 fix(tq): set the offset to be the consume offset, instead of the committed offset. And update the table sim. 2023-05-12 16:14:56 +08:00
Haojun Liao 4b961753a5 test: update the test case. 2023-05-12 15:13:25 +08:00
Haojun Liao 7ef16e1922 other: merge main. 2023-05-12 11:49:53 +08:00
kailixu 2e0d463471 fix: update test case alter_column.sim 2023-05-12 09:57:11 +08:00
slzhou d8a7e14065 enhance: add test case 2023-05-12 07:20:27 +08:00
slzhou 00fb5acad7 enhance: add test case 2023-05-12 07:19:03 +08:00
kailixu f4d90fb9bb fix: column length check when update/add column 2023-05-11 20:59:07 +08:00
chenhaoran 57d67faabe test:add testcases of learner in election 2023-05-11 19:05:21 +08:00
yihaoDeng 5708fcb5cb Merge branch 'enh/3.0' into enh/rocksdbSstateMerge 2023-05-10 08:02:16 +00:00
Yihao Deng c6e5879f44
Merge branch 'main' into enh/rocksdbSstate 2023-05-10 10:04:28 +08:00
yihaoDeng 55014aa003 Merge branch 'enh/rocksdbSstate' into enh/rocksdbSstateMerge 2023-05-09 08:58:51 +00:00
shenglian zhou d05650475e enhance: add test case 2023-05-09 14:32:35 +08:00
shenglian zhou 50feb64748 fix: add check nchar/varchar column length for normal table 2023-05-09 14:29:09 +08:00
dapan1121 a1eefd25ea fix: count wrong group number issue 2023-05-09 11:33:47 +08:00
Yihao Deng cb223acf82
Merge branch 'main' into enh/rocksdbSstate 2023-05-08 09:45:27 +08:00
Alex Duan b925342ad0 test: fix tsim/db/error1.sim random failed 2023-05-06 15:08:33 +08:00
Alex Duan fc799bcd19 test: fix tsim/db/error1.sim random failed 2023-05-06 15:06:53 +08:00
kailixu b396cbd33f Merge branch '3.0' into enh/TD-21161-3.0 2023-05-05 20:28:27 +08:00
yihaoDeng 1e09515b98 fix mem leak 2023-05-04 12:10:24 +00:00
Benguang Zhao cfc2b2ecda test: adjust test case split_vgroup_replica1.sim 2023-05-04 19:46:53 +08:00
liuyao d17de8b32b add test case 2023-05-04 14:02:39 +08:00
liuyao 2984c5a758 merge main 2023-04-28 10:34:46 +08:00
kailixu fa822ff286 Merge branch '3.0' into enh/TD-21161-3.0 2023-04-27 19:11:16 +08:00
Minglei Jin 3822a5858b sim/valgrind: suppress rocks reachables 2023-04-26 16:03:37 +08:00
dapan1121 919d98d393
Merge pull request #21066 from taosdata/szhou/tag-scan-group-slimit
feature: tag scan group and slimit
2023-04-26 11:17:29 +08:00
Xiaoyu Wang 05dc0fd6b1
Merge pull request #21056 from taosdata/feat/TD-23693
feat: subtable level privilege
2023-04-26 09:17:23 +08:00
Xiaoyu Wang e584bb3ea1 feat: subtable level privilege 2023-04-25 17:39:28 +08:00
54liuyao 9ba7726385 add test 2023-04-25 17:21:21 +08:00
54liuyao b79313ecd7 pause&resume 2023-04-25 16:59:09 +08:00
shenglian zhou ae773fee8b feature: add test case 2023-04-25 14:43:22 +08:00
kailixu b059cc4ee1 chore: code optimization 2023-04-25 10:59:02 +08:00
liuyao d429e070da fix fill bug 2023-04-24 18:23:35 +08:00
liuyao eca7b68fa0 ignore update 2023-04-24 15:01:56 +08:00
Haojun Liao fa46165227 Merge branch 'main' into enh/rocksdbSstate 2023-04-24 12:59:24 +08:00
Haojun Liao a4258a5af0
Merge pull request #21019 from taosdata/fix/tagFilterError
fix filter err
2023-04-23 19:58:27 +08:00
kailixu ee1a4b665a chore: more code 2023-04-23 17:48:03 +08:00
kailixu 0256b44be8 chore: code optimization 2023-04-23 17:45:03 +08:00
liuyao 641c707b37 pause&resume 2023-04-23 17:37:10 +08:00
yihaoDeng acee9e1862 fix filter err 2023-04-23 08:32:59 +00:00
Xiaoyu Wang 4bb7a25fc7 feat: subtable level privilege 2023-04-23 16:30:28 +08:00
yihaoDeng 4291cfda21 fix filter err 2023-04-23 07:18:23 +00:00
yihaoDeng 917b07348c Merge branch 'fix/rocksdbState' into enh/rocksRevert 2023-04-23 02:37:26 +00:00
dapan1121 9e22bd07a4
Merge pull request #21008 from taosdata/szhou/fix-ts3248
fix: when db_name!=xxx can not be used in systable scan index
2023-04-23 09:50:14 +08:00
dapan1121 f4d1ac4e93
Merge pull request #21007 from taosdata/feat/TS-3249
feat: support table_prefix/table_suffix new mode
2023-04-21 19:18:28 +08:00
kailixu fb99654899 chore: add UT 2023-04-21 18:22:44 +08:00
slzhou d0b370e736 fix: add test case 2023-04-21 16:28:25 +08:00
dapan1121 877b6e7053 fix: add table_prefix/table_suffix cases 2023-04-21 14:58:58 +08:00
Haojun Liao 2b74583b87
Merge pull request #21002 from taosdata/fix/liaohj_main
fix(stream): set the correct number of tasks.
2023-04-21 14:52:07 +08:00
Haojun Liao 6c641cff39 fix(stream): fix error in start stream tasks. 2023-04-21 09:37:16 +08:00
liuyao 182eb7f9ee add loop 2023-04-20 19:30:30 +08:00
shenglian zhou cc78a6356c fix: do not performace table count scan optimized where there are no agg functions 2023-04-20 13:54:22 +08:00
liuyao f2560fd5e9 opt test 2023-04-20 11:50:42 +08:00
liuyao d29dcb4bcf add loop 2023-04-20 10:50:07 +08:00
liuyao 602b1b7476 add test loop 2023-04-20 09:25:33 +08:00
liuyao 9c6275e4db add loop 2023-04-19 17:12:28 +08:00
liuyao 58b7e2eafb disable sma some test 2023-04-19 16:45:45 +08:00
liuyao 2a74aa317f inc sleep time 2023-04-19 16:41:53 +08:00
54liuyao 5b7ccc42ca inc sleep time 2023-04-19 13:38:30 +08:00
54liuyao 4b59297c66 increase sleep time 2023-04-19 10:36:16 +08:00
54liuyao ffa25ddd92 increase sleep time 2023-04-19 10:28:11 +08:00
54liuyao f3f0e0a991 increase sleep time 2023-04-19 10:18:52 +08:00
yihaoDeng 53857abe18 Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-18 22:39:13 +08:00
yihaoDeng 19e94f34b3 change case 2023-04-18 22:38:54 +08:00
yihaoDeng a3daae8233 fix compile err 2023-04-18 14:08:04 +00:00
yihaoDeng 10fc25a9f6 fix compile err 2023-04-18 13:37:22 +00:00
yihaoDeng 583fedb99d Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-18 13:30:30 +00:00
yihaoDeng fd32d56385 fix compile error 2023-04-18 13:30:02 +00:00
yihaoDeng 4687430a65 remove reachable mem check 2023-04-18 20:03:51 +08:00
liuyao b8ac811f20 fix bug 2023-04-14 17:35:17 +08:00
Haojun Liao 5850a3ab01 Merge remote-tracking branch 'origin/enh/rocksRevert' into enh/rocksRevert 2023-04-14 10:37:17 +08:00
Haojun Liao b57c813681 other: merge feature/3_liaohj 2023-04-14 10:36:54 +08:00
Haojun Liao f8b672f09f other: merge main. 2023-04-14 09:07:18 +08:00
Haojun Liao 70b45a4cf0 fix(stream): all data should be extracted from wal. 2023-04-13 23:22:09 +08:00
Xiaoyu Wang db8a6ce60b
Merge pull request #20891 from taosdata/FIX/TD-23613-main
test: add flush database in some testcases
2023-04-13 19:03:34 +08:00
Benguang ZHAO d772fd06dd
Merge branch 'main' into FIX/TD-23613-main 2023-04-13 15:02:59 +08:00
Xiaoyu Wang a44d455e56 merge 3.0 2023-04-13 14:32:05 +08:00
Minglei Jin 589ed9d0ce fix(tsdb/cache): fix block index ref releasing 2023-04-13 12:09:44 +08:00
Benguang Zhao 6b20306bef test: add flush database in tsim/parser/last_cache.sim and limit1.sim 2023-04-12 19:01:02 +08:00
kailixu bd24dcf374 chore: more code 2023-04-12 17:59:21 +08:00
kailixu 1ed3149c39 fix: the precision of delete statement 2023-04-12 17:41:43 +08:00
Xiaoyu Wang 933660ae8d Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main 2023-04-12 14:13:23 +08:00
liuyao 6a98d55c2f add ci test 2023-04-12 11:04:57 +08:00
Xiaoyu Wang b40c035a2e
Merge pull request #20868 from taosdata/fix/3.0_merge_main
merge main
2023-04-12 09:54:13 +08:00
wade zhang 4d90c85347
Merge pull request #20815 from taosdata/test/TD-AUTOGETN-3.0
test: add udf function return with varchar demo
2023-04-12 09:14:40 +08:00
Xiaoyu Wang 9578c4538a Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main 2023-04-11 19:33:23 +08:00
yihaoDeng 71d161ae38 Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-11 11:15:41 +00:00
liuyao 4c2d0b5f63 feat:opt final window 2023-04-11 19:10:10 +08:00
liuyao 34ff1322e4 op final window 2023-04-11 19:10:10 +08:00
yihaoDeng b24b91886a Merge branch 'dev3' into enh/rocksRevert 2023-04-11 10:59:00 +00:00