Commit Graph

109 Commits

Author SHA1 Message Date
Shengliang Guan 1146196fd3 fix: santizer error in sim 2022-05-21 17:29:58 +08:00
Shengliang Guan d14429f349 fix: santizer error in sim 2022-05-21 17:11:24 +08:00
afwerar c6f23145f3 fix(os): file path format error 2022-05-19 15:18:18 +08:00
Shengliang Guan 77575d1e70 refactor: shm queue in multi process mode 2022-05-18 14:20:46 +08:00
afwerar 276eb84746 feature(dnode): mul parameter start. 2022-04-25 14:05:09 +08:00
afwerar f966242047 feature(dnode): mul parameter start. 2022-04-25 13:57:55 +08:00
plum-lihui da232cbeaf [test: check error from valgrind log file] 2022-04-20 20:02:10 +08:00
Shengliang Guan 47f7ce67a7 Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-04-18 16:00:41 +08:00
Shengliang Guan 595d2ce352 enh: support variables like $data[0][1] and $data(db)[0] in tsim scripts 2022-04-18 14:37:45 +08:00
Shengliang Guan 649a9ac230 fix: memory overwrite while process nchar in sim script 2022-04-18 11:42:39 +08:00
Shengliang Guan f56c354c00 fix: startup is slow in valgrind mode 2022-04-18 10:58:40 +08:00
afwerar dea51ba364 fix(build): use static taos lib. 2022-04-16 20:46:51 +08:00
Shengliang Guan 1aaf170491 enh(cluster): enable tsim to support valgrind startup 2022-04-14 21:41:23 +08:00
Ganlin Zhao b355e2b3c8 feat(query): add today()/today() + duration in insert clause
TD-14243
2022-04-14 12:53:59 +08:00
Shengliang Guan 5097329bf7 enh(test): optimize the multi-threaded exit mode of tsim 2022-04-13 10:38:02 +08:00
afwerar c11946fd75 [TD-13756]<fix>: Fix macro name error. 2022-04-11 18:55:43 +08:00
Shengliang Guan 5a2a34f1bd add multiprocess mode to CI 2022-04-01 19:07:05 +08:00
afwerar 222db126bc [TD-13758]<fix>: redefine memory api. 2022-03-26 00:29:53 +08:00
afwerar 79057240bd [TD-13759]<fix>: redefine thread api. 2022-03-20 00:47:45 +08:00
Shuduo Sang 43feda0595
[TD-13408]<test>: move tests in for3.0 (#10598)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests out"

This reverts commit f80a4ca49ff37431bc0bc0dafb5ccf5858b00beb.

* revert f80a4ca49ff37431bc0bc0dafb5ccf5858b00beb

* immigrate file change from stand-alone repo to TDengine

for 3.0

* remove tests repository for Jenkinsfile2

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 19:25:29 +08:00
Shuduo Sang bf5a3e106b
[TD-13408]<test>: move tests out (#10176)
* [TD-13408]<test>: move tests out

for 3.0 branch

* add Jenkinsfile2

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-02-10 15:25:50 +08:00
Shengliang Guan bf7c5baa89 minor changes 2022-01-22 12:03:25 +08:00
Shengliang Guan a536e60800 add show dnodes case 2021-12-27 21:43:11 -08:00
Shengliang Guan 147f5af9b2 adjust sim script 2021-12-17 18:23:13 +08:00
Shengliang Guan 8940eb4d1a format sim scripts 2021-12-17 17:16:39 +08:00
Shengliang Guan 8e68fa6e4d TD-10431 tsim compile 2021-12-17 17:07:36 +08:00
Shengliang Guan 89f4a7adc6 TD-10431 change numOfVgroups as config of db 2021-12-17 16:45:16 +08:00
Haojun Liao 819c7fc030 [td-10529] fix compiler error 2021-10-08 20:33:46 +08:00
Shengliang Guan 4dac6ac4f1 merge from master 2021-07-30 13:52:54 +08:00
Minglei Jin ed42374893 tsim/nchar-binary: fix negative length crash 2021-07-28 11:14:20 +08:00
shenglian zhou 6b404cd1ce change api function name taos_insert_by_lines to taos_insert_lines 2021-07-14 08:07:05 +08:00
shenglian zhou aee50c8929 add unit test 2021-07-12 18:09:50 +08:00
cpwu ce3c6d7a61 [TD-3825] <fix> to fix bug 2021-06-23 16:58:01 +08:00
shenglian zhou d7f32149ef [TD-3126]<feature>:add nano second precision testcase and modify tsim to support time precision 2021-06-07 10:29:13 +08:00
Haojun Liao 4f6d3b568e [td-225] fix memory leaks. 2021-04-23 23:17:04 +08:00
Haojun Liao e1442f9619 [td-225]add test cases. 2021-04-19 18:00:32 +08:00
Haojun Liao fee4bde52a [td-3350]<fix>: Remove the illegal abort operation in case of multithread environment for sim. 2021-04-04 22:14:38 +08:00
Minglei Jin b786f914cb tsim: enlarge variable size from 512 to 1024 2021-03-04 14:24:41 +08:00
dapan1121 12dac486bd fix bug 2021-02-18 15:15:16 +08:00
Shengliang Guan 33228ee589 TD-1207 2021-01-22 19:37:17 +08:00
Shengliang Guan b304cd96c0 TD-1207 2021-01-22 16:11:33 +08:00
Shengliang Guan 7b71a3dfb1 Merge remote-tracking branch 'origin/feature/sim' into feature/win 2021-01-21 15:43:57 +08:00
Shengliang Guan 34efc16820 TD-2808 2021-01-21 15:42:24 +08:00
Shengliang Guan 05ce993084 TD-1207 2021-01-21 15:05:09 +08:00
Shengliang Guan 1eace47c85 TD-1207 2021-01-18 19:52:42 +08:00
Shengliang Guan 65a28796cd TD-1207 2021-01-16 12:59:40 +08:00
Haojun Liao 51e61370fa [TD-2634]<feature>: support unsigned number. 2021-01-11 11:17:19 +08:00
Ping Xiao 9c7b14b730 TD-2652 2021-01-05 16:50:00 +08:00
Shengliang Guan 64d3b4aefe TD-2652 tsim may crash after the script is executed successfully 2021-01-05 11:19:14 +08:00
Shengliang Guan 95d3e55042 TD-1848 2020-11-10 06:44:12 +00:00