Commit graph

1698 commits

Author SHA1 Message Date
Li Ya Qiang
96c9878fbe add zh cloud docs to taosdata.com 2023-03-10 12:07:10 +08:00
xywang
5094df6f3f fix: reverted test cases for the max length of secret 2022-05-23 20:11:55 +08:00
Minglei Jin
100254fdec feat(query): group by multi columns 2022-04-12 17:21:16 +08:00
Shuduo Sang
1d32b53242
<enh>: remove plugin mqtt (#11336)
* [TD-14555]<impr>: remove plugins/mqtt

* [TD-14540]<impr>: taosdump code cleanup

* update taos-tools

* refine 5-taos-tools/taosdump/taosdumpTestInspect.py

* [TD-14540]<impr>: refine tools/taosdumpTest2.py

* remove a few unused checks

* update taos-tools

* debug tools/taosdumpTest2.py

* add more debug

* merge with develop

* remove all MQTT code

* remove all MQTT code

* remove debug from tests/pytest/tools/taosdumpTest2.py

* fix mac compile error

* remove mqttDebugFlag
2022-04-09 19:51:15 +08:00
shenglian zhou
48533ebab4 fix memory core dump of wrong ucs-4 size 2022-03-30 10:09:07 +08:00
Minglei Jin
c4b1e26444
Merge pull request #10863 from taosdata/fix/TS-1318-D
[TS-1318]<fix>: fixed unmatched tag columns in join queries
2022-03-23 14:59:13 +08:00
xywang
5b3221cae0 [TS-1318]<fix>: commented out a test case 2022-03-23 13:28:14 +08:00
wade zhang
e3084d7fb7
Update maxvnodes.sim 2022-03-22 16:16:40 +08:00
shenglian-zhou
bee2d4d565
Merge pull request #10814 from taosdata/fix/TD-14121
[TD-14121]<fix>: script/general/compute/cast.sim failed on ARM64 Linux
2022-03-18 17:06:16 +08:00
Ganlin Zhao
c9e24e90d5 [TD-14121]<fix>: script/general/compute/cast.sim failed on ARM64 Linux 2022-03-18 14:07:08 +08:00
Ganlin Zhao
62fcb36b08 [TD-14121]<fix>: script/general/compute/cast.sim failed on ARM64 Linux 2022-03-18 14:05:19 +08:00
Ganlin Zhao
5abe0e134e [TD-14121]<fix>: script/general/compute/cast.sim failed on ARM64 Linux 2022-03-18 13:02:54 +08:00
shenglian zhou
33d9b37a12 [TD-14122][TD-14123]:fix failed test on arm by converting from sim test to python test to overcome nan value and its string representation 2022-03-17 20:45:44 +08:00
Alex Duan
144f622179 [TS-207]<fix>(query):groupby.sim fixed 2022-03-11 13:36:24 +08:00
Alex Duan
03e4beff76 [TS-207]<fix>(query):groupby.sim add log 2022-03-11 13:30:09 +08:00
Alex Duan
37bda43bd5 [TS-207]<fix>(query): other case with child compare 2022-03-10 20:36:20 +08:00
Shuduo Sang
d69c5977db
Test/sangshuduo/td 13408 move tests in (#10589)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests directory out"

This reverts commit 7db7bd9337.

* revert to make tests back

* immigrate file change in stand-alone repo to TDengine

* remove tests repository checkout

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 17:59:24 +08:00
Shuduo Sang
f94bfbaef0
[TD-13408]<test>: move tests directory out (#10174)
* [TD-13408]<test>: move tests directory out

* restore Jenkinsfile due to tests dir removal

* add --remote parameter to git submodule update

* git reset hard before checkout to branch

* call git submodule update for some submodules

* remove tests directory before checkout due to conflict

* as all branches remove tests, no need to remove it in script

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-02-10 13:43:13 +08:00
plum-lihui
d4fbc07a1d [TD-13350]<fix bug> 2022-02-05 10:15:05 +08:00
Ganlin Zhao
8181d20121 [TD-12723]<feature>(query): add taos_result_block api for taosAdaptor ulimited pulling function 2022-01-10 17:38:21 +08:00
Ganlin Zhao
576b2e7300 [TD-12723]<feature>(query): add taos_result_block api for taosAdaptor ulimited pulling function 2022-01-10 17:38:10 +08:00
Haojun Liao
97f08c9794
Merge pull request #8917 from taosdata/feature/query
Feature/query
2022-01-04 14:03:51 +08:00
liuyq-617
e7680f6408 [TD-12658]<CI>(full)fulltest 2021-12-31 16:53:57 +08:00
liuyq-617
13bc0a96ad [TD-12609]<test>wait longer for create dnode 2021-12-30 16:39:15 +08:00
Minglei Jin
7f3a1a21f0
Merge pull request #9177 from taosdata/fix/TS-913-D
[TS-913]<fix>: fixed coredump when memcpy without checking the length
2021-12-20 15:50:55 +08:00
xywang
7b00b23ba7 [TS-913]<fix>: fixed test case 2021-12-19 09:55:58 +08:00
shenglian-zhou
dd4dd6e353
fix ci build broken cause by data overwrite with same ts (#9180) 2021-12-18 08:24:54 +08:00
dapan1121
044d56eaa6
Merge pull request #9095 from taosdata/szhou/hotfix/td-11969
TD-11969: fix coredump when max and projection appears at the outer query
2021-12-17 08:23:20 +08:00
xywang
06f76df34f [TS-913]<fix>: fixed coredump when memcpy without checking the length 2021-12-17 07:59:38 +08:00
dapan1121
80644cdfb7
Merge pull request #9098 from taosdata/fix/TD-12014
[TD-12014]<fix>: taosshell crash when apply arithmetic operation with select now
2021-12-16 18:48:19 +08:00
shenglian-zhou
be036fd51d
Merge branch 'develop' into szhou/hotfix/td-11969 2021-12-16 15:37:23 +08:00
Haojun Liao
fe9f47ade8
Merge pull request #9102 from taosdata/szhou/hotfix/td-11097
TD-11097: fix outer query interval then order by ts desc error
2021-12-16 14:53:55 +08:00
Haojun Liao
4ff0fead15
Merge pull request #9090 from taosdata/szhou/hotfix/td-11943
TD-11943: fix bug core dump related to select tbname, max(col)+val from childtable
2021-12-16 14:37:36 +08:00
shenglian zhou
2d867d1c39 enhance test case 2021-12-15 17:08:23 +08:00
shenglian zhou
1d19a10450 TD-11097: fix outer query interval then order by ts desc error 2021-12-15 16:59:00 +08:00
Haojun Liao
19d20c5776
Merge branch 'develop' into feature/query 2021-12-15 15:28:28 +08:00
shenglian zhou
7d267cd033 Merge remote-tracking branch 'origin/develop' into szhou/hotfix/td-11969 2021-12-15 13:58:51 +08:00
Ganlin Zhao
80b34e9887 add test cases 2021-12-15 11:34:02 +08:00
shenglian zhou
1720e5564c fix coredump when max and projection appears at the outer query 2021-12-15 10:30:21 +08:00
shenglian zhou
d3ef5f286c Merge remote-tracking branch 'origin/develop' into szhou/hotfix/td-11943 2021-12-14 19:10:20 -05:00
shenglian zhou
5d77746c1c fix tag has no input for sqlfunctionctx during master scan in pExpr2 of SQL: select tbname, max(col)+5 from childtable 2021-12-14 21:26:35 +08:00
Ganlin Zhao
f9673f561c resolve merge conflict from develop 2021-12-14 15:50:31 +08:00
shenglian zhou
04527c32c6 add string concat/length test suites 2021-12-13 14:51:27 +08:00
shenglian zhou
e6c1bd7fce add length / char_length test case 2021-12-13 14:49:41 +08:00
shenglian zhou
1aac884152 Merge remote-tracking branch 'origin/develop' into szhou/feature/support-math-functions 2021-12-13 14:10:20 +08:00
Ganlin Zhao
9d06a62b3a add test cases 2021-12-13 13:40:10 +08:00
Ganlin Zhao
fbdfd5022c add test cases 2021-12-13 13:39:53 +08:00
shenglian zhou
efd2eddf16 modify test case of string function concat 2021-12-13 13:16:38 +08:00
dapan1121
2c07dd5dec
Merge pull request #8212 from taosdata/feature/TD-6129
Feature/td 6129
2021-12-13 10:31:13 +08:00
wangmm0220
5f635bed9e Merge branch 'develop' into feature/TD-6129 2021-12-11 09:20:27 +08:00