Commit Graph

2142 Commits

Author SHA1 Message Date
Ganlin Zhao fbf76a3705 [TD-5922]<test>: add unitest cases 2021-08-10 18:46:55 +08:00
liuyq-617 4a210d7934 test[ci skip] 2021-08-10 18:09:41 +08:00
Yiqing Liu 9dd7b0e65f
Merge branch 'develop' into test/skci_dev 2021-08-10 18:08:38 +08:00
liuyq-617 78844c5ea8 [TD-5907]add some nodes[ci skip] 2021-08-10 18:06:54 +08:00
jiajingbin 28725856d7 [TD-5918]<test>bug fixed in branch fix/TD-5918
modify testcases

test maxWildCardsLength=16384 by manual
2021-08-10 07:01:41 -03:00
Cary Xu 40073e196d Merge branch 'master' into hotfix/td-5765 2021-08-10 17:56:29 +08:00
Ping Xiao ca5f589d85 [TD-5707]<test>: add test case 2021-08-10 11:27:19 +08:00
Ping Xiao f07267ebbf [TD-5707]<test>: add test case 2021-08-10 11:24:52 +08:00
Haojun Liao 2e62d8d811 [td-225]merge develop. 2021-08-10 11:21:46 +08:00
dapan1121 75fdd8b87f
Merge pull request #7252 from taosdata/fix/TD-5578
[TD-5578]<fix> add show like wild cards max length
2021-08-10 09:41:55 +08:00
tomchon a0b9439e22 [TD-4840]<test>:modify testcase of tsdb meta compressed 2021-08-09 21:21:22 +08:00
jiajingbin dd2c83fc28 [TD-5616]<test>: finish like wildcard max_length test
add getVariable() to util/sql.py

add 4 testcases to query/queryWildcardLength.py

