Commit Graph

1531 Commits

Author SHA1 Message Date
Ping Xiao f07267ebbf [TD-5707]<test>: add test case 2021-08-10 11:24:52 +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
wenzhouwww 3aba1df2f3 <test> fix an test case error ! 2021-08-06 19:52:39 +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
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
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
Ping Xiao 5fb90d5dc3 [TD-5730]<test>: add test case 2021-08-05 21:00:02 +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
wenzhouwww 3a24a18e5b [TD-5369]<test> : fix an error about test case for subscribe 2021-08-05 10:22:13 +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
Ping Xiao 45be5de3be [TD-5730]<test>: update performance test script 2021-08-04 14:43:02 +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
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
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
jiajingbin e72173dd78 modify 2021-07-28 18:28:01 +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
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