Commit Graph

43483 Commits

Author SHA1 Message Date
gccgdb1234 77fcfe4666 docs: refine taos.cfg format 2022-10-28 14:04:43 +08:00
Shengliang Guan 52cef327b2 Merge remote-tracking branch 'origin/3.0' into fix/TD-19963 2022-10-28 13:56:59 +08:00
yihaoDeng 63827f7551 use sys mem 2022-10-28 13:56:55 +08:00
Shengliang Guan 507e135b1f fix: split vgroup 2022-10-28 13:52:00 +08:00
Shengliang Guan 800ff0b957
Merge pull request #17675 from taosdata/fix/3.0_bugfix_wxy
enh: add unit test and delete useless code
2022-10-28 13:29:26 +08:00
Shengliang Guan 277e754076
Merge pull request #17645 from taosdata/test/TD-19706
test:add unit tests after building taosd
2022-10-28 13:01:55 +08:00
Shengliang Guan a67cbc15cd
Merge pull request #17726 from taosdata/feature/stream_ly
fix(stream):tqBuildDeleteReq error
2022-10-28 13:01:06 +08:00
Shengliang Guan ff26385185
Merge pull request #17717 from taosdata/fix/TD-19872
test: improve coverall
2022-10-28 12:40:37 +08:00
Shengliang Guan ab90ce5a05 fix: avoid deadlock 2022-10-28 12:14:49 +08:00
Xiaoyu Wang b7046b568d fix: push down limit 2022-10-28 11:51:43 +08:00
Benguang Zhao fd3a1de904 fix: use the relative pos during searching in walScanLogGetLastVer 2022-10-28 11:47:44 +08:00
dapan1121 ef0648d58e enh: add more ut cases 2022-10-28 11:44:06 +08:00
Shengliang Guan 19ee34c7c2 fix: compile error 2022-10-28 11:35:43 +08:00
Shengliang Guan 8c2b5bf745
Merge pull request #17730 from JWifedasd/patch-1
docs: update show transactions
2022-10-28 11:29:54 +08:00
JWifedasd 744d1edb20
docs: update show transactions 2022-10-28 11:25:15 +08:00
54liuyao 7d8a282258 fix(stream):tqBuildDeleteReq error 2022-10-28 11:19:26 +08:00
haoranchen f4a4d4cf24
Update Jenkinsfile2 2022-10-28 11:01:16 +08:00
Xiaoyu Wang 0840e79f90 Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-10-28 10:46:31 +08:00
Xiaoyu Wang e8c0515dce enh: flag of whether the subplan is added as a show statement 2022-10-28 10:46:04 +08:00
Haojun Liao 2c896012df fix(query): check status before add table uid in hash map. and do some other refactor. 2022-10-28 10:43:25 +08:00
chenhaoran 86576930d6 test: add timeSleep for stream caculatied 2022-10-28 10:29:06 +08:00
Haojun Liao f25387018d
Merge pull request #17724 from taosdata/fix/liao_cov
fix(query): handle the case of the single block in last files.
2022-10-28 10:25:38 +08:00
Shengliang Guan 5101d21551 fix: compile error 2022-10-28 10:17:48 +08:00
chenhaoran 08c1648a14 test:plug taosdShell.py for TD-19944 2022-10-28 09:44:44 +08:00
Xiaoyu Wang 5da335ff67 fix: push down limit 2022-10-28 09:36:14 +08:00
Liu Jicong 9b1ba10fbc Merge branch '3.0' into feature/stream 2022-10-28 09:18:59 +08:00
chenhaoran d7f3d3aa7b test:modify testcase of taosDshell.py 2022-10-28 09:17:34 +08:00
Haojun Liao 70c3825ee5 fix(query): remove invalid check. 2022-10-28 09:12:40 +08:00
yihaoDeng f8e0ff86d3 opt mem 2022-10-28 08:48:52 +08:00
Shuduo Sang 9428a5533d
fix: make install script for3.0 (#17722)
* chore(release): make get_os.sh works on mac

* chore(tools): update taos-tools

* chore: update taos-tools for 3.0

* fix: taosbenchmark with taosws on windows

* fix: shell depends on ws on windows

* fix: update taostools aa0923e for 3.0

* fix: taosdump for mac with websocket is wip

* fix: update taostoosl c6f6220 for 3.0
2022-10-28 00:51:17 +08:00
yihaoDeng 29dedb5c8c opt mem 2022-10-27 23:18:04 +08:00
Haojun Liao 4774baa635 fix(query): handle the case of the single block in last files. 2022-10-27 22:43:42 +08:00
chenhaoran f637ac29c5 teat: supplement muti-branch for testcase elapsed.py 2022-10-27 22:25:07 +08:00
yihaoDeng 07d8ece370 opt mem 2022-10-27 22:19:47 +08:00
Haojun Liao e7b59ae56d fix(query): handle the case of the single block in last files. 2022-10-27 21:51:54 +08:00
chenhaoran c5d95abb50 teat: supplement muti-branch for testcase histogram.py 2022-10-27 21:51:29 +08:00
yihaoDeng 9de0afc8ea opt mem 2022-10-27 21:22:36 +08:00
yihaoDeng 6a978be730 opt mem 2022-10-27 20:38:57 +08:00
Hui Li 19849b8bef
Merge pull request #17719 from taosdata/test/td-19943
test: update testcases for TD-19943
2022-10-27 19:55:35 +08:00
Hui Li faa217793c
Merge pull request #17715 from taosdata/test/TD-19848
test: add test case for last file
2022-10-27 19:50:07 +08:00
Ping Xiao 913b406555 update test case 2022-10-27 19:46:10 +08:00
dapan1121 b6068fd9d9 enh: add catalog ut cases 2022-10-27 19:33:00 +08:00
Hui Li 8f9c2904ab
Update dnodes.py 2022-10-27 19:22:42 +08:00
Hui Li f066c3ec03
Update stopquery.c 2022-10-27 18:59:41 +08:00
Haojun Liao d8102fc8d8 fix(query): fix invalid number of tables check. 2022-10-27 18:58:10 +08:00
Hui Li 7820ca2a9f
Merge pull request #17705 from taosdata/test3.0/lihui
test:modify test cases of tmq for poll delay
2022-10-27 18:56:44 +08:00
haoranchen 72ac45cfc5
Update container_build.sh 2022-10-27 18:35:04 +08:00
Hui Li 4e14b375ff
Merge pull request #17720 from taosdata/test/TD-19854_2
test: refine query cases
2022-10-27 18:29:06 +08:00
“happyguoxy” 0398c7e2a8 test: refine query cases 2022-10-27 18:27:50 +08:00
Hui Li 4023dc6ec9
Update stopquery.c 2022-10-27 18:13:04 +08:00