Commit Graph

8412 Commits

Author SHA1 Message Date
shenglian zhou 134fb8329e fix: fix udf document 2022-08-09 10:12:07 +08:00
Hui Li b46f1a7b8b
Merge pull request #15830 from taosdata/cpwu/3.0
Test: add case to CI support rest API
2022-08-08 17:44:07 +08:00
Cary Xu f4342a8b73
Merge pull request #15832 from taosdata/feature/TD-11274-3.0
enh: rsma fetch logic optimization
2022-08-08 17:34:34 +08:00
Yang Zhao 2bc8db11b4
test: add python test to 3.0 ci and run it (#15829)
* test: add python test to 3.0 ci and run it

* ci: put taos.h in /usr/include directory

* fix: python test case

* fix: exit 0 with test success

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-08-08 17:17:20 +08:00
Cary Xu 8e3005bc6a test: adjust the sleep time for rsma fetch 2022-08-08 16:23:13 +08:00
Cary Xu 6a833a8d85 Merge branch '3.0' into feature/TD-11274-3.0 2022-08-08 16:18:23 +08:00
Cary Xu 875eabdbf5 fix: send rsma fetch msg to designated vg 2022-08-08 16:18:05 +08:00
Xiaoyu Wang 7a559084ae fix: add checks for stream query 2022-08-08 14:38:04 +08:00
cpwu f8a233442e fix case 2022-08-08 14:30:54 +08:00
Cary Xu 16ccf2ad20 test: rsma case adjust 2022-08-08 12:39:05 +08:00
Cary Xu 0aac37a45c enh: rsma fetch logic optimization 2022-08-08 11:25:32 +08:00
cpwu 6891c40cac Merge branch '3.0' into cpwu/3.0 2022-08-08 10:37:12 +08:00
haoranchen cf75c847dd
Merge branch '3.0' into test/chr/TD-14699 2022-08-08 10:08:55 +08:00
shenglian-zhou 4f66c42701
Merge pull request #15823 from taosdata/szhou/fix/nullgroup
fix: add tsim/query/udf.sim to ci test
2022-08-08 09:41:11 +08:00
slzhou 7ae3333c30 fix: compile_udf.sh outside of tdengine 2022-08-08 08:37:29 +08:00
dapan1121 0405c4fbcc
Merge pull request #15810 from taosdata/fix/TD-18200
fix: fix show database result error
2022-08-08 08:34:19 +08:00
shenglian zhou d95b465d1e fix: add make install to jenkinsfile so that udf can pass CI 2022-08-07 20:06:43 +08:00
tomchon 1c79b81a76 test: commet vnode testcases of replica 3 2022-08-07 15:29:17 +08:00
shenglian zhou 25ae819dba fix: add tsim/query/udf.sim to ci test 2022-08-07 06:12:33 +08:00
shenglian zhou 9aab55f0f5 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/nullgroup 2022-08-06 22:43:14 +08:00
Xuefeng Tan e2aa735572
test(go): fix golang example (#15812) 2022-08-06 21:56:47 +08:00
shenglian zhou 28eda93ab3 Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/nullgroup 2022-08-06 21:50:05 +08:00
shenglian zhou 81d3a2c385 fix: last/first must return not null values 2022-08-06 21:39:53 +08:00
tomchon 9e32cd4fca test: modify testcases of muti-mnodes 2022-08-06 21:30:38 +08:00
Haojun Liao a74c830125 fix(query): support scalar function in fill operator. 2022-08-06 19:34:15 +08:00
dapan1121 428a75171c fix: remove failed case 2022-08-06 18:53:36 +08:00
cpwu ca55fc525b add case for rest API 2022-08-06 17:14:13 +08:00
cpwu 2c2b8d7013 Merge branch '3.0' into cpwu/3.0 2022-08-06 16:40:41 +08:00
cpwu 767a97bcbe fix case 2022-08-06 16:27:20 +08:00
tangfangzhi f09e48ca0b ci: map taosrest into container for arm 2022-08-06 15:28:43 +08:00
Haojun Liao d1c6835eda other: merge 3.0 2022-08-06 15:26:58 +08:00
tomchon bf4742281a Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-08-06 14:52:08 +08:00
tomchon d639c87898 test: temp 2022-08-06 14:51:40 +08:00
Cary Xu 529f2abbf7
Merge pull request #15795 from taosdata/feature/TD-11274-3.0
fix: set trans serial when drop tsma
2022-08-06 12:00:10 +08:00
Cary Xu 20a0362d2b test: comment out time_range_wise.py 2022-08-06 11:01:42 +08:00
gccgdb1234 77d8657e69 fix: correct wrong parameter thread_count_create_tbl 2022-08-06 10:48:50 +08:00
Ganlin Zhao 06b4177940
Merge pull request #15762 from taosdata/fix/TD-18115
fix(query): fix interp function core dump
2022-08-05 20:35:23 +08:00
Ganlin Zhao c99e1adc7d fix test cases 2022-08-05 19:23:30 +08:00
wenzhouwww@live.cn a2faa6f83e update case 2022-08-05 18:05:15 +08:00
wade zhang e99782f489
Merge pull request #15694 from taosdata/enh/crash_gen
Adding 0x2662 as an alternative acceptable error for table-not-found condition
2022-08-05 13:28:14 +08:00
shenglian-zhou 09eec2fbbb
Merge pull request #15759 from taosdata/szhou/fix/udf
fix: add test case for udf
2022-08-05 13:21:20 +08:00
Hui Li 84e58ca2b7
Merge pull request #15748 from taosdata/test/vnode_run
test:run case about vnode
2022-08-05 11:43:00 +08:00
Cary Xu 876443bbec
Merge pull request #15758 from taosdata/feature/TD-11274-3.0
fix: solve rsma memory leak
2022-08-05 10:24:12 +08:00
slzhou 521e5163a7 fix: add sample udf cases and compile outside of tdengine 2022-08-05 09:18:03 +08:00
Cary Xu a1b23af901 test: comment the time-range-wise.py to pass CI 2022-08-05 00:57:32 +08:00
Shengliang Guan df29a46b10 test: valgrind case 2022-08-04 22:47:06 +08:00
shenglian zhou a51fd6d2dc fix: restore tsim/query/udf.sim 2022-08-04 22:14:57 +08:00
shenglian zhou 3db8083725 fix: restore tsim/query/udf.sim 2022-08-04 22:12:17 +08:00
shenglian-zhou 754dbb8aff
Merge pull request #15751 from taosdata/szhou/fix/udf
fix: add scalar udf sample bitwise_and.c
2022-08-04 20:39:14 +08:00
slzhou e07d14b54a feature: add sample user define aggregate function 2022-08-04 18:54:52 +08:00
cpwu 67f83c198a fix case 2022-08-04 18:43:43 +08:00
cpwu e5bf371b1b fix case 2022-08-04 18:39:52 +08:00
cpwu ffc56cf4bf fix case 2022-08-04 18:30:40 +08:00
cpwu b3d2815ad1 fix case 2022-08-04 18:21:01 +08:00
cpwu f2c1cfd7c5 fix case 2022-08-04 17:43:41 +08:00
cpwu 511f3fff21 fix case 2022-08-04 17:28:32 +08:00
slzhou a61572e432 fix: add scalar example bitwise_and.c 2022-08-04 17:14:17 +08:00
cpwu 5df8469574 fix case 2022-08-04 14:40:00 +08:00
cpwu 4a75a546d0 fix case 2022-08-04 14:23:39 +08:00
Li Minghao 57a0fcd86d
Merge pull request #15720 from taosdata/feature/3.0_mhli
refactor(sync): change wal fsync flag to false
2022-08-04 10:14:20 +08:00
Shuduo Sang be63a2e45e
test: taosdump for3.0 (#15713)
* test: use taosdump test branch

* test: update cmake/taosadapter_CMakeLists.txt.in

* test: update cmake/taostools_CMakeLists.txt.in 58f58ee
2022-08-03 19:56:03 +08:00
Xiaoyu Wang e9fc948097
Merge pull request #15711 from taosdata/feature/3.0_wxy
fix: timeline function validity check
2022-08-03 19:03:19 +08:00
Hui Li 7dd6209b0a
Merge pull request #15689 from taosdata/test/chr/TD-14699
test: modify testcases of muti-mnodes
2022-08-03 18:34:57 +08:00
Xiaoyu Wang 335c8b4d8a fix: timeline function validity check 2022-08-03 18:17:12 +08:00
wenzhouwww@live.cn 0b244a76f9 test:run case about vnode 2022-08-03 16:44:48 +08:00
tomchon 8fec8eac94 tset:comment testcase of vnodeReplica 2022-08-03 16:16:55 +08:00
Hui Li c77ef73dc1
Merge pull request #15699 from taosdata/test/fix_irate_and_check_tsdb
test : update case and fix some issues
2022-08-03 15:23:07 +08:00
Minghao Li da83f06609 refactor(sync): add sim case 2022-08-03 14:58:58 +08:00
tomchon b5514f974b Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-08-03 14:30:24 +08:00
jiacy-jcy 7b6b53352b Merge branch '3.0' into 3.0test/jcy 2022-08-03 13:51:11 +08:00
jiacy-jcy 64a82cfd89 update 2022-08-03 13:50:42 +08:00
Xiaoyu Wang 415ff2b13b
Merge pull request #15690 from taosdata/feature/3.0_wxy
fix: some problems of parser
2022-08-03 11:25:55 +08:00
wenzhouwww@live.cn 81642faada update case and fix some issuses 2022-08-03 11:12:34 +08:00
jiacy-jcy 644b9a3fa6 Merge branch '3.0' into 3.0test/jcy 2022-08-03 10:04:32 +08:00
jiacy-jcy 5ad32ac614 add into ci 2022-08-03 10:03:31 +08:00
jiacy-jcy 2b0b7ff996 update 2022-08-03 10:02:14 +08:00
jiacy-jcy fa3274e825 add test case into ci 2022-08-03 09:53:18 +08:00
Xiaoyu Wang 50f6388f00 fix: some problems of parser 2022-08-03 09:49:49 +08:00
Steven Li e3c206f2c7 Merge remote-tracking branch 'origin/3.0' into enh/crash_gen 2022-08-02 23:22:38 +05:30
Steven Li 71bfef2ca9 Responding to TD-17768, adding 0x2662 as alternative table-not-found error to be acceptable 2022-08-02 23:22:26 +05:30
Shuduo Sang f1f7d6f8c3
fix: tools/taosdumpTest2.py for 3.0 (#15691)
* fix: tools/taosdumpTest2.py for 3.0

* fix: tools/taosdumpTestNanoSupport.py for 3.0
2022-08-03 00:35:56 +08:00
Cary Xu 99cb9bb60e
Merge pull request #15687 from taosdata/feature/TD-11274-3.0
fix: handle rsma resource leak
2022-08-02 20:42:38 +08:00
tomchon 31ac722430 test: modify testcases of muti-mnodes 2022-08-02 20:09:36 +08:00
Cary Xu cecec01b75 fix: handle rsma resource leak 2022-08-02 19:21:27 +08:00
Shengliang Guan 0e29a23a30
Merge pull request #15679 from taosdata/fix/dnode
refactor: adjust sync log
2022-08-02 17:38:56 +08:00
shenglian-zhou 16357345ef
Merge pull request #15678 from taosdata/szhou/fix/join
fix: make multi-table table join test case pass CI
2022-08-02 17:02:00 +08:00
Shengliang Guan d5aea7dac2 refactor: adjust sync log 2022-08-02 16:39:12 +08:00
slzhou 9af4edc3e8 fix: add join multi table test case 2022-08-02 16:22:17 +08:00
slzhou c0d0efffef fix: fix multi table join test case 2022-08-02 16:21:19 +08:00
dapan1121 517b03a6fc
Merge pull request #15663 from taosdata/enh/addAppStat
enh: support app level stat
2022-08-02 15:07:26 +08:00
slzhou 5b8207556c fix: taken onCondtion of join node into account when eliminate projects 2022-08-02 14:47:29 +08:00
Shengliang Guan 3852aa7498 test: valgrind case 2022-08-02 14:04:49 +08:00
Shengliang Guan d0487750c0 test: valgrind case 2022-08-02 13:57:01 +08:00
Shengliang Guan 0cac8b8155 Merge branch '3.0' into fix/valgrind 2022-08-02 13:52:16 +08:00
Hui Li 369e194bc5
Merge pull request #15612 from taosdata/test/chr/TD-14699
test:modify  test case of tsbs query
2022-08-02 11:36:26 +08:00
Shengliang Guan 31b3c61b9f test: adjust case 2022-08-02 09:53:04 +08:00
Minglei Jin 7d0d87f0b1
Merge pull request #15648 from taosdata/fix/TD-17593
fix: first round number of chile tables and timeseries
2022-08-01 23:03:37 +08:00
dapan1121 cc3a7375ed enh: support app level stat 2022-08-01 20:47:08 +08:00
tomchon f7c7d4c8af Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-08-01 19:45:41 +08:00
Minglei Jin 43355a89d7 fix: refactor case 2022-08-01 19:45:35 +08:00
shenglian-zhou 21308d7853
Merge pull request #15639 from taosdata/szhou/fix/join
fix: fix failed case of join.sim
2022-08-01 18:54:42 +08:00
Yang Zhao e95c1356ef
test: migrate 3.0 test case (#15635)
* test: add test case in 3.0

* fix: remove result file

* test: change test cases

* fix: change test case

* test: add test to ci

* test: add test case of taosbenchmark in system-test

* fix: fix test case

* test: unknown error in ci
2022-08-01 18:50:32 +08:00
Ganlin Zhao 56ca1ac288
Merge pull request #15643 from taosdata/fix/TD-18040
enh(query): add selectivity support for indefinite rows functions
2022-08-01 18:42:22 +08:00
Ganlin Zhao 6d1b2e6d8e fix test cases 2022-08-01 17:50:53 +08:00
Xiaoyu Wang a73ea6f9ea
Merge pull request #15638 from taosdata/feature/3.0_wxy
fix: some problems of parser and planner
2022-08-01 17:20:27 +08:00
Ganlin Zhao b69ff54779 Merge branch '3.0' into fix/TD-18040 2022-08-01 16:51:45 +08:00
Ganlin Zhao a3331c4ee4 comment out mavg.py 2022-08-01 16:48:36 +08:00
Ganlin Zhao 31abaa31d3 add test cases 2022-08-01 16:47:03 +08:00
Xiaoyu Wang ee2774ac26 fix: some problems of parser and planner 2022-08-01 16:45:56 +08:00
shenglian zhou 799f7d0f87 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/join 2022-08-01 16:20:17 +08:00
shenglian zhou 905a07801e fix: fix errors of join test case 2022-08-01 16:19:50 +08:00
Xiaoyu Wang 7bcf6b051a fix: some problems of parser and planner 2022-08-01 16:17:59 +08:00
Shengliang Guan 3fe2f78f30 test: valgrind case 2022-08-01 14:12:50 +08:00
Shengliang Guan 55ec129f0c test: valgrind case 2022-08-01 12:00:47 +08:00
Shengliang Guan 0f008389c5 test: adjust case 2022-08-01 11:56:58 +08:00
Shengliang Guan 0e3533bfed Merge branch '3.0' into fix/valgrind 2022-08-01 11:53:40 +08:00
Shengliang Guan 9187231615 test: valgrind case 2022-08-01 11:48:55 +08:00
Shengliang Guan 5a0ce7f033 test: valgrind case 2022-08-01 11:35:31 +08:00
Shengliang Guan 92609ada0b Merge branch '3.0' into fix/valgrind 2022-08-01 10:50:20 +08:00
Shengliang Guan 27437d8527 test: valgrind case 2022-08-01 10:44:02 +08:00
Shengliang Guan 7eadfb2188 test: valgrind case 2022-08-01 10:25:54 +08:00
Shengliang Guan b51a58bde2 test: valgrind case 2022-08-01 10:17:44 +08:00
xiangyang guo d69dc8b141
Merge pull request #15598 from taosdata/cpwu/3.0
Test: fix sma case
2022-08-01 09:54:13 +08:00
Shengliang Guan f491de4fdc test: adjust case 2022-07-31 22:35:42 +08:00
shenglian-zhou 16392a14ed
Merge pull request #15613 from taosdata/szhou/fix/udf
fix: add nested query test case
2022-07-31 19:54:16 +08:00
Yihao Deng 043776caab
Merge pull request #15574 from taosdata/fix/idxSimBug
fix: idx sim bug
2022-07-31 10:19:16 +08:00
slzhou 1ea3d1b53f Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-31 09:30:32 +08:00
slzhou aaba23d135 fix: add nestQuery.sim test case 2022-07-31 09:30:13 +08:00
tomchon da5b085b61 test:modify test case of tsbs query 2022-07-30 23:10:34 +08:00
tomchon deaf7a538f test:modify test case of tsbs query 2022-07-30 22:15:18 +08:00
dapan1121 3dd0e99250
Merge pull request #15608 from taosdata/enh/explainLimit
enh: support limit in explain
2022-07-30 20:03:54 +08:00
dapan1121 2d8afab93b enh: support limit in explain 2022-07-30 19:29:10 +08:00
wenzhouwww facf2d5718
Merge branch '3.0' into test/cluster_case 2022-07-30 17:58:18 +08:00
wenzhouwww@live.cn 8595267cbc update case 2022-07-30 17:46:28 +08:00
cpwu 737f623d81 fix case 2022-07-30 17:38:46 +08:00
wenzhouwww@live.cn b4a9dcb298 update case 2022-07-30 17:35:04 +08:00
shenglian-zhou 71e414957b
Merge pull request #15570 from taosdata/szhou/fix/join
fix: nested query can be used as table for join together
2022-07-30 17:03:40 +08:00
yihaoDeng d0d9526d44 Merge branch 'dv' into 3 2022-07-30 15:45:57 +08:00
Xiaoyu Wang 67c0c7e473 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-07-30 15:30:33 +08:00
Xiaoyu Wang 15a08b9999 fix: some problems of planner 2022-07-30 15:29:57 +08:00
yihaoDeng d2f57b4ad7 fix alter tag 2022-07-30 15:09:53 +08:00
shenglian-zhou e27499b346
Merge branch '3.0' into szhou/fix/join 2022-07-30 14:13:30 +08:00
WANG MINGMING fc1469db77
Merge pull request #15583 from taosdata/feature/TD-14761
fix:use wrong variables
2022-07-30 14:08:00 +08:00
Ganlin Zhao c98640291b
Merge pull request #15576 from taosdata/fix/TD-17574
fix(query): fix hyperloglog return inconsistent values
2022-07-30 13:34:02 +08:00
wangmm0220 c93149a00b fix:use wrong variables 2022-07-30 13:32:30 +08:00
Ganlin Zhao 98da49f657 fix test cases 2022-07-30 12:30:19 +08:00
Ganlin Zhao b7fae566eb fix test cases 2022-07-30 12:29:28 +08:00
Ganlin Zhao d00dd1673b fix test cases 2022-07-30 12:28:18 +08:00
Ganlin Zhao 7b765cc586 fix test cases 2022-07-30 12:17:07 +08:00
Ganlin Zhao 2910e7fb56 fix test cases 2022-07-30 12:14:57 +08:00
Ganlin Zhao 589c6d5f96 fix test cases 2022-07-30 12:13:40 +08:00
Ganlin Zhao 5c1eef7a43 fix test cases 2022-07-30 12:10:44 +08:00
Ganlin Zhao 14946d8b74 fix test cases 2022-07-30 12:09:31 +08:00
Ganlin Zhao 458082578c fix test cases 2022-07-30 12:04:30 +08:00
Ganlin Zhao 788473ff49 fix test cases 2022-07-30 12:03:29 +08:00
Ganlin Zhao 1fbbd30af3 fix test cases 2022-07-30 12:02:10 +08:00
Ganlin Zhao 04cacef2a3 fix test cases 2022-07-30 12:00:57 +08:00
Ganlin Zhao 8c7329f9a6 fix test cases 2022-07-30 11:55:48 +08:00
Ganlin Zhao 8998435f70 fix test cases 2022-07-30 11:53:55 +08:00
Ganlin Zhao e231ec95ef fix test cases 2022-07-30 11:44:01 +08:00
Ganlin Zhao bd5381f8e7 fix test cases 2022-07-30 11:41:53 +08:00
Ganlin Zhao 352a62c2d4 fix test cases 2022-07-30 11:38:20 +08:00
Ganlin Zhao c4f14a4f01 fix test cases 2022-07-30 11:36:31 +08:00
Ganlin Zhao c1c386bc42 fix test cases 2022-07-30 11:33:39 +08:00
wenzhouwww@live.cn 4ae58ec7e2 Merge remote-tracking branch 'origin/3.0' into test/cluster_case 2022-07-30 10:46:04 +08:00
wenzhouwww@live.cn e6c649e674 update 2022-07-30 10:45:27 +08:00
slzhou 3383a57281 fix: fixed order by tbname for first last query 2022-07-30 10:44:54 +08:00
Cary Xu 9ab7d2b73e test: test case irate.py add order by tbname 2022-07-30 10:31:48 +08:00
Cary Xu 81ec564293 test: add order by tbname to check the result 2022-07-30 09:44:14 +08:00
slzhou d992ab1401 fix: nested query can be used as table for join together 2022-07-30 09:09:59 +08:00
Cary Xu 466e7965ed feat: rsma1/rsma2 support replication 2022-07-30 00:38:11 +08:00
WANG MINGMING 1e391ad27c
Merge pull request #15547 from taosdata/feature/TD-14761
feat:modify get meta logic for schemaless
2022-07-29 23:14:08 +08:00
Haojun Liao d29a60499a
Merge pull request #15554 from taosdata/feature/3_liaohj
refactor: do some internal refactor and opt query performance.
2022-07-29 22:34:37 +08:00
Haojun Liao 2261d689e4 fix(query): opt read data from file block. 2022-07-29 21:09:33 +08:00
Xiaoyu Wang 31126d5390 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-07-29 20:41:39 +08:00
Xiaoyu Wang 32418f161b enh: cumulative functions support mixed use 2022-07-29 20:41:16 +08:00
Shengliang Guan abf7a9e7ca
Merge pull request #15557 from taosdata/fix/tsim
test: restore case
2022-07-29 20:41:07 +08:00
Zhiqiang Wang 7f5cb448be
Merge pull request #15549 from taosdata/fix/ZhiqiangWang/TD-17962-add-win-service-and-crashdump
os: add win service and crashdump
2022-07-29 20:07:58 +08:00
wangmm0220 5caf11485e fix:error in sml meta change 2022-07-29 20:03:59 +08:00
Shengliang Guan 35151c9a9f test: adjust unstable case 2022-07-29 20:01:50 +08:00
Shengliang Guan 9e8c52329c test: adjust unstable case 2022-07-29 19:24:38 +08:00
afwerar bf27143bed os: add win service and crashdump 2022-07-29 19:18:33 +08:00
Haojun Liao cd5491fea1 fix(query): remove invalid code. 2022-07-29 19:00:12 +08:00
Shengliang Guan d1efdeb5de test: restore case 2022-07-29 18:51:15 +08:00
Shengliang Guan 81d4241907 test: add case 2022-07-29 18:39:27 +08:00
Shengliang Guan 7693950df7 Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-07-29 18:11:45 +08:00
Shengliang Guan 06c05a8e0e
Merge pull request #15544 from taosdata/fix/fixSimError
fix: fix sim error
2022-07-29 18:07:13 +08:00
wenzhouwww@live.cn 9b19420c3a Merge remote-tracking branch 'origin/3.0' into test/cluster_case 2022-07-29 17:30:54 +08:00
Shengliang Guan 0f3c2ef5a9 docs: update arch 2022-07-29 17:26:57 +08:00
wenzhouwww@live.cn d9c51e871f update 2022-07-29 17:23:59 +08:00
wenzhouwww@live.cn 4f3efe7af6 update case 2022-07-29 16:59:10 +08:00
Ganlin Zhao f280721687
Merge pull request #15541 from taosdata/fix/TD-17009
fix(query): fix apercentile with interval crash issue
2022-07-29 16:55:17 +08:00
Shengliang Guan 75d7493c70
Merge pull request #15546 from taosdata/fix/dnode
fix: alter dnode debugflag error
2022-07-29 16:46:49 +08:00
wenzhouwww@live.cn 605c97af45 update merge 3.0 2022-07-29 16:42:05 +08:00
wangmm0220 75e42d92be feat:modify get meta logic for schemaless 2022-07-29 15:59:19 +08:00
wangmm0220 05822531d8 fix:conflicts from 3.0 2022-07-29 15:57:16 +08:00
wangmm0220 788c063acc feat:modify get meta logic for schemaless 2022-07-29 15:54:24 +08:00
Shengliang Guan 6ff241983d refactor: remove unused config 2022-07-29 15:29:46 +08:00
yihaoDeng 902d604f94 fix multi read 2022-07-29 15:24:05 +08:00
Ganlin Zhao 93d27a87b1 fix test cases 2022-07-29 15:23:56 +08:00