Commit Graph

14521 Commits

Author SHA1 Message Date
haojun Liao 8f07f0887f
Merge pull request #5953 from taosdata/hotfix/TD-3984
[TD-3984]union issues
2021-04-29 13:27:03 +08:00
haojun Liao 9c01cec7e0
Merge pull request #5955 from taosdata/hotfix/TD-3996
[TD-3996]udc query issue
2021-04-29 13:20:16 +08:00
Shuduo Sang 879bacd8e1
Hotfix/sangshuduo/td 3985 taosdemo timestamp step overflow (#5960)
* [TD-3985]<fix>: taosdemo timestamp step overflow.

* fix specified subscribe test.

* replace potential overflow of int32 to int64

* replace potential int32 overflow variables to int64.

* replace potential int32 overflow variables to int64.

* change max of int16 to int64 after type changed.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-29 11:42:44 +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
huili 0a6b76e3e7
Merge pull request #5938 from taosdata/test/TD-2039
[TD-2039] <test> verify the bug of TD-2039
2021-04-28 16:43:31 +08:00
Steven Li fbadcfb542 Merge remote-tracking branch 'origin/master' into feature/crash_gen2 2021-04-28 08:37:22 +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
dapan1121 b13e65bd93 fix bug 2021-04-28 14:27:15 +08:00
tomchon 188127bd7f Merge branch 'master' into test/chr 2021-04-28 13:52:13 +08:00
huili bd898af30d
Merge pull request #5947 from taosdata/fix/jenkins
[TD-3988]add mac test on Appveyor
2021-04-28 13:14:52 +08:00
haojun Liao 1857ccc01f
Merge pull request #5941 from taosdata/hotfix/td-3948
TD-3948: specify insertion columns after supertable tags
2021-04-28 12:50:53 +08:00
shenglian zhou 5f2f20cf1a [TD-3948]<enhance>: insert syntax - specify columns after supertable tags 2021-04-28 11:16:36 +08:00
dapan1121 6e985b443c fix bug 2021-04-28 10:53:10 +08:00
Steven Li bcbb6017c0 Merge remote-tracking branch 'origin/master' into feature/crash_gen2 2021-04-28 02:46:38 +00:00
Shuduo Sang b6e41d48e0
Hotfix/sangshuduo/td 3985 taosdemo timestamp step overflow (#5951)
* [TD-3985]<fix>: taosdemo timestamp step overflow.

* fix specified subscribe test.

* replace potential overflow of int32 to int64

* replace potential int32 overflow variables to int64.

* replace potential int32 overflow variables to int64.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-28 10:44:10 +08:00
Steven Li 8a6fd8df16 Refactoring service_manager in crash_gen to use stronger types 2021-04-28 02:42:27 +00:00
liuyq-617 46fcd89aa3 update badges 2021-04-28 09:59:33 +08:00
liuyq-617 8a59bbfcf2 add drone badges 2021-04-28 09:48:34 +08:00
liuyq-617 aa2e6abbe7 modify case for crash_gen 2021-04-28 09:34:03 +08:00
haojun Liao 4df6967d0a
Merge pull request #5948 from taosdata/feature/TD-3991
[TD-3991]fix client log
2021-04-27 21:57:30 +08:00
Haojun Liao 1b0e7c70fc [td-225] refactor. 2021-04-27 20:06:33 +08:00
Haojun Liao 240e28ae66 [td-225]refactor. 2021-04-27 20:00:03 +08:00
Shuduo Sang 03d447c556
[TD-3985]<fix>: taosdemo timestamp step overflow. (#5946)
* [TD-3985]<fix>: taosdemo timestamp step overflow.

* fix specified subscribe test.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-27 19:37:58 +08:00
liuyq-617 2677b8867d test for drone 2021-04-27 19:11:09 +08:00
liuyq-617 4d21403d3c modify for mac 2021-04-27 18:52:24 +08:00
liuyq-617 25f5281687 [TD-3987]add drone CI 2021-04-27 18:23:06 +08:00
liuyq-617 5caee8ad17 test for macos 2021-04-27 18:20:48 +08:00
Huo Linhe b2e1361c0f
[TD-3983] <enhance>: update driver-go submodule to latest (#5945)
The update contains TD-3983 TD-3912 fixes.
2021-04-27 18:10:48 +08:00
dapan1121 dceb51d446 print rid instead of pointer 2021-04-27 17:49:48 +08:00
liuyq-617 6a0d83e898 [TD-3988]add mac test on Appveyor 2021-04-27 17:44:59 +08:00
wu champion ae1b233db3 [TD-2039] <test> verify the bug of TD-2039 2021-04-27 09:30:40 +08:00
huili a3b40170c7
Merge pull request #5928 from taosdata/test/TD-3921
[TD-3921] <test> add case to resolv show streams return erro msg
2021-04-27 09:13:51 +08:00
huili 19c185c8cb
Merge branch 'master' into test/TD-3921 2021-04-27 09:13:38 +08:00
huili d176334757
Merge pull request #5929 from taosdata/test/TD-3920
[TD-3920] <test> add case to fix the bug of TD-3920
2021-04-27 09:12:15 +08:00
haojun Liao 64d6e1eb22
Merge pull request #5933 from taosdata/fix/query
[td-3951]<fix>: check the input value of big int which is overflowed.
2021-04-26 23:33:53 +08:00
Shuduo Sang 127dd1e868
[TD-3969]<fix>: taosdemo re-enable batch-create-tbl-num (#5932)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-26 22:23:29 +08:00
Haojun Liao 48b630a116 [td-225]fix compiler error. 2021-04-26 18:14:04 +08:00
Haojun Liao 6ac7b467e4 [td-225]update the log output 2021-04-26 17:52:22 +08:00
Haojun Liao 1779c952fd [td-3951]<fix>: check the input value of big int which is overflowed. 2021-04-26 17:45:54 +08:00
haojun Liao e7668acb07
Merge pull request #5901 from taosdata/hotfix/TD-3940
[TD-3940]CQ crash when vnode changes
2021-04-26 17:17:25 +08:00
Shuduo Sang 19fa9097a1
[TD-3968]<fix>: taosdemo data length should be 16*1024 (#5926)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-26 15:34:39 +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
Shuduo Sang f79408eedb
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>
2021-04-26 14:05:45 +08:00
huili ec7b4f22c9
Merge pull request #5911 from taosdata/fix/jenkins
improve coverage of operations
2021-04-26 10:54:28 +08:00
huili 4136d66f80
Merge pull request #5919 from taosdata/xiaoping/add_test_case
[TD-3937]<test>: add taosdemo performance test compare scripts
2021-04-26 10:54:05 +08:00
Ping Xiao 4415eb2114 update script 2021-04-26 09:33:56 +08:00
Shengliang Guan 5a412df02a
Merge pull request #5909 from taosdata/enhance/TD-3572
[TD-3572]<enhance>: response out of dnodes if #dnodes <= maxDbR…
2021-04-25 19:57:16 +08:00
Ping Xiao 97c983bb5a [TD-3937]<test>: add taosdemo performance test compare scripts 2021-04-25 19:01:02 +08:00