leave a uncorrelated bug ---> TD-5918
2021-08-09 08:29:13 -03:00
wpan 7b67e43c1b Merge branch 'develop' into feature/TD-2581 2021-08-09 16:09:22 +08:00
dapan1121 133adc9831
Merge pull request #7173 from taosdata/feature/td-5803
revive show vnodes with dnode ep
2021-08-09 13:29:18 +08:00
dapan1121 8357859abe
Merge pull request #7178 from taosdata/feature/td-5806
[TD-5806]<feature>:add role_time to show mnodes
2021-08-09 13:28:55 +08:00
Haojun Liao 37605b1339
Merge pull request #7113 from taosdata/fix/TD-5578
[TD-5578]<fix> the max length of like condition can be configured
2021-08-09 10:31:20 +08:00
Haojun Liao eedda9aad2
Merge pull request #7062 from taosdata/fix/TD-5505
add support for parsing timestamp with both letter 'T' and whitespace as timezone indicator or no delimiter
2021-08-09 10:31:00 +08:00
Shengliang Guan adb5b0f927 Merge from master 2021-08-09 10:19:17 +08:00
Hongze Cheng 1a87c8f45d
Merge pull request #7188 from taosdata/hotfix/TD-5812
hotfix/TD-5812
2021-08-09 09:34:01 +08:00
wpan 28692a51cc Merge branch 'develop' into feature/TD-2581 2021-08-09 09:23:12 +08:00
Shuduo Sang de4879f967
Feature/sangshuduo/td 5844 cmdline parameters align (#7229)
* [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
2021-08-07 15:41:02 +08:00
Hui Li bacb85867a
Merge pull request #7228 from taosdata/test/case_over
<test>: modify test case about taosdemo nanosupport !
2021-08-07 10:26:35 +08:00
Linhe Huo 5823bcfc3b
[TD-3048]<feature>: support lines/stream/query_a/stop_query/ and so on. (#7079)
* [TD-3048]<feature>: support lines/stream/query_a/stop_query/ and so on.

commit 0edc106a76a95b28e65019c2ee4e4ed84530ad35
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 21:13:13 2021 +0800

    doc: improve document for python connector

commit 84915de0831b49c8378a16242dd0dbba8aaf386f
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 20:35:45 2021 +0800

    chore: add time elapsed

commit 1e8822e01bda96388a359363776792e261260b88
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 20:26:01 2021 +0800

    feat: support multi bind

commit 82d823f6194471fd3324b50f7dfba0ee9f10a7dd
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 16:42:05 2021 +0800

    feat: python support for async query and subscribe with callback

commit 8b9d36de2945906821225189cb47958e153d81e2
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed Jul 28 18:09:09 2021 +0800

    feat: finish stream and stmt interface

commit bc871aa43e9fc28dd1b3f8784a8ac6ee988564b5
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Mon Jul 26 20:21:27 2021 +0800

    feat: basic full-fetured implementations

commit e5f7a5213e9016c377a57485e8d5c12139ce0957
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Fri Jul 23 10:33:14 2021 +0800

    tmp: refactor

* chore: fix insert/line_insert.py error

* [TD-3048]<fix>: fix tests error

* [TD-3049]<feature>: support stop_query in python connector cursor

* [TD-3048]<doc>: improve python connector document

* [TD-3048]<doc>: improve python connection README

* [TD-3048]<hotfix>: fix python2 install and runtime error

* chore: replace insertLines with insert_lines

* chore: fix misspellings

* chore: fix crash gen error in threading

* feat: support __del__ method for simplify

* test: fix subscription test result check

* chore: compatible with 2.0.20

* chore: fix python connector subscription test case

* [TD-3048]<fix>: fix schemaless insert test

* [TD-3048]<fix>: fix memory leak in crash_gen test case

* [TD-3048]<fix>: minor fix for crash gen memory leak

* [TD-3048]<fix>: set minimal required python3 as 3.4

* chore: update version in setup.py

* [TD-3048]<fix>: fix runtime errors in python3.4

* [TD-3048]<fix>: add typing as a dependency
2021-08-07 08:00:37 +08:00
wenzhouwww 3aba1df2f3 <test> fix an test case error ! 2021-08-06 19:52:39 +08:00
wenzhouwww ac746e6d8e <test>: remove an not exist test case! 2021-08-06 19:23:40 +08:00
wenzhouwww 95d8b71304 <test> : remove an not exists test case! 2021-08-06 19:16:04 +08:00
wenzhouwww d628bb3704 <test>: set run case in fulltest.sh 2021-08-06 18:22:11 +08:00
wenzhouwww c76196f0f9 <test>: modify test case about taosdemo nanosupport ! 2021-08-06 18:16:48 +08:00
jiajingbin b6280cee58 [TD-5816]<test>: add testcase alter/alterColMultiTimes.py for TD-5816
fix a small-probability bug for insert/schemalessInsert.py
2021-08-06 03:50:27 -03:00
Hui Li f5cb3ad46f
Merge pull request #7187 from taosdata/test/td-5159
[TD-5159]<test>: fix a small-probability bug for insert/schemalessInsert.py and append two manual scripts
2021-08-06 14:20:45 +08:00
wenzhouwww 7b7f5ca5b4 <test> : remove some case in fulltest.sh to make sure test can runing pass on CI 2021-08-06 10:49:04 +08:00
Cary Xu 3c566750aa [TD-5765]<hotfix>:check max length when alter tag value 2021-08-06 10:23:39 +08:00
wenzhouwww abfbaf8d3c <test> modify fulltest.sh to runing pass in CI ! 2021-08-06 10:17:13 +08:00
Hui Li e6b098caf2
Merge pull request #7174 from taosdata/test/TD-5369master
[TD-5369]<test> : "fix an error about test case for subscribe !"
2021-08-05 22:40:24 +08:00
Hui Li cb3f7af146
Merge pull request #7202 from taosdata/xiaoping/add_test_case
[TD-5730]<test>: update performance test script
2021-08-05 22:35:40 +08:00
Ping Xiao 5fb90d5dc3 [TD-5730]<test>: add test case 2021-08-05 21:00:02 +08:00
Ping Xiao ba4ae0bc84 [TD-5730]<test>: add test case 2021-08-05 20:56:57 +08:00
tomchon 67040b64cc [TD-5114]<test>: add testcase of rollUpgrading 2021-08-05 18:23:54 +08:00
tomchon 7346cdeba5 [TD-4840]<test>:modify testcase of tsdb meta compressed 2021-08-05 18:22:50 +08:00
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
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 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
wangmm0220 472dc13365 [TD-5650]<fix> fix test case 2021-08-03 16:34:39 +08:00
Ping Xiao ad05808c01 remove duplicae file: operator.py 2021-08-03 11:23:59 +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
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
shenglian zhou 754b7b4241 [TD-5659]<fix>:start taos processing with subprocess instead of internal function 2021-07-31 11:23:23 +08:00
jiajingbin 92ea7517f6 add tdSql.execute('reset query cache') to function resHandle() 2021-07-30 17:40:02 +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
liuyq-617 72a05d1e80 fix 2021-07-30 09:32:13 +08:00
liuyq-617 3f7239b916 change 2021-07-29 18:18:06 +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
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
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
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
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
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
Hui Li b73a2f7070
Merge branch 'develop' into test/TD-5369 2021-07-28 10:37:41 +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
Haojun Liao 220f667042
Merge pull request #6985 from taosdata/feature/TD-5438
TD-5438
2021-07-27 18:05:43 +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
wenzhouwww 74fa1114f3 [TD-5369]<test> change the nums of tables and insert rows! 2021-07-27 11:06:04 +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
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 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
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
jiajingbin f07b4f55dd save 2021-07-26 01:14:53 +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
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
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
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
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
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
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
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
zhaoyanggh e43e672327 [TD-5038] test case for flushing while drop database 2021-07-20 15:13:21 +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
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
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
tomchon a4e6c27f9c Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-18 21:08:52 +08:00
Shengliang Guan ca59d8972a Merge remote-tracking branch 'origin/develop' into feature/m2d6 2021-07-17 10:19:56 +08:00
yihaoDeng 58ba4d0081 [TD-5055]<fix> handle incorret resul 2021-07-16 23:38:11 +08:00
shenglian zhou f79e53e36d fix tstrerror code 2021-07-16 22:28:47 +08:00
Cary Xu 3ecbc86054 Merge branch 'develop' into feature/TD-4666 2021-07-16 19:18:20 +08:00
Shengliang Guan 195ce6d133 Merge from master into develop 2021-07-16 14:01:22 +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
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
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
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
shenglian zhou 54ca09468d modify test to comply with new parser 2021-07-15 08:19:48 +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
tomchon eaf84f0fb7 [TD-4840]<test>add testcase of compacting sdb 2021-07-14 18:14:01 +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
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
tomchon 319b8412e4 [TD-5219]<release>modify make_install.sh 2021-07-13 18:11:31 +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
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
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 4f0266b390 [TD-5087]<test>: update testcase that compressing wal logs 2021-07-12 14:19:51 +08:00
kailixu 048c8dedd9 test case adaption for 4096 2021-07-11 21:24:35 +00:00
tomchon befa257a86 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-09 02:45:28 +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
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
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
wpan beff12c7ba fix bug issue 2021-07-06 11:47:18 +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
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
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
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
liuyq-617 a34b5785dd fix jenkins error 2021-07-01 11:59:07 +08:00
liuyq-617 a46e18d95b fix retention policy error 2021-07-01 10:15:45 +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
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
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 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 0a45ee6812 [TD-4967]<test>update retention policy testcase 2021-08-10 14:30:37 +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
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
Shengliang Guan 90ce44fd6e Merge branch 'master' into feature/m2d4 2021-06-28 09:50:35 +08:00
Baosheng Chang ae1fcd260a
update master to develop's version 2021-06-25 18:52:40 +08: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
Hui Li d51559961d
Merge pull request #6616 from taosdata/test/TD-4868
add test case to verify taosdump with binary and nchar data
2021-06-25 14:56:41 +08:00
happyguoxy 2b879fb158 [TD4824]<in function,add data type like timestamp,float and double> 2021-06-25 13:49:07 +08:00
zhaoyanggh 53f12701f7 add test case to verify taosdump with binary and nchar data 2021-06-25 09:07:12 +08:00
tomchon e143c34c7b comment "nestedQuery/queryInterval.py" 2021-06-24 17:59:13 +08:00
Hui Li c1b8fd5a60
Merge pull request #6594 from taosdata/test/util/taosdemoCfg
pytest utils add taosdemoCfg.py
2021-06-24 14:00:19 +08:00
Hui Li 60c326f954
Merge pull request #6583 from taosdata/dev/chr
[TD-4314]<test>: add testcase of nested query  with top/bottom function
2021-06-24 13:55:16 +08:00
Haojun Liao 18bee12d36
Merge pull request #6586 from taosdata/feature/TD-4098
[TD-4098]<feature> refactor IN filter
2021-06-24 10:27:25 +08:00
bryanchang0603 1583f180d4 pytest utils add taosdemoCfg.py 2021-06-23 15:09:59 +08:00
yihaoDeng 6bc71839b1 [TD-4098]<feature> refactor IN filter 2021-06-23 11:17:16 +08:00
Ping Xiao 3626a2de18 update docker cluster script 2021-06-23 10:12:45 +08:00
Shengliang Guan 2e91314d38
Merge pull request #6574 from taosdata/feature/m2d3
Feature/m2d3
2021-06-23 09:01:56 +08:00
tomchon 106bbc7e63 [TD-4314]<test>: add testcase of nested query with top/bottom function 2021-06-22 18:42:31 +08:00
tomchon e76d2ca904 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-22 15:10:47 +08:00
Haojun Liao f690127a97
Merge pull request #6549 from taosdata/feature/TD-4734
[TD-4734]<feature> session_window and state window support main query
2021-06-22 15:04:46 +08:00
Shengliang Guan 5fa02912f2 Merge from master 2021-06-22 14:53:38 +08:00
yihaoDeng b533fb04d6 [TD-4098]<feature> refactor IN filter 2021-06-22 08:48:44 +08:00
tomchon 07c99df669 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-06-21 16:17:28 +08:00
Haojun Liao ceb2aa726b
Merge pull request #6510 from taosdata/origin/feature/TD-3086
[TD-3085] tags support timestamp
2021-06-21 15:30:19 +08:00
Hui Li d78fea6d2c
Merge pull request #6545 from taosdata/test/TD-4652
Test/td 4751
2021-06-21 10:05:45 +08:00
yihaoDeng 65eeca1964 [TD-4734]<feature> session_window and state window support main query 2021-06-20 21:51:15 +08:00
liuyq-617 c271e5f2a1 [TD-4773]<test>add test for binary insert 2021-06-19 11:32:54 +00:00
tomchon 7d6f3b5b28 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-19 17:32:43 +08:00
tomchon a0be6d9288 [TD-45145]<test>: add testcase of stat_window function 2021-06-19 17:02:09 +08:00
tomchon 643807e663 [TD-45145]<test>: add testcase of stat_window function 2021-06-19 16:25:11 +08:00
bryanchang0603 a1d95323c0 [TD-4751] minor modification 2021-06-19 13:28:41 +08:00
bryanchang0603 55757e1623 Merge branch 'develop' into test/TD-4652 2021-06-19 13:06:06 +08:00
Yiqing Liu 0c93fff0d2
[TD-4774]Ignore some errors in valgrind (#6544) 2021-06-19 11:43:37 +08:00
tomchon ca30708ce1 [TD-4509]<test>: add testcase of irate function 2021-06-19 11:17:31 +08:00
tomchon 91c557d99d [TD-4509]<test>: add testcase of irate function 2021-06-19 10:58:26 +08:00
liuyq-617 79616ad1f7 [TD-4774]Ignore some errors in valgrind 2021-06-19 02:46:20 +00:00
tomchon fd9ca1e964 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-19 10:41:49 +08:00
tomchon e5f2bab3a6 [TD-4509]<test>: add testcase of irate function 2021-06-19 10:41:42 +08:00
Haojun Liao d3702a7dbd
Merge branch 'develop' into origin/feature/TD-3086 2021-06-18 22:07:29 +08:00
Hui Li 5bafad7a77
Merge pull request #6524 from taosdata/xiaoping/add_test_case
[TD-4733]<test>: add test case for derivative function
2021-06-18 18:54:20 +08:00
Shuduo Sang 945354280c
Feature/sangshuduo/td 4752 python support ns (#6534)
* [TD-4752]<feature>: python connector support nanosecond.

* [TD-4752]<feature>: support nanosecond in test framework.

return integer for nanosecond in connector since python does not support nanosecond yet.
2021-06-18 18:34:54 +08:00
cpwu 9714f60ede [TD-4724] <test> add case for td-4724 2021-06-18 14:56:30 +08:00
tomchon 2d31636651 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-18 10:32:49 +08:00
bryanchang0603 23117de9a0 [TD-4652] update nanoSecondCheck.py 2021-06-18 09:59:29 +08:00
Ping Xiao 958d2454df [TD-4733]<test>: add test case for derivative function 2021-06-17 17:29:25 +08:00
happyguoxy ad46ff86fe [TD4541]<modify length>[TD4568]<in function> 2021-06-17 15:05:14 +08:00
happyguoxy e3bdca23b3 [TD4568]<in function> 2021-06-17 15:03:46 +08:00
happyguoxy 1edb4960cd [TD4541]<modify length> 2021-06-17 15:02:49 +08:00
bryanchang0603 516f427655 Merge branch 'develop' into test/TD-4652 2021-06-17 14:27:34 +08:00
bryanchang0603 ee74391f99 modify the file, waiting for connector 2021-06-17 14:24:21 +08:00
tomchon 8015a2a490 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-06-17 11:33:31 +08:00
tomchon 923234a0a2 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-17 11:11:14 +08:00
huili 3e928774d1
Merge pull request #6485 from taosdata/test/TD-4366
[TD-4366] adding more ntp. try to make sure ntp is turned on
2021-06-17 11:04:16 +08:00
yihaoDeng 100b244326 [TD-3086]<feature> add test case 2021-06-16 22:31:57 +08:00
yihaoDeng 5beba81c40 [TD-3086]<feature> add test case 2021-06-16 22:30:23 +08:00
yihaoDeng d5b0ac80c3 [TD-3086]<feature> add test case 2021-06-16 22:28:13 +08:00
tomchon c6d6ba3fd1 [TD-45145]<test>: add testcase of stat_window function 2021-06-16 20:54:08 +08:00
tomchon 2042f2173d Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-16 17:58:26 +08:00
haojun Liao bda6a93f28
Merge pull request #6477 from taosdata/hotfix/td-4681
[TD-4681]<fix>: return invalid operator for not equal on primary ts column
2021-06-16 10:16:29 +08:00
haojun Liao 9646a71848
Merge pull request #6478 from taosdata/hotfix/td-4681-2
[TD-4681]<fix>: return invalid operation for not equal on primary ts
2021-06-16 10:16:13 +08:00
bryanchang0603 86414f03ef [TD-4366] removing time alter test case from auto test 2021-06-16 09:05:46 +08:00
bryanchang0603 04b3a7d482 [TD-4652] update test case 2021-06-15 19:49:40 +08:00
bryanchang0603 545f2127e1 [TD-4366] retry to commit 2021-06-15 18:09:47 +08:00
bryanchang0603 73f277c9dc Merge branch 'develop' into test/TD-4366 2021-06-15 17:00:44 +08:00
Baosheng Chang afaf036d35
Update fulltest.sh 2021-06-15 16:54:20 +08:00
bryanchang0603 90cc682dd3 removing from the auto test 2021-06-15 16:27:20 +08:00
Shuduo Sang be347199c4
Hotfix/sangshuduo/td 4025 fix travis ci broken (#6493)
* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

change focal to bionic.

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8 and pip, setuptools

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8, and install pip and setuptools

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

modify smoketest.sh to python3.8

* fix timezone build error with clang/linux.

* change fixed version python 3.8 to 3.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-15 14:49:44 +08:00
liuyq-617 a56a1cbf17 [TD-4695]<test>update case for <> on primary ts 2021-06-15 14:16:10 +08:00
liuyq-617 b5c0cab285 [TD-4695]<test>update case for <> on primary ts 2021-06-15 14:08:28 +08:00
bryanchang0603 7247919b76 [TD-4711] trying to solve the problem of ntp not swtich on 2021-06-15 13:08:31 +08:00
bryanchang0603 08a9a1f765 [TD-4711] trying to solve the problem of ntp not swtich on 2021-06-15 13:05:30 +08:00
bryanchang0603 67d6339f1a [4711] uncomment the test case in fulltest.sh 2021-06-15 12:48:02 +08:00
shenglian zhou a36b21e8b2 [TD-4681]<fix>: return invalid operator for not equal on primary timestamp column 2021-06-15 11:58:32 +08:00
shenglian zhou 76720f8cd0 [TD-4681]<fix>: return invalid operation for not equal on primary ts column 2021-06-15 11:50:59 +08:00
bryanchang0603 0bfce14e70 resolve conflict 2021-06-15 11:22:59 +08:00
Jun Li b79839b5c9
Change pyhon3.8 to python3 for compatability with 3.x (#6489) 2021-06-15 10:21:38 +08:00
bryanchang0603 1a5aac6eeb [TD-4366 adding sleep to prevent time problem] 2021-06-15 10:04:44 +08:00
Baosheng Chang 3d765f3a32
Update fulltest.sh 2021-06-15 09:47:01 +08:00
bryanchang0603 881a550623 [TD-4366 adding sleep to prevent time problem] 2021-06-15 09:24:15 +08:00
huili 98de9c0534
Merge pull request #6482 from taosdata/xiaoping/add_test_case
[TD-4663]<test>: add test case for derivative function
2021-06-14 08:39:53 +08:00
Shengliang Guan 0eb2de4d7b merge from master 2021-06-12 10:11:56 +08:00
bryanchang0603 b01865f6c4 [TD-4366] adding more ntp. try to make sure ntp is turned on 2021-06-11 22:17:38 +08:00
Ping Xiao 56ea4ccf8e Merge branch 'develop' into xiaoping/add_test_case 2021-06-11 16:50:19 +08:00
Ping Xiao 8dfb92362f [TD-4663]<test>: add test case 2021-06-11 16:50:06 +08:00
bryanchang0603 a7762c65a9 [TD-4652] adding exception tests 2021-06-11 16:13:29 +08:00
bryanchang0603 308d87c84a [TD-4652] add test case 2021-06-11 15:52:07 +08:00
bryanchang0603 202ae02600 Merge branch 'develop' into test/TD-4652 2021-06-11 15:51:07 +08:00
bryanchang0603 cd3fb30a6c [TD-4652] adding test case 2021-06-11 14:07:41 +08:00
tomchon 6ea659d116 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-06-11 11:17:45 +08:00
huili 0e9c10496b
Merge pull request #6451 from taosdata/test/TD-4473
[TD-4473] update alter keep test
2021-06-11 10:42:12 +08:00
huili d5f2387540
Merge pull request #6447 from taosdata/test/TD-4526
Test/td 4526
2021-06-11 10:42:06 +08:00
huili a18dabb127
Merge pull request #6446 from taosdata/test/SessionWindow
test session on second timestamp fields
2021-06-11 10:41:58 +08:00
happyguoxy 6b428ce341 [TD-i4610]<add special> 2021-06-10 19:26:23 +08:00
happyguoxy b93129fea5 [TD4610]<check special> 2021-06-10 19:06:30 +08:00
bryanchang0603 40dcbb41f2 [TD-4473] update alter keep test 2021-06-10 18:29:32 +08:00
codedump 1970a31b00
Merge pull request #6409 from taosdata/feature/TD-3963
[TD-3963]alter db rpc return when vnode response
2021-06-10 17:49:21 +08:00
bryanchang0603 c4d2987b4b [TD-4526] updating fulltest.sh due to removed file 2021-06-10 17:38:49 +08:00
tomchon 7e7a70b74c Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-10 15:57:30 +08:00
tomchon 176f1e018d [TD-4314]<test>: add testcase of nested query with top/bottom function 2021-06-10 15:51:55 +08:00
liuyq-617 9d6b8470e7 test session on second timestamp fields 2021-06-10 07:13:00 +00:00
bryanchang0603 b3bb55d0ee [TD-4526]add test case to fulltest.sh 2021-06-10 15:12:47 +08:00
bryanchang0603 56f28405ba Merge branch 'develop' into test/TD-4526 2021-06-10 14:26:33 +08:00
bryanchang0603 4defd5a614 [TD-4526]adding exception test case 2021-06-10 14:24:47 +08:00
bryanchang0603 eca829fe79 [TD-4526]adding exception test case 2021-06-10 14:24:18 +08:00
huili 13b5d14e21
Merge pull request #6432 from taosdata/test/SessionWindow
[TD-4043]<test>add some scenarios for session window
2021-06-10 14:03:35 +08:00
huili 9eea7a33cb
Merge pull request #6439 from taosdata/xiaoping/add_test_case
[TD-4602]<test>: add test case: diff function for super table
2021-06-10 14:03:28 +08:00
bryanchang0603 97f8305ca9 [TD-4658] minor fix 2021-06-10 11:34:24 +08:00
bryanchang0603 4395709e92 [TD-4658] community test case minor fix 2021-06-10 11:25:12 +08:00
bryanchang0603 1b1a01fd46 [TD-4658] adding community test case 2021-06-10 11:09:13 +08:00
bryanchang0603 55b4a9339d [TD-4658] update enterprise test part 2021-06-10 10:47:30 +08:00
lichuang b84c533244 [TD-3963]sleep more time to see test result 2021-06-10 10:16:35 +08:00
lichuang e90378b3de Merge branch 'develop' into feature/TD-3963 2021-06-09 22:53:52 +08:00
Shengliang Guan d74684fa45 Merge remote-tracking branch 'origin/develop' into feature/m2d 2021-06-09 22:40:18 +08:00
haojun Liao 0cea3ab9ed
Merge pull request #6422 from taosdata/feature/TD-2942
[TD-2942]keep improvement
2021-06-09 22:03:31 +08:00
Shengliang Guan 1dee25264c Merge remote-tracking branch 'origin/develop' into feature/m2d 2021-06-09 20:15:16 +08:00
Shengliang Guan 47ec533542
Merge pull request #6405 from taosdata/test/TD-4366
Test/td 4366
2021-06-09 20:03:47 +08:00
Shengliang Guan e14310a50c merge from master 2021-06-09 19:59:43 +08:00
tomchon 2c83206d65 [TD-4314]<test>: add testcase of nested query with top/bottom function 2021-06-09 19:26:17 +08:00
Ping Xiao b4f6e6f941 [TD-4630]<test>: add exception handling for restful insert 2021-06-09 18:46:15 +08:00
Ping Xiao 5a0d44a82f [TD-4602]<test>: add test case: diff function for super table 2021-06-09 18:31:08 +08:00
dapan ebb15e0e6a Merge branch 'develop' into feature/TD-2942 2021-06-09 17:39:20 +08:00
tomchon 7de7e54c95 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-09 16:26:09 +08:00
tomchon 3f940428cb modify nestedquery testcase 2021-06-09 16:25:49 +08:00
dapan 922736fed5 fix case issue 2021-06-09 15:29:10 +08:00
tomchon 6f6a02f8c2 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-06-09 13:29:43 +08:00
tomchon 4949dd4671 temp 2021-06-09 11:12:42 +08:00
liuyq-617 4571590797 add some scenarios 2021-06-09 03:06:29 +00:00
Shengliang Guan 017299c082 Merge from master 2021-06-09 10:23:11 +08:00
liuyq-617 5511dcb0c7 [TD-4553]<test>fix timestamp error 2021-06-08 08:05:08 +00:00
Ping Xiao 5ff935c509 Fix test failure 2021-06-08 14:31:09 +08:00
bryanchang0603 9c1457a3aa [TD-4473] modifying two cases to auto test with minor modification 2021-06-08 11:16:28 +08:00
Ping Xiao fd155d4245 update test case 2021-06-08 11:15:12 +08:00
lichuang 97a2cdbfbd [TD-3963]alter db rpc return when vnode response 2021-06-08 10:59:36 +08:00
lichuang 68c7fc493d [TD-3963]alter db rpc return when vnode response 2021-06-08 10:54:51 +08:00
huili 9468f45876
Merge pull request #6398 from taosdata/test/SessionWindow
[TD-4043]<test>case for session window
2021-06-08 09:33:40 +08:00
huili e985923714
Merge pull request #6402 from taosdata/xiaoping/add_test_case
[TD-4421]<test>: add test case for subquery with filter
2021-06-08 09:33:21 +08:00
bryanchang0603 b7c0995f87 [TD-4473] remove old file 2021-06-08 09:15:10 +08:00
bryanchang0603 881b267d2f [TD-4473] revertalterkeep.py to older version 2021-06-08 09:13:25 +08:00
tomchon 1b78353009 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-07 20:44:27 +08:00
tomchon c2fcab0a0d [TD-4312]<test>: add testcase of nested query with interval function 2021-06-07 20:44:07 +08:00
Ping Xiao d87cc3b641 [TD-4421]<test>: add test case for subquery with filter 2021-06-07 18:31:39 +08:00
liuyq-617 034cd7d8bc [TD-4043]<test>case for session window 2021-06-07 09:14:24 +00:00
haojun Liao 85d3a7a207
Merge pull request #6386 from taosdata/feature/TD-4426
Feature/td 4426
2021-06-07 17:00:59 +08:00
bryanchang0603 cd54930352 adding comments to alter_test.py 2021-06-07 11:32:35 +08:00
bryanchang0603 cbb3b39e74 append alter_keep.py into the branch 2021-06-07 11:29:51 +08:00
tomchon e629395413 add compacting wal log testcase into fulltest.sh 2021-06-05 18:34:36 +08:00
tomchon 3a91e8ea84 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-05 16:24:51 +08:00
tomchon 046ec16ac4 [TD-4552]<test>: add testcase that compact wal file with replica 2021-06-05 16:24:30 +08:00
Ping Xiao d2c1841410 [TD-3938]<test>: add script to detect coredump file 2021-06-05 15:43:05 +08:00
Ping Xiao 51ecfc0486 [TD-3938]<test>: add test case 2021-06-05 15:40:31 +08:00
huili d284cf5493
Merge pull request #6363 from taosdata/test/TD-4463
Test/td 4463
2021-06-05 14:22:59 +08:00
yihaoDeng bb19833711 [TD-4426]<fix> add test case 2021-06-05 06:06:09 +08:00
Ping Xiao 15aecd4882 [TD-4505]<test>: add test case for last_row() 2021-06-04 16:52:18 +08:00
Shengliang Guan b569652150
Merge pull request #6368 from taosdata/fix/TD-4412
[TD-4412]<fix>: add new configuration parameter for db option cachelast
2021-06-04 15:03:26 +08:00
Minglei Jin 0a86ce884e [TD-4412]<fix>: add new configuration parameter for db option precision 2021-06-04 13:19:29 +08:00
lichuang 864b0d2792 Merge branch 'feature/TD-3963' of github.com:taosdata/TDengine into feature/TD-3963 2021-06-04 11:23:19 +08:00
Minglei Jin e4c10a3e24 test/offlineThreshold: fix index in show variables; 2021-06-04 10:24:56 +08:00
tomchon 2ff6b5166b Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-04 10:22:30 +08:00
Shengliang Guan 77f208001a Merge from master 2021-06-03 21:23:41 +08:00
Ping Xiao 61f8139178 update test case 2021-06-03 18:17:22 +08:00
bryanchang0603 f797c397e4 [TD-4463] enterprise test pass 2021-06-03 16:54:15 +08:00
bryanchang0603 904bf2381e [TD-4463] modifying test case for community version 2021-06-03 16:04:48 +08:00
bryanchang0603 91d2d3b85a [TD-4463]rewrite the case to fit develop and community 2021-06-03 15:29:23 +08:00
tomchon f8d81ede65 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-03 15:03:52 +08:00
bryanchang0603 72e981ef86 Merge branch 'develop' into test/TD-4463 2021-06-03 14:56:36 +08:00
bryanchang0603 ee9b45ef7d [TD-4523] add test case 2021-06-03 11:37:48 +08:00
huili b6f048f801
Merge pull request #6350 from taosdata/test/TD-4475
Test/td 4475
2021-06-03 10:13:14 +08:00
tomchon 73b6c43496 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-06-03 06:26:52 +08:00
haojun Liao 5a2c3eda33
Merge pull request #6343 from taosdata/feature/TD-4399
[TD-4399]modify column length
2021-06-02 22:23:16 +08:00
haojun Liao 80096c4619
Merge pull request #6341 from taosdata/feature/TD-4294
[TD-4294]<test case>
2021-06-02 22:21:09 +08:00
tomchon d01ea3012a [TD-4290]<test>: modify testcase that compact wal file 2021-06-02 21:24:30 +08:00
tomchon 17077cb92d add sleep when start compacting 2021-06-02 17:46:48 +08:00
tomchon e2d693718b Merge branch 'develop' into dev/chr 2021-06-02 17:21:45 +08:00
tomchon 119537014b [TD-4290]<test>: modify testcase that compact wal file 2021-06-02 17:18:34 +08:00
bryanchang0603 b441e52b71 Merge branch 'develop' into test/TD-4475 2021-06-02 17:04:48 +08:00
bryanchang0603 e39c9eed5d [TD-4476] modified test case 2021-06-02 17:03:55 +08:00
bryanchang0603 3a12c502c7 [TD-4475] remove temp file 2021-06-02 16:38:57 +08:00
bryanchang0603 97e9070a21 [TD-4476] test case finished 2021-06-02 16:34:41 +08:00
bryanchang0603 49e0643bf2 [TD-4463] update boundary case and error case 2021-06-02 16:02:06 +08:00
bryanchang0603 f74818a3dd Merge branch 'develop' into test/TD-4463 2021-06-02 15:07:57 +08:00
bryanchang0603 3b867c876d [TD-4476] add manual test case 2021-06-02 15:07:17 +08:00
dapan1121 f603458a5e Merge branch 'develop' into feature/TD-4399 2021-06-02 14:08:25 +08:00
liuyq-617 d4a215dd8a fix timezone error 2021-06-02 05:52:00 +00:00
bryanchang0603 29ca859f11 [TD-4475] add manual test case for hot alter block 2021-06-02 13:37:36 +08:00
Shengliang Guan 945674e275
Merge pull request #6339 from taosdata/feature/m2d2
merge from master
2021-06-02 13:21:32 +08:00
bryanchang0603 6439e9addc [TD-4475] modifying the test case 2021-06-02 11:55:16 +08:00
bryanchang0603 f6d5bef757 Merge branch 'develop' into test/TD-4475 2021-06-02 11:03:43 +08:00
liuyq-617 3b9d4dede7 [TD-4443]<test> join precision us 2021-06-02 02:59:01 +00:00
bryanchang0603 b5b17291a6 [TD-4463] update from develop 2021-06-02 10:55:11 +08:00
huili cc4ccf0976
Merge pull request #6331 from taosdata/test/TD-4474
Test/td 4474
2021-06-02 10:28:23 +08:00
Shengliang Guan 0d5d2736be Merge from master 2021-06-02 10:27:07 +08:00
bryanchang0603 08f33005b6 [TD-4475] update test case 2021-06-01 19:02:34 +08:00
bryanchang0603 3ed6933ea8 [TD-4422] remove useless file 2021-06-01 18:34:36 +08:00
bryanchang0603 fd10ee01ed [TD-4422] merging json files into 2 json files 2021-06-01 18:30:13 +08:00
tomchon 60ba384978 [TD-4290]<test>: add testcase that compact wal file 2021-06-01 18:16:28 +08:00
bryanchang0603 054ab0d868 Merge branch 'master' into test/TD-4422 2021-06-01 18:03:43 +08:00
bryanchang0603 9eb020f900 [TD-4475] adding draft test case 2021-06-01 18:02:32 +08:00
bryanchang0603 d7ff9c999a [TD-4474] moldifying the test case 2021-06-01 17:11:39 +08:00
bryanchang0603 469f709521 [TD-4474] adding test case for testing lastRow hot alter 2021-06-01 16:58:27 +08:00
bryanchang0603 c55f6121a0 [TD-4463] moldifying alter_keep.py 2021-06-01 16:13:40 +08:00
bryanchang0603 8119f72b58 Merge branch 'develop' into test/TD-4463 2021-06-01 16:04:29 +08:00
Shengliang Guan 56d77cc316 Merge from master 2021-06-01 15:46:53 +08:00
bryanchang0603 aa706fd5e7 [TD-4463] add test case for checking keep modification 2021-06-01 13:43:19 +08:00
robotspace 68aeccbe7f
Add support for async insert and connection pool. (#6244)
* Add support for async query. Only insert result is parsed.

* Add support for connection pool.

* Add one case for lua connector in smoke test case list.

* Build dymanic library for lua connector before smoke test.
2021-06-01 13:35:19 +08:00
huili ca3ec15956
Merge pull request #6311 from taosdata/test/d-TD-4447
[TD-4447]<test>import the same csv twice
2021-06-01 13:33:33 +08:00
Shengliang Guan 5c9d8e3c79 Merge from master 2021-06-01 11:53:49 +08:00
bryanchang0603 f26a6a23a5 [TD-4422] adding test case for auto_create_table exception cases 2021-06-01 09:57:10 +08:00
bryanchang0603 0cf6c3c4ac Merge branch 'master' into test/TD-4422 2021-06-01 09:25:21 +08:00
dapan1121 ce7bfcf024 fix case issue 2021-06-01 08:28:45 +08:00
yihaoDeng 8543ac4e65 [TD-4294]<test case> 2021-05-31 20:48:09 +08:00
tickduan d6dc4f8c27 Merge branch 'master' into cq .INT64_MIN 2021-05-31 19:54:06 +08:00
yihaoDeng f6e0d1926f [TD-4294]<test case> 2021-05-31 18:45:35 +08:00
Shengliang Guan d19d4a2554
Merge pull request #6308 from taosdata/test/m-TD-4447
[TD-4447]<test>import the same csv twice
2021-05-31 18:35:31 +08:00
yihaoDeng e4a6d251d9 [TD-4294]<test case> 2021-05-31 18:00:14 +08:00
bryanchang0603 a613833b5f [TD-4422]-adding test cases for different combination of drop, child_table_exist, and auto_create_table 2021-05-31 17:13:03 +08:00
liuyq-617 23217b7ee6 [TD-4447]<test>import the same csv twice 2021-05-31 08:24:23 +00:00
tickduan d5965c461a must ltime >0 to replace 2021-05-31 15:51:43 +08:00
liuyq-617 ed9ff8917c [TD-4447]<test>import the same csv twice 2021-05-31 07:33:08 +00:00
Steven Li cd76a29533 Adjust table locking in crash_gen to expose same-connection consistency issues, supporting TD-4444 2021-05-31 06:22:20 +00:00
bryanchang0603 39342aec9b [TD-4439] moldifying the test case 2021-05-31 11:16:56 +08:00
bryanchang0603 50d9a1c5a5 [TD-4439] add test case 2021-05-31 11:11:02 +08:00
tomchon 7155d9889f temp commit 2021-05-31 01:51:27 +08:00
Ping Xiao 458405cc63 [TD-4423]<test>: add test case 2021-05-29 18:52:56 +08:00
Ping Xiao d43743e678 [TD-4420]<test>: add test case 2021-05-29 16:24:11 +08:00
Ping Xiao 58c6a90134 Merge branches 'xiaoping/test_case' and 'master' of https://github.com/taosdata/TDengine 2021-05-29 15:58:32 +08:00
Ping Xiao 1465fd9cfc Fix test failure 2021-05-28 16:50:43 +08:00
liuyq-617 4d5e99b890 [TD-4415]Add exceptions in valgrind_taos.supp 2021-05-28 08:32:03 +00:00
Ping Xiao 06e9250c6b Merge branch 'master' into xiaoping/test_case 2021-05-28 14:07:44 +08:00
bryanchang0603 6bd6001fe9 [TD-4376] modify execute to query for select 2021-05-28 10:43:15 +08:00
bryanchang0603 f8f091b5c7 [TD-4376] adding test case 2021-05-28 10:12:46 +08:00
Huo Linhe 998680015d
[TD-4370]<fix>: squashed commit of python connector changes in develop (#6246)
commit 0c81e3c0ba89c86f6d17d51d5056146e177cace5
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Fri May 14 10:27:13 2021 +0800

    [TD-4160]<fix>: remove python connector soft links, fix tests and documents

commit f439fce413423e7d7c97eef180c93d63dedab32e
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed May 12 18:50:53 2021 +0800

    [TD-182]: bump python connector version to v2.0.10 (#6091)

    Also fix url error in setup.py

commit 4ae55d494a262e482f6b34e8bf193cc6af62a886
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed May 12 09:49:26 2021 +0800

    [TD-4370]<fix>: merge python connector changes to master

    Inludes:

    [TD-182]<enhance>: use single repo for python connector (#6036)

    * [TD-182]<enhance>: use single repo for python connector

    Remove code for each platform and build up one single python code base
    for windows/osx/linux platforms and python2/python3 runtime.

    * [TD-182]<enhance>: remove redundant code in python connector

    * [TD-4149] <fix>: fix python connection config error
2021-05-27 17:44:57 +08:00
Ping Xiao 34d6383a3c [TD-4122]<test>: add test case 2021-05-27 16:13:46 +08:00
tomchon cd6258ebfb temp commit 2021-05-26 21:24:34 +08:00
Shengliang Guan 541741cdda Merge from master into develop 2021-05-26 14:33:16 +08:00
tomchon 53bba6113c Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-05-25 10:37:33 +08:00
tomchon 1128b31985 temp commit 2021-05-25 10:36:17 +08:00
Steven Li 20fa37c253 Enhanced crash_gen tool with -k option to produce valgrind result 2021-05-24 06:11:39 +00:00
tomchon 0eafd19005 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-05-24 13:26:00 +08:00
tomchon df1fb4c5bb update taosdemo testcase 2021-05-22 17:01:22 +08:00
huili 444753f30a
Merge pull request #6199 from taosdata/xiaoping/test_case
[TD-4263]<test>: update performance test script
2021-05-22 14:53:02 +08:00
huili f33ea803ff
Merge pull request #6187 from taosdata/test/TD-4153
[TD-4153] <test> add case to resolve use taosdemo tools insert and qu…
2021-05-22 14:52:22 +08:00
Ping Xiao 9ef6b68030 [TD-4263]<test>: update performance test script 2021-05-22 13:56:06 +08:00
tomchon f321ba919f add taosdemo-subscribe-testcase 2021-05-21 19:16:16 +08:00
Shengliang Guan 50ee6f1091 Merge from master 2021-05-21 14:50:56 +08:00
tomchon 269547ebd3 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-05-21 14:38:15 +08:00
cpwu 3062b1dabb [TD-4153] <test> add case to resolve use taosdemo tools insert and query operation 2021-05-21 14:37:52 +08:00
Shuduo Sang 891886ce56
Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 for develop (#6175)
* [TD-4136]<fix>: taosdemo records per req more than 32767.

for develop branch.

* change taosRandom() to rand_bool() for bool data.

* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.

check insert rows for progressive.

* fix with answer_yes.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 13:11:52 +08:00
tomchon 8470f09885 [TD-4238]<test>: add taodemo-testcase that records of number in request sql less than 32767 2021-05-20 19:55:12 +08:00
Ping Xiao 4b016b75bb [TD-4263]<test>: update performance test script 2021-05-20 19:08:42 +08:00
tomchon c8c1b35ee4 modify subscribe testcase 2021-05-20 11:01:18 +08:00
tomchon fef23f6eac testcase-modify sub 2021-05-19 20:16:00 +08:00
tomchon 75fef03688 testcase-subscribe of super table 2021-05-19 17:55:11 +08:00
tomchon abe9b75667 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-05-19 13:23:22 +08:00
tomchon 0f96df1fe6 add testcase of async subscirbe and max sql num 2021-05-19 13:20:20 +08:00
Shuduo Sang 4c1e13b60e
Revert "Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 (#6155)" (#6156)
This reverts commit e8d2162cce.
2021-05-18 21:43:28 +08:00
Shuduo Sang e8d2162cce
Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 (#6155)
* DB/create: fix create database when default quorum > replica

* [TD-4081]<fix>: fix vnode dropping

* test/sim: fix null to 0 in show dnodes;

* [TD-4081]<fix>: [v3] fix vnode closing

* [TD-4081]<fix>: vnode not close if dropped

* Revert "test/sim: fix null to 0 in show dnodes;"

This reverts commit 70213e6526.

* vnode/write: make last write msg to be written or confirmed

* vnode/drop: ingore invalid vgroup id if already dropped

* vnode/read: use app not ready instead of invalid vgroup id to make crash_gen happy

* vnode/close: wait write 900ms

* [td-4209]<fix>: add the uid check for super table metadata that is already cached in local buffer.

* [td-4209]

* [td-225] refactor a sim script.

* Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 (#6147)

* [TD-4136]<fix>: taosdemo max records per req < 32767

* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.

check insert rows for progressive.

* fix with answer_yes.

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

* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.

Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: Minglei Jin <stephenk@gmx.us>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-18 21:34:10 +08:00
Shuduo Sang 6d448dcac1
Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 (#6147)
* [TD-4136]<fix>: taosdemo max records per req < 32767

* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.

check insert rows for progressive.

* fix with answer_yes.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-18 16:48:17 +08:00
tomchon a494bb3b21 modify taosdemo-testcase 2021-05-17 19:29:50 +08:00
Huo Linhe 88107acde7 [TD-4160]<fix>: remove python connector soft links, fix tests and documents 2021-05-14 10:27:13 +08:00
Shengliang Guan 984875940a Merge from master into develop 2021-05-14 09:53:57 +08:00
tomchon 8a8f9d2bf7 merge master 2021-05-13 21:37:01 +08:00
tomchon 15cfeb7f5e [TD-3952]<test>: add taodemo-testcase that query with restful connector 2021-05-13 21:30:50 +08:00
tomchon 661144963c Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-05-13 11:51:52 +08:00
haojun Liao e2c9099e63
Merge pull request #6089 from taosdata/fix/query
[td-4147]<fix>: report error if the column name is too long.
2021-05-12 16:58:17 +08:00
Shengliang Guan 545749c003
Merge pull request #6079 from taosdata/feature/crash_gen2
Data generation script for TD-4133
2021-05-12 14:09:57 +08:00
Haojun Liao 6d8f5000ff [td-4147]update the test case. 2021-05-12 11:24:23 +08:00
Shengliang Guan 644f41a0bb Merge from master into develop 2021-05-11 20:58:18 +08:00
huili 9c0e8c9d78
Merge pull request #6070 from taosdata/test/TD-3960
[TD-3960] <test> add case for TD-3960
2021-05-11 19:32:52 +08:00
tomchon 0e93801581 [TD-4132]<test>: add taosdump-testcase of boundary value testing 2021-05-11 19:26:15 +08:00
Shuduo Sang af33e11840
[TD-4136]<fix>: taosdemo max records per req < 32767 (#6082)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-11 19:06:02 +08:00
haojun Liao 8a7fc6fc3d
Merge pull request #5986 from taosdata/fix/query
Fix/query
2021-05-11 14:58:59 +08:00
Steven Li 731eadb80d Minor tweak of the new Perf_gen tool 2021-05-11 02:18:05 +00:00
Steven Li ba51543551 Merge remote-tracking branch 'origin/master' into feature/crash_gen2 2021-05-11 01:49:14 +00:00
Steven Li 1d7fd5aec4 Added initial code for the new perf_gen tool 2021-05-11 01:48:58 +00:00
Steven Li 456ea712b3 Refactored crash_gen tool with stronger typing 2021-05-11 01:48:13 +00:00
Shengliang Guan 45a0859a5f Merge from master into develop 2021-05-10 17:42:34 +08:00
wu champion 7570894fbb [TD-3960] <test> add case for TD-3960 2021-05-10 15:30:00 +08:00
Shengliang Guan c8e7cd1b85
Merge pull request #6050 from taosdata/xiaoping/test_case
[TD-4017]<test>: add test case
2021-05-09 16:46:44 +08:00
Shengliang Guan 8bc97c8c9c
Merge pull request #6026 from taosdata/test/TD-3954
[TD-3954] <test> add case for resolve the bug of TD-3899
2021-05-09 16:45:21 +08:00
wu champion bd19a926f3 [TD-3921] <test> add case for develop branch 2021-05-08 16:53:55 +08:00
Ping Xiao 70ed9796ff [TD-4017]<test>: add test case 2021-05-08 15:56:18 +08:00
huili e369655424
Merge pull request #6030 from taosdata/xiaoping/add_test_case2
[TD-3663]<test>: add test case for docker cluster
2021-05-08 15:01:14 +08:00
huili 939e5d4110
Merge pull request #6033 from taosdata/xiaoping/test_case
[TD-4019]<test> add test case
2021-05-08 15:01:07 +08:00
wu champion a3720faf9f
Merge pull request #6047 from taosdata/master
Master
2021-05-08 14:03:38 +08:00
wu champion b551731da1 fix the case 2021-05-08 12:39:32 +08:00
wu champion a35c422793 [TD-3921] <fix> fix the case for new python connector 2021-05-08 12:29:54 +08:00
Haojun Liao b6e04604cb [td-3967] 2021-05-07 17:29:00 +08:00
Ping Xiao f4afe2f9d8 [TD-4019]<test> add test case 2021-05-07 15:00:40 +08:00
tomchon bd0b8df12d [TD-4037]<test>: add taodemo-testcase that childtable_count is less than or equal zero and num_of_records_per_req is equal zero 2021-05-07 14:39:19 +08:00
huili 7c4335e2e7
Merge pull request #6007 from taosdata/test/TD-4059
[TD-4059]update case version.py
2021-05-07 13:57:49 +08:00
Ping Xiao c4a9fda17a [TD-3663]<test>: add test case for docker cluster 2021-05-07 13:28:02 +08:00
wu champion 3259c3de40 [TD-3954] <test> add case for resolve the bug of TD-3899 2021-05-07 10:58:03 +08:00
tomchon 980df53800 [TD-3998]<test>: add taodemo-testcase that inserting too many rows won't make ts disorder 2021-05-06 21:15:20 +08:00
liuyq-617 fa902a35b3 [TD-4059]update case version.py 2021-05-06 11:44:39 +08:00
liuyq-617 5c7842c41b [TD-4059]update case version.py 2021-05-06 11:43:20 +08:00
haojun Liao 714a4d5931
Merge pull request #5987 from taosdata/test/TD-4000
[TD-4000] <test> verify teature of TD-3948
2021-05-01 15:44:54 +08:00
Shuduo Sang b12668ff7f
[TD-3639] <fix>: compare timestamp with datetime in python (#5990)
By this commit, It will close TD-3639.

It will not require test case to write *correct* datetime string to pass
a test case. One test could use seconds, milliseconds or microseconds to
check data.

That means the three tests are equivalent:

```python
.checkData(0, 0, "2020-01-01 00:00:00")
.checkData(0, 0, "2020-01-01 00:00:00.000")
.checkData(0, 0, "2020-01-01 00:00:00.000000")
```

Co-authored-by: Huo Linhe <linhehuo@gmail.com>
2021-04-30 22:45:59 +08:00
Yiqing Liu 8956167651
Eliminate false alarms (#5991) 2021-04-30 21:05:08 +08:00
wu champion 4a6a4f9e71 [TD-4000] <test> verify teature of TD-3948 2021-04-30 16:23:43 +08:00
Yiqing Liu 460768f067
[TD-4032]Eliminate false alarms (#5978)
* [TD-4032]Eliminate false alarms

* update rules
2021-04-30 14:20:12 +08:00
Shuduo Sang 2670b0ad65
Hotfix/sangshuduo/td 4025 fix travis ci broken for develop (#5975)
* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

modify smoketest.sh to python3.8

* [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.

* [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.

* [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

change focal to bionic.

* [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.

cherry pick from master.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-30 10:20:16 +08:00
Shuduo Sang 160516665c
Hotfix/sangshuduo/td 4025 fix travis ci broken (#5973)
* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

change focal to bionic.

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8 and pip, setuptools

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8, and install pip and setuptools

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

modify smoketest.sh to python3.8

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-30 09:50:15 +08:00
Steven Li 7e1b1b1f9b Merge remote-tracking branch 'origin/master' into feature/crash_gen2 2021-04-28 23:11:28 +00:00
Steven Li 34eb7e255a Used Python generator to simplify crash_gen IPC processing of STDOUT/STDERR 2021-04-28 23:11:19 +00:00
Steven Li 5d1d5cadc2 Refactored crash_gen to have the TdeSubProcess own the SvcMgrThread object, also switched to Pylance 2021-04-28 08:36:56 +00:00
Steven Li 8a6fd8df16 Refactoring service_manager in crash_gen to use stronger types 2021-04-28 02:42:27 +00:00
haojun Liao 489b24a18a
Merge branch 'develop' into feature/query 2021-04-27 22:39:05 +08:00
Haojun Liao 9286f77e07 [td-225]merge develop 2021-04-27 22:17:09 +08:00
Huo Linhe aa88942c38
[TD-3639] <fix>: compare timestamp with datetime in python (#5940)
By this commit, It will close TD-3639.

It will not require test case to write *correct* datetime string to pass
a test case. One test could use seconds, milliseconds or microseconds to
check data.

That means the three tests are equivalent:

```python
.checkData(0, 0, "2020-01-01 00:00:00")
.checkData(0, 0, "2020-01-01 00:00:00.000")
.checkData(0, 0, "2020-01-01 00:00:00.000000")
```
2021-04-27 13:45:08 +08:00
wu champion ae1b233db3 [TD-2039] <test> verify the bug of TD-2039 2021-04-27 09:30:40 +08:00
huili 19c185c8cb
Merge branch 'master' into test/TD-3921 2021-04-27 09:13:38 +08:00
Shuduo Sang 37fd1ad91c
Hotfix/sangshuduo/td 3968 taosdemo datalen 16k (#5930)
* [TD-3414]<test>: add insert function with json files of taodemo-testcase -repeat

* [TD-3879]add stmt mode for taodemo go

* [TD-3414]<test>: add insert function with json files of taodemo-testcase

* [TD-3918] <test>  add case to verify the bug of TD-3897

* [TD-3453]<test>:modify filepath  in scripts

* Update fulltest.sh

* [TD-3918] <test> fix the case

* Update queryFilterTswithDateUnit.py

* [TD-3850]<fix>: fix vnode write enqueue flowctrl UAF & no response

* Hotfix/sangshuduo/td 3401 query statistic (#5907)

* [TD-3401]<fix>: taosdemo query statistic.

refactor func name.

* [TD-3401]<fix>: taosdemo query statistic.

refactor func name 2.

* [TD-3401]<fix>: taosdemo support query statistic.

implementation.

* cleanup

* [TD-3401]<fix>: taosdemo query statistic.

change us to ms.

* [TD-3401]<fix>: taosdemo query statistic.

increase sql buffer for query.

* [TD-3401]<fix>: taosdemo query statistic

more accurate result.

* [TD-3401]<fix>: taosdemo query statistic.

modify last time logic.

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

* improve coverage of operations

* [TD-3944]<fix>: make default offline threshold to 10 days. (#5912)

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

* [TD-3572]<enhance>: response out of dnodes if #dnodes <= maxDbReplica

* [TD-3937]<test>: add taosdemo performance test compare scripts

* update script

* Hotfix/sangshuduo/td 3317 for master (#5921)

* [TD-3317]<fix>: taosdemo interlace insertion.

patch for master.

* [TD-3317]<fix>: taosdemo support interlace mode.

adjust remainder rows logic.

* [TD-3317]<fix>: taosdemo support interlace mode.

fix global and stable interlace rows logic.

* [TD-3317]<fix>: taosdemo support interlace mode.

fix 'interlaceRows' is used uninitialized

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

* [TD-3968]<fix>: taosdemo data length should be 16*1024

Co-authored-by: tomchon <haoran920c@163.com>
Co-authored-by: liuyq-617 <yqliu@taosdata.com>
Co-authored-by: wu champion <wuchampion@foxmail.com>
Co-authored-by: wu champion <cpwu@taosdata.com>
Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: huili <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: Ping Xiao <pxiao@taosdata.com>
2021-04-26 18:48:52 +08:00
wu champion 9b7aeff602 [TD-3921] <test> add case to resolv show streams return erro msg 2021-04-26 15:34:00 +08:00
wu champion a10fa31267 [TD-3920] <test> add case to fix the bug of TD-3920 2021-04-26 14:19:06 +08:00
liuyq-617 07cded1fad improve coverage of operations 2021-04-25 15:16:39 +08:00
huili 38e57820ea
Merge pull request #5896 from taosdata/test/TD-3918
[TD-3918] <test>  add case to verify the bug of TD-3897
2021-04-25 11:40:44 +08:00
Haojun Liao 487b523d1f [td-225] merge from master 2021-04-25 11:11:36 +08:00
haojun Liao 9f70bace9b
Merge branch 'develop' into feature/qrefactor 2021-04-23 18:10:49 +08:00
wu champion ffc88d5f20
Update queryFilterTswithDateUnit.py 2021-04-23 16:54:47 +08:00
wu champion d3f655f881 [TD-3918] <test> fix the bug 2021-04-23 16:50:52 +08:00
wu champion ec63c9fd64 [TD-3918] <test> fix the case 2021-04-23 16:49:06 +08:00
tomchon 4573d7f6ea Merge branch 'master' into test/chr 2021-04-23 11:33:23 +08:00
wu champion bbaf30ed91
Update fulltest.sh 2021-04-23 11:28:28 +08:00
tomchon 46905c402a [TD-3453]<test>:modify filepath in scripts 2021-04-23 11:25:08 +08:00
wu champion 512551b1c9
Merge branch 'master' into test/TD-3918 2021-04-23 11:23:43 +08:00
huili 61d373e206
Merge pull request #5874 from taosdata/test/TD-3891
[TD-3891] <test> fix the bug of TD-3891
2021-04-23 11:20:07 +08:00
huili a0f592b1ca
Merge pull request #5895 from taosdata/test/TD-3917
[TD-3917] <test> add case to fix the bug of TD-3907
2021-04-23 11:19:55 +08:00
huili 6640c545ea
Merge pull request #5865 from taosdata/test/unsigned_tag_case
add test case for unsigned tag
2021-04-23 11:18:58 +08:00
wu champion 369c9a76f0 [TD-3918] <test> add case to verify the bug of TD-3897 2021-04-23 10:45:22 +08:00
wu champion 7e7cc2e345 [TD-3917] <test> add case for the bug of TD-3907 2021-04-23 10:31:20 +08:00
haojun Liao aa65f33cbe
Merge pull request #5853 from taosdata/hotfix/TD-3805
[TD-3805]CQ time issue
2021-04-23 10:15:07 +08:00
Shuduo Sang 56969c41e7
[TD-3906]<fix>: taosdemo back to 4 INT columns. (#5883)
* [TD-3906]<fix>: taosdemo back to 4 INT columns.

* [TD-3906]<fix>: taosdemo back to 4 columns.

test case need change correspondingly.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-22 18:35:14 +08:00
tomchon 7eba44be08 [TD-3414]<test>: add insert function with json files of taodemo-testcase 2021-04-22 13:54:23 +08:00
dapan1121 2bfc6a90a5 fix bug 2021-04-22 09:50:44 +08:00
tomchon c21292c7a6 [TD-3414]<test>: add insert function with json files of taodemo-testcase -repeat 2021-04-21 20:04:03 +08:00
dapan1121 23f23a445d modify case 2021-04-21 19:36:46 +08:00
wu champion 6038a4791e [TD-3891] <test> fix the bug: not 1st timestamp column,when insert data < 0,data process error 2021-04-21 14:56:38 +08:00
huili 91da3ab9f6
Merge pull request #5861 from taosdata/test/TD-3856
[TD-3856]<test> add case for TD-3856
2021-04-21 11:17:09 +08:00
wu champion 5745b2d011
Update fulltest.sh 2021-04-21 10:01:56 +08:00
wu champion 6c81812eec [TD-3789]<test> add case for TD-3789, and fix util.sql 2021-04-20 19:00:12 +08:00
liuyq-617 b5194e4cf3 add test case for unsigned tag 2021-04-20 17:40:43 +08:00
wu champion 624b018066 [TD-3856]<test> add case for TD-3856 2021-04-20 16:15:19 +08:00
dapan1121 acee0af58f fix case issue 2021-04-20 11:24:42 +08:00
Ping Xiao d1ba0f58ef [TD-3800]<test>: add test case for query last(*) 2021-04-19 13:54:40 +08:00
Shengliang Guan db8deb4472
Merge pull request #5831 from taosdata/master
Merge master into develop
2021-04-16 11:02:27 +08:00