Commit Graph

17687 Commits

Author SHA1 Message Date
Ping Xiao c4dcadc73a [TD-6269]<test>[ci-skip]: disable queryWithOrderLimit.py before figuring out why it is hanging 2021-08-23 15:29:37 +08:00
Ping Xiao cbfe680fbd Merge branch 'master' into xiaoping/test_case 2021-08-23 15:27:07 +08:00
Shuduo Sang 91ab5f22d4
[TD-6194]<fix>: taosdemo wrong data (#7517) 2021-08-23 15:04:26 +08:00
dapan1121 df0fdba686
Merge pull request #7480 from taosdata/hotfix/TD-6058
[td-6058]block union for nested query
2021-08-23 08:21:58 +08:00
Shuduo Sang 9aa505f7df
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#7510)
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* exit if read sample file failed.

* fix converity scan issue.

* fix coverity scan issue.

* fix coverity scan memory leak.

* fix resource leak reported by coverity scan.

* fix taosdemo coverity scan issue.

* fix tcsetattr and getchar return value determination bug.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-22 21:49:47 +08:00
Shuduo Sang ffcb8f6a4a
[TD-6253]<fix>: taosdump cmdline param verification. (#7506) 2021-08-21 21:58:17 +08:00
Shuduo Sang de12a8ef46
[TD-6251]<fix>: taosdemo error msg with datetime info. (#7501) 2021-08-21 16:21:26 +08:00
Shengliang Guan de3e81e03d
Merge pull request #7496 from taosdata/test/TD-6068
[TD-6068] <test> add test case for TD-6068
2021-08-21 10:01:17 +08:00
cpwu 1733d74619 [TD-6068] <test> add test case for TD-6068 2021-08-20 18:45:15 +08:00
dapan1121 fcba9320b4
Merge pull request #7439 from taosdata/fix/TD-6011-master
[TD-6011]<fix>: where clause including 'bool' Keyword causes core dump
2021-08-20 18:20:04 +08:00
wpan c26d34a684 fix bug 2021-08-20 18:15:59 +08:00
dapan1121 e07be20f76
Merge pull request #7483 from taosdata/fix/TD-6046-master
[TD-6046]<fix> fix ts top/bottom/diff/derivative ts error
2021-08-20 16:19:29 +08:00
Elias Soong 5028335841
Merge pull request #7476 from jackwener/master
Format docs.md
2021-08-20 16:09:23 +08:00
Elias Soong adf1e47032
In some emphasized text, spaces are also added between the English and Chinese text. 2021-08-20 16:08:30 +08:00
卡比卡比 af7517b355
Update docs.md 2021-08-20 15:35:54 +08:00
wangmm0220 8f8e86bb8a [TD-6046]<fix> fix ts top/bottom/diff/derivative ts error 2021-08-20 10:52:46 +08:00
Ganlin Zhao 8d9ed8e7f9 [TD-6234]<test>: add unit test case for TD-6011 2021-08-20 10:46:21 +08:00
wangmm0220 8ae068ff2e [TD-6046]<fix> fix bottom,top,diff,derivative ts bugs 2021-08-20 10:25:03 +08:00
Shuduo Sang 1b57984311
Hotfix/sangshuduo/td 5844 cmdline parameters align for master (#7479)
* [TD-5844]<feature>: make cmd line parameter similar.

* fix test case align with taosdemo change.

* fix windows stack overflow issue.

* fix mac compile error.

* fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py

* make taos.exe use mysql style password input.

* make taos shell and taosdump use mysql style password input.

* determine scanf return value.

* cherry pick from develop/feature branch.

* cherry pick with ab6cde02626bd8ba496b98a65e37e1f98c9ff596

* cherry pick with d6bfe443fd21ded247bd8509fb77b7b18e112357

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-20 10:15:15 +08:00
wpan 9c04da10a0 block union for nested query 2021-08-20 09:43:36 +08:00
dapan1121 fb1ecd9c72
Merge pull request #7461 from taosdata/hotfix/td-6155
[TD-6155]<fix>:free tag expr at the end of sql parse
2021-08-20 08:58:10 +08:00
dapan1121 042088f22f
Merge pull request #7451 from taosdata/hotfix/TD-6180
[td-6180]fix illegal sql issue
2021-08-20 08:39:59 +08:00
Shuduo Sang 97281931da
[TD-6219]<fix>: remove few taosdemo macros. (#7469) 2021-08-20 01:09:32 +08:00
卡比卡比 7019c8f333
Update docs.md 2021-08-19 21:31:12 +08:00
Shuduo Sang 411543694b
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#7473)
* cherry pick from develop branch.

* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.

* change malloc to calloc for pid allocation.

* fix typo.

* fix binary length default value and group id logic.

* fix help msg.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-19 21:29:52 +08:00
Hongze Cheng 4e26eb3772
Merge pull request #7452 from taosdata/hotfix/TD-6207
fix: fix altering schema  too much corrupting meta file
2021-08-19 14:24:14 +08:00
Ping Xiao e914a0e83f [ci skip] update scirpt for csv generator 2021-08-19 14:20:24 +08:00
Shengliang Guan d363faa754
Merge pull request #7455 from taosdata/feature/cenc
merge from cenc into master
2021-08-19 13:17:10 +08:00
shenglian zhou 1dd7d1bf87 Merge branch 'hotfix/td-6155' of github.com:taosdata/TDengine into hotfix/td-6155 2021-08-19 13:08:49 +08:00
shenglian zhou f56a0d810d [TD-6155]<fix>:leave free tag expr at the end of sql parsing 2021-08-19 13:08:22 +08:00
shenglian zhou 8104f47d79 [TD-6155]<fix>:leave free tag expr at the end of sql parsing 2021-08-19 13:03:11 +08:00
Hongze Cheng 0f638dd642
Merge pull request #7449 from taosdata/enhance/TD-6184
[TD-6184]<enhance>: optimize insert from imported file
2021-08-19 11:49:46 +08:00
Shengliang Guan 9f0eb43164 add topicBianryLen config parameters for cenc 2021-08-19 10:57:23 +08:00
Shengliang Guan 3e6b99fa8a
Merge pull request #7454 from taosdata/feature/cenc
Feature/cenc
2021-08-19 10:51:56 +08:00
Shengliang Guan 9d9d946073 Merge from master 2021-08-19 10:45:31 +08:00
Liu Jicong 22d3dda4b5 fix: init problem 2021-08-19 10:42:28 +08:00
Liu Jicong d453be0785 fix: fix altering schema too much corrupting meta file 2021-08-19 10:26:50 +08:00
Shuduo Sang ffe99d41d9
Hotfix/sangshuduo/td 5844 cmdline parameters align for master (#7444)
* [TD-5844]<feature>: make cmd line parameter similar.

* fix test case align with taosdemo change.

* fix windows stack overflow issue.

* fix mac compile error.

* fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py

* make taos.exe use mysql style password input.

* make taos shell and taosdump use mysql style password input.

* determine scanf return value.

* cherry pick from develop/feature branch.
2021-08-19 10:02:12 +08:00
zhaoyanggh 9449c97ff5 [TD-6167]<test> stmt api test 2021-08-19 09:52:53 +08:00
Shengliang Guan c2d34ec2bc
Merge pull request #7445 from taosdata/feature/m1
merge from 2.0 branch
2021-08-19 09:49:15 +08:00
wpan 27dab670f4 fix illegal sql issue 2021-08-19 09:36:09 +08:00
dapan1121 4e8f3b5de3
Merge pull request #7416 from taosdata/hotfix/TD-6020
[TD-6020]fix taos crash issue
2021-08-19 09:27:40 +08:00
dapan1121 3b896816de
Merge pull request #7447 from taosdata/hotfix/TD-6198
[TD-6198]<fix> fix bigint sum error
2021-08-19 09:25:27 +08:00
Cary Xu 2cddc07d2b [TD-6184]<enhance>: optimize insert from imported file 2021-08-18 19:48:30 +08:00
Cary Xu 3155e72501 enhance 2021-08-18 19:43:44 +08:00
Shengliang Guan 8ee38c7124 Merge from 2.0 2021-08-18 18:48:02 +08:00
Shengliang Guan 40e640ae3f Merge remote-tracking branch 'origin/master' into feature/m1 2021-08-18 18:42:30 +08:00
Ganlin Zhao b4eee35481 [TD-6011]<fix>: where clause including 'bool' Keyword causes core dump 2021-08-18 17:31:20 +08:00
wpan 16fe1e27bf fix nested query bug 2021-08-18 16:45:59 +08:00
Shuduo Sang ffcc93016a
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#7433)
* cherry pick from develop branch.

* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.

* change malloc to calloc for pid allocation.

* fix typo.

* fix binary length default value and group id logic.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-18 16:12:36 +08:00