Commit Graph

169 Commits

Author SHA1 Message Date
liuyq-617 e3ad650969 fix 2021-02-26 13:45:28 +08:00
Ping Xiao 6037f5d0ce [TD-3069]<test>: add test case 2021-02-26 11:11:56 +08:00
liuyq-617 3b4f730faa Merge branch 'develop' into test/jenkins 2021-02-25 16:54:13 +08:00
liuyq-617 8378850bfa add 2021-02-20 15:01:59 +08:00
liuyq-617 ca2c7b0d75 [TD-2742]add test case for unsigned 2021-02-20 15:01:46 +08:00
Shuduo Sang da32a2571e [TD-2971] feature: make python connector support unsigned type. fix constants id. 2021-02-19 18:26:56 +08:00
liuyq-617 206163d510 add testcase for unsigned 2021-02-19 18:24:22 +08:00
Shuduo Sang 42efe016c7 [TD-2971] feature: make python connector support unsigned type. fix pep8 format. 2021-02-19 09:54:00 +08:00
Shuduo Sang 8904a04603 [TD-2971] feature: make python connector support unsigned type. 2021-02-18 13:49:11 +08:00
dapan1121 fbfe4a3b47 Merge branch 'develop' into hotfix/TD-2518 2021-02-04 14:25:02 +08:00
dapan1121 c019feaefc fix case issue 2021-02-04 14:22:47 +08:00
liuyq-617 dee48f94a9 fix case error 2021-02-02 14:49:30 +08:00
liuyq-617 a4189faca4 modify time in another way 2021-02-02 13:32:08 +08:00
Ping Xiao 6c93a8bfc5 [TD-2801]<test>: add test case 2021-01-28 23:55:25 +08:00
liuyq-617 0694e69dda test for mail 2021-01-22 15:16:33 +08:00
Ping Xiao f684faffb7 fix a minor issue 2020-12-25 18:00:56 +08:00
Ping Xiao ffa51bb990 [TD-2114]<test>: Imporve performance test script 2020-12-08 16:00:19 +08:00
liuyq-617 d4c6aaf2af [TD-2178]<test>add table per batch 2020-12-01 18:15:26 +08:00
liuyq-617 ab6d41f706 <test> fix test case error 2020-11-30 14:34:36 +08:00
liuyq-617 679d309371 <test> fix test case error 2020-11-30 14:30:29 +08:00
Ping Xiao cb899a2c80 Add a insert demo 2020-11-28 18:37:38 +08:00
Ping Xiao 213cba6e81 [TD-2109] <test> add test case 2020-11-28 18:18:14 +08:00
Ping Xiao 651672957d [TD-2240] <test> update restfulInsert 2020-11-26 16:37:08 +08:00
Ping Xiao 0e88426c7f [TD-2152] <test> add test case for join query 2020-11-25 11:19:15 +08:00
Ping Xiao 7ca81e4271 [TD-1837] <test> add test cases 2020-11-13 19:09:59 +08:00
Ping Xiao 19e385c89a insert data for ningsi 2020-11-09 14:18:24 +08:00
Ping Xiao 171338d892 add a demo for inserting data with python multiple threads 2020-11-02 14:37:26 +08:00
Ping Xiao c2c6f1b800 fix test failures 2020-10-22 11:02:26 +08:00
Shengliang Guan 23ea21976e
Merge pull request #3949 from taosdata/xiaoping/add_test_case2
[TD-1758] <test> add test case
2020-10-21 16:08:01 +08:00
Ping Xiao 9072e302e1 [TD-1758] <test> add test case 2020-10-21 15:47:52 +08:00
wangyazhou1313 546cdfcdad [TD-1584]<test> add some testcases for testing before 1970s 2020-10-20 15:18:59 +08:00
Shengliang Guan b9ec94a2ab
Merge pull request #3659 from taosdata/xiaoping/add_test_case
[TD-1587]<test> add python restful example
2020-09-25 09:14:52 +08:00
liuyq-617 afd549828c fix some err 2020-09-24 17:51:44 +08:00
Ping Xiao 7c361bffb5 [TD-1469]<test> add test case for alter table and insert 2020-09-24 14:25:07 +08:00
Ping Xiao ca04cae64f Merge branch 'develop' into xiaoping/add_test_case 2020-09-24 11:18:58 +08:00
root 0f5d866f9b [TD-1587]<test> add python restful example 2020-09-24 11:14:40 +08:00
Ping Xiao 1c3b799d08 add restful multiple threads example 2020-09-23 23:24:16 +08:00
liuyq-617 b8d0e57ae9 [TD-1386] <test> add test case for retention 2020-09-22 17:22:23 +08:00
liuyq-617 7b2fbddfa7 [TD-1386] <test> add test case for retention 2020-09-22 14:06:22 +08:00
Ping Xiao d04400f558 [TD-1320]<test> add test case - insert data with tag specified 2020-09-08 14:38:40 +08:00
root 09e4432dc2 TD-1278: add test cases 2020-08-29 14:35:08 +08:00
Ping Xiao c17fa7789c add client test cases 2020-08-01 17:01:48 +08:00
Shuduo Sang 7c66719128 add python test to cover "alter dnode"
[TD-868]
2020-07-07 14:42:27 +08:00
Ping Xiao 0c7439b225 Merge branch 'develop' into test 2020-06-22 17:26:49 +08:00
Ping Xiao c4812f91a9 [TD-632]: keep inserting data into database 2020-06-22 15:17:21 +08:00
Shuduo Sang d59295763b fix insert/nchar-unicode.py case. 2020-06-17 18:05:30 +08:00
Shuduo Sang 9560f319b2 add insert/sparseData.py to test compressing sparse file content.
[TD-412]
2020-05-25 16:12:49 +08:00
Shuduo Sang 65448271bb add randome insert many records with NULL then commit. 2020-05-22 19:14:25 +08:00
Shuduo Sang cf4c4e98fd support log Sql command to file.
[TD-383]
2020-05-21 16:12:15 +08:00
Shuduo Sang 71931eb183 add tablename-boundary.py 2020-05-17 16:06:14 +08:00
Shuduo Sang 5868f3459c reduce python test case output. 2020-05-15 16:00:26 +08:00
Shuduo Sang 2f7644b465 fix autopep8 format. 2020-05-15 13:27:31 +08:00
Shuduo Sang bc5abd0f2f add some test cases to test boundary which defined in inc/taosdef.h
[TD-221]
2020-05-14 14:42:35 +08:00
changshuaiqiang f95f9ac8c0 test: add create table as select case 2020-05-13 18:52:46 +08:00
changshuaiqiang b320961643 test: add cases 2020-05-13 17:03:38 +08:00
Shuduo Sang 224496954f fix issue pytest stop dnode by pkill. 2020-05-09 19:14:33 +08:00
Shuduo Sang 118144968a add insert/nchar.py 2020-05-09 01:13:56 +08:00
hjxilinx 6e8f30554f [td-183] merge with develop branch 2020-05-07 14:34:55 +08:00
hjxilinx 31029ee27f [td-183] 2020-05-07 14:28:39 +08:00
Shuduo Sang 638f7b4afb fixup. 2020-05-05 18:45:05 +08:00
Shuduo Sang e2a9b1c28d fix binary.py and util/sql.py to support binary test
[TD-167]
2020-05-05 18:40:13 +08:00
Shuduo Sang 24cd95250e add date.py and binary.py to 2.0 2020-04-27 17:21:04 +08:00
Shuduo Sang 1971c6301a Merge branch 'develop' into add-insert-testcase-to-2.0 2020-04-26 15:31:43 +08:00
Shuduo Sang 48c0684ed5 add bigint bool double smallint tinyint cases. 2020-04-26 15:31:39 +08:00
Shuduo Sang ad519de25f refine python testcases. 2020-04-25 23:14:05 +08:00
Shuduo Sang c4eed9ec69 expose more info if case failed. 2020-04-25 00:43:05 +08:00
Shuduo Sang fefccc3adb make python test framework dynamically load module
with filename script pass

[TD-179]
2020-04-22 18:24:53 +08:00
slguan 8cf8f8f8fe Merge pull request #1618 from taosdata/feature/mpeer
Feature/mpeer
2020-04-16 11:34:38 +08:00
Shuduo Sang e7f46e4a1c add simplest python testcase for 2.0
[TD-128]
2020-04-11 16:12:47 +08:00