Commit Graph

785 Commits

Author SHA1 Message Date
Shengliang Guan 3f8d9f347e test: valgrind case 2022-07-18 09:29:21 +08:00
dapan1121 077fbd6787
Merge pull request #15010 from taosdata/fix/TD-17460
fix: fix taosd mem leak
2022-07-18 09:18:43 +08:00
Shengliang Guan 19c673c322 test: valgrind case 2022-07-17 21:42:35 +08:00
Shengliang Guan 06ddc47467 test: valgrind case 2022-07-17 21:25:28 +08:00
shenglian zhou de1ca5b68f Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/user-tags 2022-07-17 05:07:17 +08:00
shenglian zhou e7c4b72f77 fix: the system table number is 31 instead of 30 since user_tags is added 2022-07-17 05:06:58 +08:00
Shengliang Guan f76b7ce165 test: valgrind case 2022-07-16 21:23:01 +08:00
Shengliang Guan 2c5e2cb86a Merge branch '3.0' into fix/valgrind 2022-07-16 20:28:35 +08:00
Shengliang Guan cb1b679429 test: valgrind case 2022-07-16 20:27:41 +08:00
Xiaoyu Wang 841a3f5651
Merge pull request #15004 from taosdata/feature/3.0_debug_wxy
some problems of planner
2022-07-16 19:43:29 +08:00
Xiaoyu Wang 43852a0e69 some problems of planner 2022-07-16 19:15:14 +08:00
dapan1121 9ec14ece62 fix: fix taosd mem leak 2022-07-16 18:58:29 +08:00
Shengliang Guan c0baae64ba
Merge pull request #14992 from taosdata/fix/valgrind
fix: definite lost while drop db
2022-07-16 17:22:56 +08:00
Li Minghao 4e18941000
Merge pull request #14990 from taosdata/feat/tsdb_snapshot
feat(tsdb/sync): tsdb snapshot/sync integration
2022-07-16 17:09:08 +08:00
Hui Li cfe07e61f1
Merge pull request #14920 from taosdata/test/chr/TD-14699
test:modify test frame that add multiple retries for sql execution and query
2022-07-16 16:48:39 +08:00
Shengliang Guan 1e38a46e06
Merge pull request #14985 from taosdata/fix/valgrind
test: valgrind case
2022-07-16 15:39:26 +08:00
Shengliang Guan fddecc07cf test: valgrind case 2022-07-16 15:39:11 +08:00
Minghao Li 6f29fd4020 fix(sync): snapshot begin index 2022-07-16 15:34:22 +08:00
Shengliang Guan 3b094cd21a test: valgrind case 2022-07-16 15:02:04 +08:00
Xiaoyu Wang 20a49e3055
Merge pull request #14978 from taosdata/feature/3.0_debug_wxy
fix: database options 'strict' and 'cachelast' syntax adjustments
2022-07-16 14:50:31 +08:00
Xiaoyu Wang 299e117d38 fix: database options 'strict' and 'cachelast' syntax adjustments 2022-07-16 14:22:30 +08:00
Shengliang Guan 00d7dba673 test: valgrind case 2022-07-16 14:11:38 +08:00
tomchon 24023e9169 test:modify testcase 2022-07-16 12:17:29 +08:00
tomchon d730bc3b00 test:modify testcase 2022-07-16 12:15:52 +08:00
Xiaoyu Wang 7c585d8ed9 fix: database options 'strict' and 'cachelast' syntax adjustments 2022-07-16 11:47:26 +08:00
54liuyao 352db0febb feat(stream): optimize interval plan 2022-07-16 09:28:15 +08:00
Li Minghao 5a941284a4
Merge pull request #14965 from taosdata/feature/3.0_mhli
refactor(sync): modify elect/heartbeat timer
2022-07-15 19:03:25 +08:00
Minghao Li 33e4b35380 refactor(sync): add case 2022-07-15 17:15:04 +08:00
Minghao Li 5b1042ce2c Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-07-15 16:57:49 +08:00
Minghao Li 68ecae1df5 refactor(sync): add case 2022-07-15 16:57:45 +08:00
Shengliang Guan 040f20be43 test: valgrind case 2022-07-15 16:28:31 +08:00
Shengliang Guan 4d53c09cb6 test: valgrind case 2022-07-15 16:24:46 +08:00
Shengliang Guan af57edccb8 test: restore some 2.0 cases 2022-07-15 14:59:08 +08:00
Minghao Li 5b6c7bc38d refactor(sync): add leader transfer callback 2022-07-15 14:26:18 +08:00
Shengliang Guan 9237014e7c test: restore some 2.0 cases 2022-07-15 13:35:00 +08:00
Shengliang Guan b4644963af test: restore some 2.0 cases 2022-07-15 11:21:58 +08:00
Shengliang Guan 742fb1e594 test: adjust some cases 2022-07-15 10:35:00 +08:00
Shengliang Guan b728833b94 test: restore some 2.0 cases 2022-07-15 10:09:21 +08:00
Shengliang Guan 697ab1c716 test: restore some cases 2022-07-15 09:52:57 +08:00
Shengliang Guan 2effdf824d test: restore some 2.0 case 2022-07-14 21:17:41 +08:00
Shengliang Guan 47ab2b1961 test: restore some 2.0 case 2022-07-14 21:12:08 +08:00
Shengliang Guan c36c9bca1f test: restore some 2.0 case 2022-07-14 20:38:59 +08:00
Haojun Liao 159d6c47c8
Merge pull request #14911 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
2022-07-14 20:36:30 +08:00
Haojun Liao 707f0a837a fix(query): set correct fill output object. 2022-07-14 20:11:29 +08:00
Shengliang Guan a2a1deccf4 test: restore some 2.0 case 2022-07-14 19:43:52 +08:00
Shengliang Guan 31dbb07d8a test: restore some 2.0 case 2022-07-14 19:32:34 +08:00
Liu Jicong b33d6584c4
Merge pull request #14898 from taosdata/feature/stream
refactor(stream): destroy stream task
2022-07-14 18:36:09 +08:00
Shengliang Guan fd60b53de2
Merge pull request #14905 from taosdata/fix/dnode
test: restore some 2.0 case
2022-07-14 18:21:44 +08:00
Liu Jicong 41b2595086 fix(sma): fix case 2022-07-14 17:40:32 +08:00
Shengliang Guan 61eab5fc21 test: restore some 2.0 case 2022-07-14 17:26:52 +08:00