Commit Graph

4397 Commits

Author SHA1 Message Date
wenzhouwww dbadc405ee [TD-5619] add new case for timezone 2021-08-05 17:00:07 +08:00
Haojun Liao fbe535bd8b [td-225] fix compiler error and invalid in query. 2021-08-05 16:27:13 +08:00
wenzhouwww 842b3cb307 [TD-5619]<test> : this is test case about parse timezone which is based on RCF3339/ISO8601 2021-08-05 16:04:07 +08:00
wangmm0220 7f9710effe Merge branch 'develop' into fix/TD-5578 2021-08-05 15:52:10 +08:00
jiajingbin bf4d046f2f [TD-5159]<test>: append two manual scripts to pytest/manualTest for TD-5159 finished before
fix a small-probability bug for insert/schemalessInsert.py when another random tbname is start with t-->noIdStbExistCheckCase(): where tbname like 't_%'
2021-08-05 03:18:27 -03:00
shenglian zhou 399a7d94b6 [TD-5806]<feature>:add role_time to show mnodes 2021-08-05 11:15:14 +08:00
Shengliang Guan 08ae288115
Merge pull request #7146 from taosdata/feature/devTomaster_1
Merge the uncommitted part of the develop into master
2021-08-05 10:58:46 +08:00
shenglian zhou 84d15a7e97 fix bug on show vnodes with dnode ep 2021-08-05 10:27:14 +08:00
Hongze Cheng bc07960f58
Merge pull request #7160 from taosdata/hotfix/TD-5765
[TD-5765]<hotfix>:check max length when alter tag value
2021-08-05 10:24:34 +08:00
wenzhouwww 3a24a18e5b [TD-5369]<test> : fix an error about test case for subscribe 2021-08-05 10:22:13 +08:00
Hui Li bef8b0b29f
Merge pull request #7151 from taosdata/test/TD-5369
[TD-5369]<test> adjust sleep time to run pass in CI !
2021-08-04 22:19:23 +08:00
Hui Li 50db328e1f
Merge pull request #7156 from taosdata/test/TD-5515-d
Test/td 5515 d
2021-08-04 22:19:08 +08:00
wenzhouwww b5aa25b982 [TD-5621]<test> this is test case about modify tags ! 2021-08-04 19:02:25 +08:00
wenzhouwww a57ec6cb53 [TD-5621]<test> this is test case about modify tags ! 2021-08-04 18:44:33 +08:00
wenzhouwww 09be00b18d [TD-5369]<test> : fix an case error about: tao_consume is called too frequently so that the interval between them is less than the interval set in taos_subscribe 2021-08-04 18:00:11 +08:00
wpan 1a623c511d add case 2021-08-04 17:57:25 +08:00
wenzhouwww 404fb23135
"fix an error in test case "
fix an error in test case about "tao_consume is called too frequently so that the interval between them is less than the interval set in taos_subscribe."
2021-08-04 16:46:51 +08:00
happyguoxy d4736e6454 [TD5618]<test>:test bug fix 2021-08-04 15:10:44 +08:00
happyguoxy 3d950ce9ea [TD5515]<test>:test long where sql 2021-08-04 15:09:41 +08:00
happyguoxy bc4ef1ac0e [TD5515]<test>:test long where sql 2021-08-04 15:09:28 +08:00
Ping Xiao d2aea28c24 [TD-5730]<test>: update performance test script 2021-08-04 14:46:39 +08:00
Ping Xiao 45be5de3be [TD-5730]<test>: update performance test script 2021-08-04 14:43:02 +08:00
wenzhouwww cac5123a40 [TD-5369]<test> adjust sleep time to run pass in CI ! 2021-08-04 13:33:04 +08:00
Shengliang Guan b6efe1c46a Merge from develop 2021-08-04 12:20:41 +08:00
liuyq-617 7dba2dd4e3 make jenkins happy 2021-08-04 11:08:41 +08:00
Hui Li e009716819
Merge pull request #7112 from taosdata/test/td-5314
[TD-5314]<test>: finish schemaless test
2021-08-04 08:31:22 +08:00
Hui Li 0755cb29c4
Merge pull request #7129 from taosdata/test/remove_now_timestamp
[TD-5662]<test>remove now and duplicate sim case
2021-08-04 08:31:07 +08:00
Hui Li 5f0cbb12e2
Merge pull request #7139 from taosdata/test/TD-5460-d
Test/td 5460 d
2021-08-04 08:30:05 +08:00
happyguoxy db6c0da0f3 [TD-5460]<test>:test database update 2021-08-03 19:05:36 +08:00
happyguoxy ad2a3150fe [TD-5460]<test>:test database update=2 2021-08-03 19:05:09 +08:00
happyguoxy 92c0b28106 [TD-5460]<test>:test database update=1 2021-08-03 19:05:01 +08:00
happyguoxy 746a316f23 [TD-5460]<test>:test database update=0 2021-08-03 19:04:51 +08:00
Shengliang Guan 9b12556314 Merge remote-tracking branch 'origin/develop' into feature/m2d7 2021-08-03 17:13:37 +08:00
wangmm0220 472dc13365 [TD-5650]<fix> fix test case 2021-08-03 16:34:39 +08:00
liuyq-617 ae25f4076a [TD-5662]<test>remove now and duplicate sim case 2021-08-03 11:46:41 +08:00
Ping Xiao ad05808c01 remove duplicae file: operator.py 2021-08-03 11:23:59 +08:00
wpan 079e063b59 add test case 2021-08-03 10:51:20 +08:00
jiajingbin a1951bbc17 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 19:32:11 +08:00
jiajingbin b32d69cd51 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 19:00:32 +08:00
Shengliang Guan c13c0f5727 merge from develop 2021-08-02 18:03:29 +08:00
Haojun Liao c1650bd06f
Merge pull request #7060 from taosdata/hotfix/td-5594
[TD-5594]<fix>:calculate tag index in table meta when modify tag type
2021-08-02 17:01:36 +08:00
jiajingbin e86864dbd1 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 16:24:20 +08:00
jiajingbin 82cb5fc9cd Merge branch 'develop' of https://github.com/taosdata/TDengine into develop 2021-08-02 15:52:56 +08:00
wenzhouwww 1d9c079d23 this is a test case for date formate about TDengine 2021-08-02 15:47:41 +08:00
wpan 8ba2d65287 Merge branch 'feature/TD-2581' of github.com:taosdata/TDengine into feature/TD-2581 2021-08-02 14:16:46 +08:00
wpan 1643b5e4c6 fix bug and case issue 2021-08-02 14:16:17 +08:00
Haojun Liao 699e28bc91
Merge pull request #7073 from taosdata/hotfix/td-5633
[TD-5633]<fix>:fix memory leak of intermediate buf of block_dist
2021-08-02 10:45:46 +08:00
Haojun Liao 9b3ca08c37
Merge pull request #7082 from taosdata/hotfix/TD-5582
[TD-5582]fix interp issues
2021-08-02 10:35:10 +08:00
dapan 6ec4bac439 Merge branch 'develop' into feature/TD-2581 2021-08-02 08:13:33 +08:00
Shengliang Guan ca0177284f
Merge pull request #7086 from taosdata/feature/m2d7
Merge from master into develop
2021-08-01 11:20:15 +08:00
shenglian zhou 8b9d334acf Merge branch 'develop' into hotfix/td-5633 2021-07-31 21:16:51 +08:00
Haojun Liao dcabef9a7c
Merge pull request #7077 from taosdata/feature/query
Feature/query
2021-07-31 14:56:23 +08:00
shenglian zhou 754b7b4241 [TD-5659]<fix>:start taos processing with subprocess instead of internal function 2021-07-31 11:23:23 +08:00
xiaolei li da3e784721
[TD-4852]<jdbcDemo.java,pom.xml> fix host,error diplay (#6929) 2021-07-31 08:07:25 +08:00
jiajingbin 92ea7517f6 add tdSql.execute('reset query cache') to function resHandle() 2021-07-30 17:40:02 +08:00
Haojun Liao a849451703
Merge branch 'develop' into feature/query 2021-07-30 16:30:49 +08:00
Shengliang Guan 8d2c151274 Merge remote-tracking branch 'origin/develop' into feature/m2d7 2021-07-30 16:29:08 +08:00
Haojun Liao 6f4257aa9a
Merge pull request #7049 from taosdata/fix/TD-5534
[TD-5534]<fix>:fix the coverity high risk of client&query
2021-07-30 16:26:54 +08:00
Shengliang Guan f8905c8cbc Merge remote-tracking branch 'origin/develop' into feature/m2d7 2021-07-30 13:53:25 +08:00
Shengliang Guan 4dac6ac4f1 merge from master 2021-07-30 13:52:54 +08:00
Hui Li 1f4d51c1bc
Merge pull request #7068 from taosdata/test/TD-5401-m
[TD-5401]make CI happy
2021-07-30 11:51:31 +08:00
Hui Li 7258266c87
Merge pull request #7069 from taosdata/test/TD-5401-d
[TD-5401]make CI happy
2021-07-30 11:51:24 +08:00
wangmm0220 5f37d8a2a5 [TD-5534]<fix>:fix test case out of date error 2021-07-30 11:27:34 +08:00
wpan 63e5c2147b Merge branch 'master' into hotfix/TD-5582 2021-07-30 10:39:29 +08:00
wpan ca985ec7c6 fix interp bug 2021-07-30 10:38:15 +08:00
liuyq-617 cd744f5fa7 fix 2021-07-30 09:35:58 +08:00
liuyq-617 72a05d1e80 fix 2021-07-30 09:32:13 +08:00
Hui Li e57faad946
Merge pull request #7034 from taosdata/dkj_dev
metrics_del.sim 23:50 insert two days bug fixed
2021-07-29 20:06:35 +08:00
Hui Li 3591c8b7ad
Merge pull request #7065 from taosdata/test/jenkins_l
revert sani
2021-07-29 18:36:15 +08:00
liuyq-617 3f7239b916 change 2021-07-29 18:18:06 +08:00
liuyq-617 eefa3cf5d1 change 2021-07-29 18:17:31 +08:00
xiaolei li 8ad7443822
[TD-4944]:c# connector nanosecond support (#7041)
* [TD-4944]:c# connector nanosecond support

* [TD-4944]:c# connector nanosecond support

* [TD-4944]:c# connector nanosecond support fix indent
2021-07-29 16:37:58 +08:00
tickduan 4fd1c2637d Merge branch 'develop' into dkj_dev 2021-07-29 14:53:26 +08:00
jiajingbin 4320d6412a finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete
modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()
2021-07-29 14:15:08 +08:00
liuyq-617 9fc4f7466f make CI happy 2021-07-29 14:12:57 +08:00
liuyq-617 d0b7e937ac make CI happy 2021-07-29 14:11:09 +08:00
liuyq-617 0c08c44f7a fix error 2021-07-29 13:49:15 +08:00
liuyq-617 ba8d429f2c fix error 2021-07-29 13:48:37 +08:00
liuyq-617 c95ad35438 revert sani 2021-07-29 11:07:06 +08:00
liuyq-617 f4b07ce5d9 revert sani 2021-07-29 11:05:59 +08:00
Haojun Liao c7ae4f5789 [td-5600]<fix>: fix fill caused crashed in join query. 2021-07-29 10:47:09 +08:00
Hui Li 4ba22f9520
Merge pull request #6984 from taosdata/test/TD-5369
Test/td 5369
2021-07-29 10:28:02 +08:00
Hui Li 6c619d0219
Merge pull request #7051 from taosdata/test/TD-5074-d1
Test/td 5074 d1
2021-07-29 10:01:46 +08:00
Hui Li cabbc135fa
Merge pull request #7043 from taosdata/dev/chr
[TD-4432]<test>: modify taodemo-testcase that using stmt interface
2021-07-29 09:49:34 +08:00
Hui Li b5b5bf4627
Merge pull request #7053 from taosdata/test/jenkins_l
update local CI
2021-07-29 09:47:42 +08:00
liuyq-617 f97784ad7a [TD-5536]update local jenkins 2021-07-29 09:36:57 +08:00
wpan 2594aa6e0d Merge branch 'develop' into feature/TD-2581 2021-07-29 08:32:41 +08:00
shenglian zhou bb2b2ec9f4 [TD-5594]<fix>:calculate tag index in table meta when modify tag type 2021-07-29 07:43:48 +08:00
happyguoxy 175fd1c93d [TD-5074]<test>:test operator cost 2021-07-28 18:32:34 +08:00
tomchon 3fa6787382 [TD-4840]<test>: update testcase of tsdb meta compressed 2021-07-28 18:30:00 +08:00
liuyq-617 a9c51e251a remove systemctl 2021-07-28 18:28:35 +08:00
jiajingbin e72173dd78 modify 2021-07-28 18:28:01 +08:00
tomchon 130c7ef3b4 Merge branch 'feature/TD-4352' of github.com:taosdata/TDengine into feature/TD-4352 2021-07-28 16:12:19 +08:00
tomchon 705d6e3eb3 [TD-4840]<test>: update testcase of tsdb meta compressed 2021-07-28 16:11:09 +08:00
liuyq-617 aac0aeddfd add SANITIZER parameter 2021-07-28 16:10:06 +08:00
jiajingbin 2168045658 modify 2021-07-28 16:09:00 +08:00
Haojun Liao d3467a5981
Merge branch 'develop' into feature/query 2021-07-28 15:30:42 +08:00
happyguoxy 8f0be342a8 [TD-5074]<test>:test operator cost 2021-07-28 15:06:30 +08:00
Haojun Liao 6e743d53e6 [td-225]fix the bug found by regression test. 2021-07-28 14:58:25 +08:00
lichuang a7fb63aab0 Merge branch 'develop' into feature/TD-4352 2021-07-28 14:40:51 +08:00
liuyq-617 e4a67f8046 update local CI 2021-07-28 14:22:18 +08:00
happyguoxy 3647f7defc [TD-5074]<test>:test operator cost 2021-07-28 14:05:42 +08:00
happyguoxy 8b6d976e86 [TD-5074]<test>:test operator cost 2021-07-28 14:05:16 +08:00
happyguoxy 7845fc9682 [TD-5074]<test>:test operator cost 2021-07-28 14:04:59 +08:00
Minglei Jin ed42374893 tsim/nchar-binary: fix negative length crash 2021-07-28 11:14:20 +08:00
Hui Li b73a2f7070
Merge branch 'develop' into test/TD-5369 2021-07-28 10:37:41 +08:00
Haojun Liao 80bb217e38
Merge pull request #7017 from taosdata/hotfix/apitest
fix test code issue
2021-07-28 10:33:03 +08:00
Hui Li bdb79f5400
Merge pull request #6961 from taosdata/test/TD-5213-d
Test/td 5213 d
2021-07-28 10:17:37 +08:00
Hui Li 4e55773054
Merge pull request #7037 from taosdata/xiaoping/add_test_case
[TD-5497]<test>: add test case
2021-07-28 10:16:41 +08:00
Hui Li 8c0317fbb0
Merge pull request #7039 from taosdata/test/TD-5370
[TD-5370]<test>:new branch for test case about taosdump nano support
2021-07-28 10:15:22 +08:00
jiajingbin 1bf4e5669e modify 2021-07-28 09:47:45 +08:00
haoranchen 6faf1d5bb3
Update sdbCompClusterReplica2.py 2021-07-27 18:26:10 +08:00
wpan 83d1283390 fix bug and case issue 2021-07-27 18:17:14 +08:00
Haojun Liao 220f667042
Merge pull request #6985 from taosdata/feature/TD-5438
TD-5438
2021-07-27 18:05:43 +08:00
Haojun Liao e62c2715c9
Merge pull request #6979 from taosdata/fix/TD-5458-2
[TD-5458]<fix>:add duplicate key check for tag&field
2021-07-27 18:05:23 +08:00
wenzhouwww 84cbdeb8a7 [TD-5370]<test>:new branch for test case about taosdump nano support 2021-07-27 15:40:24 +08:00
tomchon 5602fef8f6 [TD-4840]<test>: add testcase of compressing tsdb meta data 2021-07-27 14:59:32 +08:00
Ping Xiao 09e52f9d95 [TD-5497]<test>: add test case 2021-07-27 14:27:41 +08:00
jiajingbin 736adcf7cc combine cases 2021-07-27 13:52:44 +08:00
jiajingbin 28b7529ba7 delete unused tb_name 2021-07-27 11:46:59 +08:00
tomchon 8aa0a37392 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-27 11:40:47 +08:00
wpan e9f664f922 Merge branch 'develop' into feature/TD-2581 2021-07-27 11:32:36 +08:00
wenzhouwww 74fa1114f3 [TD-5369]<test> change the nums of tables and insert rows! 2021-07-27 11:06:04 +08:00
tickduan 4833f5eaa3 metrics_del.sim 23:50 insert two days bug fixed 2021-07-27 10:22:29 +08:00
happyguoxy 9a3e6db6a7 [TD-5213]<test>:test operator 2021-07-27 08:55:45 +08:00
jiajingbin 7f5aaa25d3 modify some cases 2021-07-26 19:12:50 +08:00
Yang Zhao 2f088a0920
Update stmtTest.c 2021-07-26 19:06:56 +08:00
zhaoyanggh 92f721d537 [TD-5452] test case for verify modified set_tbname 2021-07-26 18:46:28 +08:00
tomchon e0b00c0510 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-26 18:06:07 +08:00
wenzhouwww c63d6f4c94 [TD-5369]<test> fulltest.sh 2021-07-26 18:00:02 +08:00
tomchon d0d044e253 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-26 17:53:11 +08:00
tomchon a88753e253 modify fulltest.sh 2021-07-26 17:43:27 +08:00
jiajingbin 361e9f81d6 save 2021-07-26 16:23:20 +08:00
Haojun Liao 3ee29d8aec Merge branch 'develop' into feature/query 2021-07-26 16:02:01 +08:00
jiajingbin 909ff0b2a1 save 2021-07-26 13:53:25 +08:00
Haojun Liao 2b99aa162f [td-225]fix bug found by regression test. 2021-07-26 13:39:39 +08:00
wpan 1ec384f3c1 fix test code issue 2021-07-26 13:06:05 +08:00
jiajingbin 9eb31d3f47 save 2021-07-26 10:45:00 +08:00
jiajingbin 2d12fb2462 save 2021-07-26 10:38:15 +08:00
jiajingbin c3549d245d save 2021-07-26 10:19:34 +08:00
jiajingbin 2fd97729db save 2021-07-26 10:13:29 +08:00
Hui Li 3358072589
Merge pull request #6983 from taosdata/dev/chr
open taosdemo-testcase
2021-07-26 10:12:47 +08:00
jiajingbin fc732c29fb save 2021-07-26 10:05:33 +08:00
wpan 82a7d7b9e3 add test case 2021-07-26 09:55:50 +08:00
wpan cfa925dd17 support range filter 2021-07-26 09:54:24 +08:00
jiajingbin f07b4f55dd save 2021-07-26 01:14:53 +08:00
shenglian zhou 1347ddf892 fix change tag values errors 2021-07-24 23:05:58 +08:00
shenglian zhou 7d2cc83a38 TD-5478]:add modify child tag value through line protocol 2021-07-24 21:06:30 +08:00
jiajingbin 63c9b2069e add multi thread 2021-07-24 19:39:20 +08:00
jiajingbin 8ee0962538 add multi thread 2021-07-24 17:27:49 +08:00
jiajingbin 7b883b2637 add multi thread 2021-07-24 15:38:35 +08:00
Haojun Liao 2323d5a228 [td-225] update the test script. 2021-07-24 14:33:54 +08:00
Haojun Liao 2c645b1254
Merge pull request #6992 from taosdata/hotfix/td-5485
[TD-5485]<fix>:fix memory error due to uninitialized pointer value
2021-07-24 14:20:09 +08:00
jiajingbin cb7e26845b save 2021-07-24 10:22:02 +08:00
tomchon e47659e0c5 taosdemo 2021-07-23 21:19:09 +08:00
wenzhouwww 8c62d84a3d [TD-5369]<test> add test case about taosdemo params 'time_step' 2021-07-23 20:05:08 +08:00
jiajingbin 9a94a39b29 save 2021-07-23 19:24:23 +08:00
jiajingbin 5d9c380788 save 2021-07-23 19:01:44 +08:00
wpan 8ed28fd81a support range filter 2021-07-23 18:32:35 +08:00
jiajingbin 90ecf82d54 save 2021-07-23 18:31:38 +08:00
tomchon aab7881c4d Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-23 18:19:14 +08:00
jiajingbin 80afed6706 save 2021-07-23 17:12:41 +08:00
jiajingbin c572b1345e save 2021-07-23 16:01:12 +08:00
jiajingbin 0224dd1056 save 2021-07-23 15:35:19 +08:00
happyguoxy 11d5b3231d [TD-5074]<test>test operator 2021-07-23 14:49:27 +08:00
happyguoxy ea0cc35af4 [TD-5074]<test>test operator 2021-07-23 14:49:15 +08:00
jiajingbin 5881243310 save 2021-07-23 14:29:16 +08:00
shenglian zhou c50dcb9e6d [TD-5485]<fix>:fix memory error due to uninitialized pointer value 2021-07-23 14:08:59 +08:00
tomchon 009885b1cc mv taosdemo-testcase into p2 at fulltest.sh 2021-07-23 14:07:49 +08:00
happyguoxy 0b7a625744 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-23 11:10:59 +08:00
happyguoxy 07bf3966ec [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-23 11:10:45 +08:00
Hui Li a86bb47a1a
Merge pull request #6964 from taosdata/test/TD-4812
[TD-4812] complete robust cluster test script
2021-07-23 10:39:49 +08:00
wenzhouwww c133eb1cfe [TD-5369]<test> modify an error about insert 2021-07-23 10:07:02 +08:00
jiajingbin a8352d8c2a [TD-5314]: autotest cases 2021-07-23 01:43:00 +08:00
wenzhouwww 5af5a71965 [TD-5369]<test> add test case for taosdemo nano support! 2021-07-22 20:09:05 +08:00
tomchon 1f8d74f6d4 open taosdemo-testcase 2021-07-22 20:06:16 +08:00
Hui Li be4e4c3889
Merge pull request #6982 from taosdata/dev/chr
close taosdemo-testcase
2021-07-22 20:04:30 +08:00
tomchon ae10545c29 close taosdemo-testcase 2021-07-22 20:02:42 +08:00
wenzhouwww 1bdd683872 [TD-5369]<test> taosdemo test case for nano support , the sql files is must be here! 2021-07-22 19:59:36 +08:00
Hui Li 5381d733e3
Merge pull request #6962 from taosdata/dev/chr
Dev/chr
2021-07-22 19:46:37 +08:00
yihaoDeng e2635df55d [TD-5438]<fix> fix bug 2021-07-22 19:25:11 +08:00
Ganlin Zhao 1754d66494 [TD-5458]<fix>:add duplicate key check for tag&field 2021-07-22 18:55:27 +08:00
tomchon 025361610b [TD-5296]<test>: modify taodemo-testcase about increasing max columns to 4096 2021-07-22 18:46:17 +08:00
tomchon 003dba84b1 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-22 18:41:18 +08:00
happyguoxy 9df622ef80 [TD-5338]<test>:test stable interval function 2021-07-22 18:03:23 +08:00
shenglian zhou ad55c1a7c9 Merge branch 'develop' into feature/td-4647-2 2021-07-22 11:38:17 +08:00
wpan e270cf3742 code refact 2021-07-21 17:56:44 +08:00
zhaoyanggh 5b463ac4df [TD-4812] monitor dnode and mnode status and save to log 2021-07-21 17:19:28 +08:00
zhaoyanggh 7fee581d88 [TD-4812] add change replica operation in robust script 2021-07-21 16:52:17 +08:00
tomchon 4bef2da4d8 Merge branches 'dev/chr' and 'develop' of github.com:taosdata/TDengine into dev/chr
Conflicts:
	tests/pytest/tools/taosdemoAllTest/taosdemoTestInsertWithJson.py
2021-07-21 16:51:25 +08:00
happyguoxy c978fb9329 [TD-5213]<test>:test 4096 columns 2021-07-21 16:12:54 +08:00
happyguoxy f12d1f2769 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-21 16:12:32 +08:00
happyguoxy d966ee23d6 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-21 16:12:18 +08:00
happyguoxy 1ab5ce7fa9 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-21 16:12:04 +08:00
happyguoxy 756a60f91f [TD-5213]<test>:test 4096 columns without taosdemo 2021-07-21 16:11:41 +08:00
Hui Li 655a514835
Merge pull request #6938 from taosdata/test/TD-5038
[TD-5038] test case for flushing while drop database
2021-07-21 16:06:17 +08:00
Yang Zhao c4d3f0da13
Delete insert.c 2021-07-21 11:15:06 +08:00
zhaoyanggh d1f13addc9 [TD-4816] add query opertion for robust test 2021-07-21 11:13:54 +08:00
zhaoyanggh 7472194e1b [TD-4816]insert script for robust test 2021-07-21 09:35:41 +08:00
tickduan c71d9050e9 trigger PR build 2021-07-21 09:33:21 +08:00
tickduan 234aad8ee7 db name len and metrics_del.sim two problem fixed 2021-07-20 21:07:13 +08:00
Hui Li 99ca684350
Merge pull request #6920 from taosdata/test/TD-5143
[TD-5143]<test> adding test case about subquery
2021-07-20 16:22:54 +08:00
Hui Li 02a898b318
Merge pull request #6935 from taosdata/xiaoping/add_test_case
[TD-5399]<test>: update scripts for daily performance test
2021-07-20 16:21:45 +08:00
shenglian zhou 437784413f fix arm compilation error 2021-07-20 15:55:33 +08:00
Haojun Liao 8d48b77d04
Merge pull request #6934 from taosdata/feature/query
Feature/query
2021-07-20 15:48:47 +08:00
shenglian zhou d959f60187 add more function test to schemaless.c 2021-07-20 15:47:17 +08:00
zhaoyanggh e43e672327 [TD-5038] test case for flushing while drop database 2021-07-20 15:13:21 +08:00
shenglian zhou 232cf4e7ea add performance test 2021-07-20 13:52:02 +08:00
Ping Xiao a8ced0f493 fix runtime error 2021-07-20 13:46:24 +08:00
Shuduo Sang 211c7f38ce
[TD-5398]<fix>: taosdemo 4096 columns table creation failed. (#6931)
* [TD-5398]<fix>: taosdemo 4096 columns table creation failed.

* change column name prefix from col to c for maxium column number to fix buffer length.

* use accurate buffer length.

* fix test case for column name be shorter.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-20 11:49:58 +08:00
shenglian zhou dedbb75485 Merge branch 'develop' into feature/td-4647-2 2021-07-20 10:43:00 +08:00
Ping Xiao 524641123a [TD-5399]<test>: update scripts for daily performance test 2021-07-20 10:27:01 +08:00
Shuduo Sang e8b3fde4dc
[TD-5398]<fix>: taosdemo 4096 columns table creation failed. (#6930)
* [TD-5398]<fix>: taosdemo 4096 columns table creation failed.

* change column name prefix from col to c for maxium column number to fix buffer length.

* fix test case for column name be shorter.

* use accurate buffer length.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-20 10:14:55 +08:00
shenglian zhou 3b86cd1242 Merge branch 'develop' into feature/td-4647-2 2021-07-19 20:13:35 +08:00
Haojun Liao 78f58194c4 [td-5404]<fix>: fix memory leak in union query. 2021-07-19 17:55:42 +08:00
bryanchang0603 65d31bea78 [TD-5143]<test> adding test case about subquery 2021-07-19 12:40:52 +08:00
happyguoxy b5724bb8e9 [TD-5206]<test>:test query stable join function 2021-07-19 10:41:40 +08:00
Haojun Liao c9a3b75090
Merge pull request #6908 from taosdata/fix/TD-5055
[TD-5055]<fix> handle incorret result
2021-07-19 10:41:33 +08:00
happyguoxy a8cc70f245 [TD-5206]<test>:test query stable join function 2021-07-19 10:41:14 +08:00
Haojun Liao c1fa46d543
Merge pull request #6706 from taosdata/feature/TD-4666
Feature/td 4666
2021-07-19 10:40:03 +08:00
Shengliang Guan 614b5a3352
Merge pull request #6884 from taosdata/feature/m2d6
Feature/m2d6
2021-07-19 09:28:58 +08:00
tomchon a4e6c27f9c Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-18 21:08:52 +08:00
Haojun Liao 91774fda49
Merge pull request #6895 from taosdata/fix/TD-5352
[TD-5352]<fix>: Unable to run tsim test script on MacOS
2021-07-17 15:21:13 +08:00
Shengliang Guan ca59d8972a Merge remote-tracking branch 'origin/develop' into feature/m2d6 2021-07-17 10:19:56 +08:00
Cary Xu f06ec62786 conflict resolve 2021-07-17 09:46:30 +08:00
yihaoDeng 58ba4d0081 [TD-5055]<fix> handle incorret resul 2021-07-16 23:38:11 +08:00
Haojun Liao e3046f62f6 [td-225]merge develop. 2021-07-16 22:35:06 +08:00
shenglian zhou f79e53e36d fix tstrerror code 2021-07-16 22:28:47 +08:00
Haojun Liao 23faaf75bd
Merge pull request #6771 from taosdata/feature/cenc
Feature/cenc
2021-07-16 22:21:42 +08:00
Ganlin Zhao e98b8355c3 [TD-5352]<fix>:
Unable to run tsim test script on MacOS
2021-07-16 19:56:23 +08:00
Cary Xu 3ecbc86054 Merge branch 'develop' into feature/TD-4666 2021-07-16 19:18:20 +08:00
Hui Li ae3ce9c19d
Merge pull request #6881 from taosdata/test/td5229
[TD-5229]<fix>: cname display is incomplete
2021-07-16 14:43:24 +08:00
wpan d5a8aedb34 refact code 2021-07-16 14:24:12 +08:00
Shengliang Guan 195ce6d133 Merge from master into develop 2021-07-16 14:01:22 +08:00
Haojun Liao 0b05f0b06d [td-5190]<fix>: add test cases. 2021-07-16 12:56:19 +08:00
jiajingbin 607ff5408b [TD-5229]<fix>: cname display is incomplete
add method in util/sql.py---getColNameList() and checkColNameList

add testcase query/queryCnameDisplay.py
2021-07-16 11:32:20 +08:00
Haojun Liao 2d6ad4d87b
Merge pull request #6825 from taosdata/fix/TD-5134
[TD-5134]<fix> fix runtime error
2021-07-16 10:30:16 +08:00
shenglian zhou 83a66e1e33 Merge branch 'develop' into feature/td-4647-2 2021-07-16 09:40:27 +08:00
jiajingbin ea62c29dcd [TD-5229]<fix>: cname display is incomplete
add method in util/sql.py---getColNameList() and checkColNameList

add testcase query/queryCnameDisplay.py
2021-07-16 09:23:00 +08:00
zhaoyanggh 95ff65436a [TD-4433]script to control cluster used for testing robust 2021-07-16 09:19:49 +08:00
wpan 375847cad6 support nchar filter 2021-07-16 08:13:06 +08:00
jiajingbin 8f19dea06d [TD-5229]<fix>: cname display is incomplete
add method in util/sql.py---getColNameList() and checkColNameList

add testcase query/queryCnameDisplay.py
2021-07-15 21:46:34 +08:00
shenglian zhou d8545b5035 pass test for tag id key as child table name and timestamp ns/us/ms/s 2021-07-15 18:22:35 +08:00
zhaoyanggh 115c00216f script to control cluster used for test robust 2021-07-15 09:12:49 +00:00
Haojun Liao dbaaee3365 [td-225]merge develop. 2021-07-16 10:20:42 +08:00
wpan 8756467972 support nchar filter in parent 2021-07-15 16:11:21 +08:00
Haojun Liao b8e8046716
Merge pull request #6857 from taosdata/feature/TD-5169
[TD-5169]<fix>: fixed a potential crash bug
2021-07-15 15:29:20 +08:00
ubuntu 0adfdc60d6 test push 2021-07-15 15:04:58 +08:00
tomchon c05b99baf2 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-15 15:00:48 +08:00
Cary Xu 0063cb84e2 comment the taosdemo test temporarily 2021-07-15 14:38:30 +08:00
wpan 31d17bdecc Merge branch 'develop' into feature/TD-2581 2021-07-15 14:27:51 +08:00
wpan 2f87a6ee44 support in 2021-07-15 13:23:34 +08:00
Cary Xu 7d94ae6319 Merge branch 'develop' into feature/TD-4666 2021-07-15 11:59:42 +08:00
Haojun Liao e1fd86ac66 Merge branch 'develop' into feature/query 2021-07-15 10:13:44 +08:00
shenglian zhou 54ca09468d modify test to comply with new parser 2021-07-15 08:19:48 +08:00
Haojun Liao 954393e770 [td-5271]<fix>: fix a bug of max query in outer query. 2021-07-14 22:25:03 +08:00
shenglian zhou 0991ca8eb5 integrate parser from ganlin zhao 2021-07-14 18:57:14 +08:00
tomchon 64cafbca65 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-14 18:47:07 +08:00
tomchon 2d0bca4290 [TD-4840]<test>add testcase of compacting sdb 2021-07-14 18:36:59 +08:00
Shuduo Sang 09b58e7e8e
[TD-5259]<fix>: JDBC vulnerable packages. (#6858) 2021-07-14 18:32:43 +08:00
Haojun Liao 134a825d9b [td-225]merge develop. 2021-07-14 18:23:01 +08:00
tomchon eaf84f0fb7 [TD-4840]<test>add testcase of compacting sdb 2021-07-14 18:14:01 +08:00
yihaoDeng 5b5b83bb80 merge develop 2021-07-14 18:12:08 +08:00
liuyq-617 cc13cd44c3 [TD-5260]add case for a potential crash 2021-07-14 17:25:49 +08:00
Cary Xu 5a19bd96a0 Merge branch 'develop' into feature/TD-4666 2021-07-14 16:49:13 +08:00
shenglian zhou 1148a133b5 [TD-4647]<feature>: auto add column through schemaless line protocol 2021-07-14 15:34:53 +08:00
Haojun Liao b62632f816
Merge pull request #6338 from taosdata/feature/TD-2574
[TD-2574]<enhance>: refactored algorithms for top and bottom functions.
2021-07-14 14:12:22 +08:00
Haojun Liao 76e28e294c [td-225]update the test script. 2021-07-14 10:31:57 +08:00
happyguoxy 5ac5cf0051 [TD-5213]<test>test 2021-07-14 10:22:24 +08:00
happyguoxy b81ca3465a [TD-5213]<test>test 2021-07-14 10:22:10 +08:00
happyguoxy 704fce3263 [TD-5213]<test>test 2021-07-14 10:22:02 +08:00
shenglian zhou 6b404cd1ce change api function name taos_insert_by_lines to taos_insert_lines 2021-07-14 08:07:05 +08:00
shenglian zhou 36f0b8a648 add more data type 2021-07-13 22:41:04 +08:00
shenglian zhou 66e8c5fd35 Merge branch 'develop' into feature/szhou/sync_home_office 2021-07-13 19:05:46 +08:00
tomchon 319b8412e4 [TD-5219]<release>modify make_install.sh 2021-07-13 18:11:31 +08:00
shenglian zhou 81b60d96f1 show crash 2021-07-13 17:34:06 +08:00
Shenglian Zhou 0d719ab43c add log and free memory 2021-07-13 16:37:07 +08:00
Shenglian Zhou bcba45e38b retry afer batch execute reconfigure table 2021-07-13 14:19:56 +08:00
Haojun Liao 883d02bb9e
Merge pull request #6834 from taosdata/feature/query
Feature/query
2021-07-13 14:08:00 +08:00
Hui Li 188f7a5450
Merge pull request #6806 from taosdata/test/TD-4735-d
Test/td 4735 d
2021-07-13 13:45:17 +08:00
Hui Li 27618bdfe9
Merge pull request #6839 from taosdata/dev/chr
[TD-5087]<test>: update testcase that compressing wal logs
2021-07-13 13:45:08 +08:00
liuyq-617 99016d14d4 fix error 2021-07-13 13:21:11 +08:00
shenglian zhou ddb783f407 add simple tsim test 2021-07-13 13:06:46 +08:00
liuyq-617 95fba837f9 update case topic1.sim 2021-07-13 11:41:16 +08:00
shenglian zhou f9bfe6cc3d for reconfigure table reproduction 2021-07-13 10:55:26 +08:00
shenglian zhou 136189e3c8 memory handling 2021-07-13 10:52:58 +08:00
liuyq-617 89200feb44 [TD-5187]<test>update case for wal,fsync 2021-07-13 10:49:07 +08:00
wpan 8faa80d6a7 fix range issue 2021-07-13 08:33:39 +08:00
tomchon ba090e2252 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-12 19:12:02 +08:00
Shuduo Sang 5528a0d7d5
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#6836)
* 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.
2021-07-12 19:08:29 +08:00
shenglian zhou aee50c8929 add unit test 2021-07-12 18:09:50 +08:00
Shuduo Sang 4486cae180
[TD-5136]<feature>: taosdemo simulate real senario. (#6833)
* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change
2021-07-12 17:08:54 +08:00
tomchon 0ef4ef0576 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-12 16:18:26 +08:00
tomchon 4f0266b390 [TD-5087]<test>: update testcase that compressing wal logs 2021-07-12 14:19:51 +08:00
shenglian zhou 14cab541f7 before tsim/log/memory leak handling 2021-07-12 11:30:06 +08:00
shenglian zhou ab67d612f0 fixing exsiting stable 2021-07-12 11:30:06 +08:00
shenglian zhou dec30e4473 add timestamp precision support 2021-07-12 11:30:06 +08:00
shenglian zhou 3d70319913 create child table with tags 2021-07-12 11:30:06 +08:00
shenglian zhou 93c6fee9c5 can add two lines of one supertable/diffrent subtable 2021-07-12 11:30:06 +08:00
shenglian zhou dbac6f2081 before getChildTableName and insertBatch 2021-07-12 11:30:06 +08:00
kailixu 048c8dedd9 test case adaption for 4096 2021-07-11 21:24:35 +00:00
Cary Xu a43b96f860 Merge branch 'develop' into feature/TD-4666 2021-07-11 14:45:05 +08:00
yihaoDeng 15f6335e98 merge develop 2021-07-10 11:49:40 +08:00
yihaoDeng 286f95756a Merge branch 'neDev' into t5035 2021-07-10 00:05:37 +08:00
Haojun Liao c9933fd333 [td-225] 2021-07-09 19:16:25 +08:00
Haojun Liao 73c609f783 Merge branch 'develop' into feature/cenc 2021-07-09 13:25:03 +08:00
Haojun Liao 99aca608a5
Merge pull request #6816 from taosdata/feature/query
[td-5126]<enhance>:improve the nest query performance.
2021-07-09 13:23:30 +08:00
Haojun Liao 03455e6fe9 [td-5126]<enhance>:improve the nest query performance. 2021-07-09 12:19:59 +08:00
yihaoDeng 2b963dc386 [TD-5134]<fix> fix runtime error 2021-07-09 08:49:40 +08:00
tomchon befa257a86 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-09 02:45:28 +08:00
Shuduo Sang 0e2629dc10
Hotfix/sangshuduo/td 5128 odbc compile failure for master (#6810)
* [TD-5128]<fix>: odbc compile failed.

* fix cmake minimum version complain on mac and windows.

* fix visual studio 2012 build issue.
2021-07-08 23:35:40 +08:00
Shuduo Sang 8d1e7a804f
Hotfix/sangshuduo/td 5128 odbc compile failure (#6811)
* [TD-5128]<fix>: odbc compile failed.

* cherry pick from master branch.

* fix visual studio 2012 build issue.
2021-07-08 21:58:30 +08:00
Haojun Liao 61e6528957 Merge branch 'develop' into feature/cenc 2021-07-08 18:29:13 +08:00
happyguoxy df5f03bbdf [TD-4735]<test>:test nestquery last row function 2021-07-08 13:55:47 +08:00
happyguoxy cbb8642f79 [TD-4735]<test>:test nestquery last row function 2021-07-08 13:55:28 +08:00
Shuduo Sang cb802a0c42
Hotfix/sangshuduo/m2d 20210707 (#6795)
* [TD-4132]<test>: add taosdump-testcase of boundary value testing

* [TD-3952]<test>: add taodemo-testcase that query with restful connector

* merge master

* modify taosdemo-testcase

* add testcase of async subscirbe  and max sql num

* testcase-subscribe of super table

* testcase-modify sub

* modify subscribe testcase

* [TD-4238]<test>: add taodemo-testcase that  records of number in request sql less than 32767

* add taosdemo-subscribe-testcase

* update taosdemo testcase

* temp commit

* temp commit

* temp commit

* temp1

* temp

* [TD-4835] add lua lib

* [TD-4369]<test>: add testcase of resubscibe

* [TD-4826]<fix>: new error code 0x0406 (Dnode is exiting) for tsc

* [TD-4369]<test>: add testcase of resubscibe and json file

* temp

* update master to develop's version

* Update boundary2.py

* [TD-4912]<hotfix>: fix coredump when drop vnode

* Hotfix/sangshuduo/td 3801 taosdump coverity scan issue (#6642)

* [TD-3801]<fix>: taosdump coverity scan issue.

* merge from commit: 069169e7c1 and fix coverity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-4932]fix jenkins errors on master branch (#6645)

* [TD-4932]fix jenkins errors on master branch

* fix

* fix

* fix

* fix

* [TD-4132]<test>:modify taosdump-testcase of column length

* [TD-4918]<fix>: taosdemo subscribe endAfterResume. (#6653)

* [TD-4915]<fix> fix show-create-database except

* Hotfix/sangshuduo/td 4892 taosdemo sub fetch (#6669)

* [TD-4892]<fix>: taosdemo subscribe fetch result.

* fix stbname length.

* restrict prefix length.

* submit empty

* fix minor code.

* fix crash if no result file.

* decrease few debug print level.

* fix offset issue

* [TD-4987]<fix>: issues memory sanitizier detected. (#6675)

* [TD-4826]<fix>: no extra sleep if no message in vwqueue

* [TD-4593]<fix>: fix vnode cannnot close while syncing

* Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume (#6685)

* [TD-4918]<fix>: taosdemo subscribe endAfterResume.

* fix mask length.

* fix heap use-after-free.

* Hotfix/sangshuduo/td 4987 detected by mem sanitizer (#6684)

* [TD-4987]<fix>: issues memory sanitizier detected.

* fix mask width issue.

* [TD-4828]<fix> handle dnode exit code

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6702)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* TD-4835

* only compile in lua

* [td-4748]<fix>:fix the temp file generate buf on windows platform.

* change cmake options

* [TD-5007]<fix>: use build directory's taosdump to test. (#6710)

btw, solve two taosdemo test cases too.

* Hotfix/sangshuduo/td 4838 taosdump binary len bug (#6713)

* [TD-4838]<fix>: taosdump binary length bug.

* taosdump code refactoring.

* fix arm32 compile issue.

* Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume (#6723)

* [TD-4918]<fix>: taosdemo subscribe endAfterResume.

* fix mask length.

* fix heap use-after-free.

* fix illegal input value of consume.

* Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#6725)

* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* exit if read sample file failed.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-4985]<test>:test query limit and offset function

* [TD-4985]<test>:test query limit and offset function

* [TD-4985]<test>:test query limit and offset function

* [TD-4985]<test>:test query limit and offset function

* [TD-5018]<fix>: taosdemo prompt if the batch is too large to insert data. (#6736)

* fix dead loop issue

* fix taosdemoPerformance.py runtime error

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6753)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6763)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6765)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-5067]<fix>: taosdemo stmt use sample data (#6760)

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6768)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-5063]<test>:test insert locking bug

* [TD-5063]<test>:test insert locking bug

* [TD-4705]<fix>: disallow file sync starting when vnode closing

* Hotfix/sangshuduo/td 5053 taosdump support nanosecond for master (#6778)

* cherrypick from develop branch

* fix arm32 compile issue.

* [TD-5053]<feature>: taosdump supports nanosecond.

* fix precision parsing order issue.

* [TD-5053]<fix>: taosdump support nanosecond.

pre-cherry-pick.

* Hotfix/sangshuduo/td 5100 gtest centos for master (#6781)

* cherry pick from develop branch.

* detect both shared library and static library.

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6789)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6794)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* cherry pick from develop branch.

* cherry pick from develop branch.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* fix taosdumpTest case as -N will lead no property dumped.

Co-authored-by: tomchon <haoran920c@163.com>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: Baosheng Chang <changb9@mcmaster.ca>
Co-authored-by: Hongze Cheng <hzcheng@taosdata.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: Yiqing Liu <yqliu@taosdata.com>
Co-authored-by: Hui Li <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
Co-authored-by: wpan <wpan@taosdata.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: happyguoxy <happy_guoxy@163.com>
Co-authored-by: Ping Xiao <pxiao@taosdata.com>
2021-07-08 07:01:49 +08:00
Cary Xu 1236681fa7 Merge branch 'develop' into feature/TD-4666 2021-07-07 18:30:16 +08:00
Haojun Liao 9dd40166d6
Merge pull request #6756 from taosdata/feature/query
[td-255] refactor.
2021-07-07 16:58:27 +08:00
yihaoDeng ea5597b3a0 merge develop 2021-07-07 11:41:38 +08:00
happyguoxy 96e483ea96 [TD-5063]<test>:test insert locking bug 2021-07-07 10:42:18 +08:00
happyguoxy ba3a2695f1 [TD-5063]<test>:test insert locking bug 2021-07-07 10:42:00 +08:00
Haojun Liao 6a2e7f7de2 [td-225] merge develop. 2021-07-07 10:29:08 +08:00
Haojun Liao 7a37f750c3 [td-225] merge develop. 2021-07-06 23:26:17 +08:00
Haojun Liao 1a8164084a [td-225] merge develop. 2021-07-06 23:24:15 +08:00
Haojun Liao 74bc74d608 [td-225] merge develop. 2021-07-06 23:23:30 +08:00
Haojun Liao f8c3135f8c [td-255] refactor. 2021-07-06 18:47:07 +08:00
Ping Xiao d93c482860 [TD-5078]<test>: update test case for nested query 2021-07-06 18:28:45 +08:00
Haojun Liao 2bf253d336
Merge pull request #6744 from taosdata/hotfix/TD-5042
[TD-5042]fix diff group by crash issue
2021-07-06 14:51:11 +08:00
Haojun Liao 37a81dfac6
Merge pull request #6699 from taosdata/fix/TD-4947
[TD-4947]<fix> handle mixed group by with top/bottom corrupt
2021-07-06 14:50:40 +08:00
wpan beff12c7ba fix bug issue 2021-07-06 11:47:18 +08:00
wpan 06f38b5b1c add group by condition check 2021-07-06 10:53:30 +08:00
Hui Li c14b74ef58
Merge pull request #6738 from taosdata/test/TD-4985-m
Test/td 4985 m
2021-07-06 10:11:57 +08:00
Hui Li ceeddfaadc
Merge pull request #6741 from taosdata/test/TD-4899
add manual test case of subscription with no result file defined
2021-07-06 10:11:50 +08:00
Ping Xiao d390ad7a8e [TD-4983]<test>: add test case for interval boundry 2021-07-05 18:27:32 +08:00
Haojun Liao b2d1471889
Merge branch 'develop' into fix/TD-4947 2021-07-05 18:25:57 +08:00
Ping Xiao 748fadeeff fix taosdemoPerformance.py runtime error 2021-07-05 17:22:45 +08:00
Ping Xiao 18df0e3792 [TD-5000]<test>: add test case for nested query 2021-07-05 14:37:59 +08:00
zhaoyanggh 238925ddbc add manual test case of subscription with no result file defined 2021-07-05 13:26:49 +08:00
happyguoxy d72671fd73 [TD-4985]<test>:test query limit and offset function 2021-07-05 11:37:11 +08:00
happyguoxy 180b8a279f [TD-4985]<test>:test query limit and offset function 2021-07-05 11:36:30 +08:00
happyguoxy ab1fadef86 [TD-4985]<test>:test query limit and offset function 2021-07-05 11:36:06 +08:00
happyguoxy 26e42a0350 [TD-4985]<test>:test query limit and offset function 2021-07-05 11:35:30 +08:00
Zhiyu Yang 7f2e888bbc
[TD-4939]<test>: add a Proxool Connection Pool Demo (#6657)
* [TD-4939]<test>: add a Proxool Connection Pool Demo

* change
2021-07-05 11:15:42 +08:00
wpan aa81373fed support bigint 2021-07-05 10:37:00 +08:00
wpan a97f80070a add udf case 2021-07-05 09:50:23 +08:00
Haojun Liao c4f96ffc98
Merge pull request #6727 from taosdata/feature/query
Feature/query
2021-07-03 15:19:17 +08:00
Haojun Liao 4873f4b970 [td-4865]add test cases. 2021-07-02 22:14:11 +08:00
Haojun Liao 84c8fc9e6c [td-4865]<enhance>: support group by in the outer query. 2021-07-02 18:38:09 +08:00
wpan f1a9b5890f support ts range 2021-07-02 18:18:33 +08:00
Shuduo Sang de69a8a5af
Hotfix/sangshuduo/m2d 20210702 (#6719)
* [TD-4132]<test>: add taosdump-testcase of boundary value testing

* [TD-3952]<test>: add taodemo-testcase that query with restful connector

* merge master

* modify taosdemo-testcase

* add testcase of async subscirbe  and max sql num

* testcase-subscribe of super table

* testcase-modify sub

* modify subscribe testcase

* [TD-4238]<test>: add taodemo-testcase that  records of number in request sql less than 32767

* add taosdemo-subscribe-testcase

* update taosdemo testcase

* temp commit

* temp commit

* temp commit

* temp1

* temp

* [TD-4835] add lua lib

* [TD-4369]<test>: add testcase of resubscibe

* [TD-4826]<fix>: new error code 0x0406 (Dnode is exiting) for tsc

* [TD-4369]<test>: add testcase of resubscibe and json file

* temp

* update master to develop's version

* Update boundary2.py

* [TD-4912]<hotfix>: fix coredump when drop vnode

* Hotfix/sangshuduo/td 3801 taosdump coverity scan issue (#6642)

* [TD-3801]<fix>: taosdump coverity scan issue.

* merge from commit: 069169e7c1 and fix coverity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-4932]fix jenkins errors on master branch (#6645)

* [TD-4932]fix jenkins errors on master branch

* fix

* fix

* fix

* fix

* [TD-4132]<test>:modify taosdump-testcase of column length

* [TD-4918]<fix>: taosdemo subscribe endAfterResume. (#6653)

* [TD-4915]<fix> fix show-create-database except

* Hotfix/sangshuduo/td 4892 taosdemo sub fetch (#6669)

* [TD-4892]<fix>: taosdemo subscribe fetch result.

* fix stbname length.

* restrict prefix length.

* submit empty

* fix minor code.

* fix crash if no result file.

* decrease few debug print level.

* fix offset issue

* [TD-4987]<fix>: issues memory sanitizier detected. (#6675)

* [TD-4826]<fix>: no extra sleep if no message in vwqueue

* [TD-4593]<fix>: fix vnode cannnot close while syncing

* Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume (#6685)

* [TD-4918]<fix>: taosdemo subscribe endAfterResume.

* fix mask length.

* fix heap use-after-free.

* Hotfix/sangshuduo/td 4987 detected by mem sanitizer (#6684)

* [TD-4987]<fix>: issues memory sanitizier detected.

* fix mask width issue.

* [TD-4828]<fix> handle dnode exit code

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6702)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* TD-4835

* only compile in lua

* [td-4748]<fix>:fix the temp file generate buf on windows platform.

* change cmake options

* [TD-5007]<fix>: use build directory's taosdump to test. (#6710)

btw, solve two taosdemo test cases too.

* Hotfix/sangshuduo/td 4838 taosdump binary len bug (#6713)

* [TD-4838]<fix>: taosdump binary length bug.

* taosdump code refactoring.

* fix arm32 compile issue.

Co-authored-by: tomchon <haoran920c@163.com>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: Baosheng Chang <changb9@mcmaster.ca>
Co-authored-by: Hongze Cheng <hzcheng@taosdata.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: Yiqing Liu <yqliu@taosdata.com>
Co-authored-by: Hui Li <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
Co-authored-by: wpan <wpan@taosdata.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: Haojun Liao <hjliao@taosdata.com>
2021-07-02 17:31:12 +08:00
Shengliang Guan 88c283f904
Merge from master into develop (#6709)
* [TD-4132]<test>: add taosdump-testcase of boundary value testing

* [TD-3952]<test>: add taodemo-testcase that query with restful connector

* merge master

* modify taosdemo-testcase

* add testcase of async subscirbe  and max sql num

* testcase-subscribe of super table

* testcase-modify sub

* modify subscribe testcase

* [TD-4238]<test>: add taodemo-testcase that  records of number in request sql less than 32767

* add taosdemo-subscribe-testcase

* update taosdemo testcase

* temp commit

* temp commit

* temp commit

* temp1

* temp

* [TD-4369]<test>: add testcase of resubscibe

* [TD-4826]<fix>: new error code 0x0406 (Dnode is exiting) for tsc

* [TD-4369]<test>: add testcase of resubscibe and json file

* temp

* update master to develop's version

* Update boundary2.py

* [TD-4912]<hotfix>: fix coredump when drop vnode

* Hotfix/sangshuduo/td 3801 taosdump coverity scan issue (#6642)

* [TD-3801]<fix>: taosdump coverity scan issue.

* merge from commit: 069169e7c1 and fix coverity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-4932]fix jenkins errors on master branch (#6645)

* [TD-4932]fix jenkins errors on master branch

* fix

* fix

* fix

* fix

* [TD-4132]<test>:modify taosdump-testcase of column length

* [TD-4918]<fix>: taosdemo subscribe endAfterResume. (#6653)

* [TD-4915]<fix> fix show-create-database except

* Hotfix/sangshuduo/td 4892 taosdemo sub fetch (#6669)

* [TD-4892]<fix>: taosdemo subscribe fetch result.

* fix stbname length.

* restrict prefix length.

* submit empty

* fix minor code.

* fix crash if no result file.

* decrease few debug print level.

* fix offset issue

* [TD-4987]<fix>: issues memory sanitizier detected. (#6675)

* [TD-4826]<fix>: no extra sleep if no message in vwqueue

* [TD-4593]<fix>: fix vnode cannnot close while syncing

* Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume (#6685)

* [TD-4918]<fix>: taosdemo subscribe endAfterResume.

* fix mask length.

* fix heap use-after-free.

* Hotfix/sangshuduo/td 4987 detected by mem sanitizer (#6684)

* [TD-4987]<fix>: issues memory sanitizier detected.

* fix mask width issue.

* [TD-4828]<fix> handle dnode exit code

* Hotfix/sangshuduo/td 3973 use jemalloc for master (#6702)

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* fix retentionpolicy bug

Co-authored-by: tomchon <haoran920c@163.com>
Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: Baosheng Chang <changb9@mcmaster.ca>
Co-authored-by: Hongze Cheng <hzcheng@taosdata.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: Yiqing Liu <yqliu@taosdata.com>
Co-authored-by: Hui Li <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
Co-authored-by: wpan <wpan@taosdata.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
2021-07-02 13:51:18 +08:00
Shuduo Sang 08f11d51ee
[TD-5007]<fix>: use build directory's taosdump to test. (#6711)
btw, solve two taosdemo test cases too.
2021-07-02 10:14:41 +08:00
Shuduo Sang 88cc5e5e87
[TD-5007]<fix>: use build directory's taosdump to test. (#6710)
btw, solve two taosdemo test cases too.
2021-07-01 23:28:19 +08:00
Haojun Liao f2611d084f
Merge pull request #6705 from taosdata/feature/query
Feature/query
2021-07-01 23:11:17 +08:00
Haojun Liao 5f62c311c3
Merge pull request #6694 from taosdata/hotfix/td-4986
[TD-4986]<fix>:fix core when no ts column returned from subquery
2021-07-01 19:16:18 +08:00
Haojun Liao 71367b7836 [td-255] fix a typo 2021-07-01 19:08:43 +08:00
Yiqing Liu d8f06168ae
Merge pull request #6708 from taosdata/test/fix_err_case
fix jenkins err
2021-07-01 18:09:14 +08:00
liuyq-617 788f797ad2 fix jenkins err 2021-07-01 16:53:40 +08:00
Haojun Liao 255d531f92 [td-4988]<fix>: check for having clause in outer query. 2021-07-01 16:53:29 +08:00
Cary Xu 7f49ece341 Merge branch 'develop' into feature/TD-4666 2021-07-01 16:02:31 +08:00
Hui Li ecbf04b233
Merge pull request #6697 from taosdata/test/fix_err_case
fix retention policy error
2021-07-01 14:17:08 +08:00
yihaoDeng d0a59870bb [TD-4947]<fix> handle mixed group by with top/bottom corrupt 2021-07-01 14:08:27 +08:00
liuyq-617 a34b5785dd fix jenkins error 2021-07-01 11:59:07 +08:00
yihaoDeng 5ec984c03f [TD-4947]<fix> handle mixed group by with top/bottom corrupt 2021-07-01 11:27:59 +08:00
liuyq-617 a46e18d95b fix retention policy error 2021-07-01 10:15:45 +08:00
Haojun Liao 3b19e5c819
Merge pull request #6681 from taosdata/hotfix/td-4972
[TD-4972]<fix>:fix error about double precision conversion on ts expr value
2021-07-01 09:59:51 +08:00
Haojun Liao 752e585f33
Merge pull request #6678 from taosdata/feature/query
Feature/query
2021-07-01 09:54:31 +08:00
Hui Li 718500ba18
Merge pull request #6682 from taosdata/xiaoping/add_test_case
[TD-4951]<test>: add test case
2021-07-01 09:46:18 +08:00
Shenglian Zhou 72d8302f9d [TD-4972]<fix>:fix error about double precision conversion on timestamp expr value 2021-06-30 16:57:19 +08:00
Shenglian Zhou fab17bf797 [TD-4986]<fix>:fix core when no ts returned from subquery 2021-06-30 16:48:49 +08:00
liuyq-617 e7cc15a861 fix retention case error 2021-06-30 16:30:46 +08:00
Ping Xiao 3f5f0261f2 [TD-4951]<test>: add test case 2021-06-30 15:12:32 +08:00
wpan 45cd731d7b support range merge 2021-06-30 13:16:08 +08:00
Haojun Liao 941e69da9d
Merge pull request #6644 from taosdata/feature/m2d4
merge from master into develop
2021-06-30 11:29:31 +08:00
Haojun Liao 1f670fc95a [td-225]update the sim. 2021-06-30 11:27:17 +08:00
Cary Xu 33c6b5cec7 Merge branch 'develop' into feature/TD-4666 2021-06-30 10:39:57 +08:00
Haojun Liao 52d1ae7d8b
Merge pull request #6655 from taosdata/feature/query
Feature/query
2021-06-29 19:27:52 +08:00
tomchon c0e4296d15 [TD-4552]<test>: update testcase that compressing wal logs 2021-06-29 19:17:13 +08:00
bryanchang0603 d654a5c762 [TD-4927] update test case 2021-06-29 18:22:10 +08:00
liuyq-617 2badb991d7 Merge branch 'feature/query' of github.com:taosdata/TDengine into feature/query 2021-08-10 14:30:43 +08:00
liuyq-617 0a45ee6812 [TD-4967]<test>update retention policy testcase 2021-08-10 14:30:37 +08:00
Haojun Liao ccb66fca0c [td-4969]<enhance>:enable the interval value to be 1us. 2021-06-29 13:18:30 +08:00
Haojun Liao 25d2821d78 [td-225]fix bug found by regression test. 2021-06-29 10:41:19 +08:00
Haojun Liao 8a79e00e4d [td-4791]<fix>:fix bug in nest query. 2021-06-29 16:55:59 +08:00
tomchon 7b9663b41a Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-06-28 18:50:25 +08:00
tomchon f5f56ae280 [TD-4132]<test>:modify taosdump-testcase of column length 2021-06-28 18:50:11 +08:00
wpan 5712f7a2d7 Merge branch 'develop' into feature/TD-2581 2021-06-28 18:32:52 +08:00
Hui Li 159d3203dc
Merge pull request #6624 from taosdata/test/TD-4868
[TD-4868]add taosdump test to full test
2021-06-28 18:01:12 +08:00
Hui Li d4f2858a21
Merge pull request #6626 from taosdata/test/util/taosdemoCfg
taosdemoCfg adding how to use and minor bug fix
2021-06-28 18:00:44 +08:00
Haojun Liao 839ad25fee [td-4905]<fix>:fix import caused crash. 2021-06-28 11:12:39 +08:00
Shengliang Guan 90ce44fd6e Merge branch 'master' into feature/m2d4 2021-06-28 09:50:35 +08:00
Haojun Liao 11761d016d [td-4894]<fix>:fix bug in group by normal columns. 2021-06-25 23:10:10 +08:00
Baosheng Chang ae1fcd260a
update master to develop's version 2021-06-25 18:52:40 +08:00
Haojun Liao 4f5979bbbc Merge branch 'develop' into feature/query 2021-06-25 03:30:57 -07:00
tomchon c62695028f temp 2021-06-25 18:05:00 +08:00
tomchon bcfb8b1fe1 [TD-4369]<test>: add testcase of resubscibe and json file 2021-06-25 16:49:47 +08:00
tomchon 84d3a5e77b Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-06-25 15:55:30 +08:00
bryanchang0603 022d6ea765 taosdemoCfg adding how to use and minor bug fix 2021-06-25 15:41:47 +08:00
tomchon 39604d7726 [TD-4369]<test>: add testcase of resubscibe 2021-06-25 15:21:14 +08:00
zhaoyanggh 71bc5842d0 [TD-4868]add taosdump test to full test 2021-06-25 15:02:59 +08:00