Commit Graph

54 Commits

Author SHA1 Message Date
kailixu d0059d2d9d enh: support config randErrorScope dynamically 2024-08-15 13:25:04 +08:00
kailixu ee05a536ef enh: support config randErrorDivisor dynamically 2024-08-13 14:19:28 +08:00
dapan1121 857d9e825b enh: add rand error test 2024-08-02 13:29:47 +08:00
dapan1121 5a19d80167 Merge remote-tracking branch 'origin/3.0' into fix/TD-31073.1 2024-07-24 15:03:17 +08:00
dapan1121 f0f6787b74 fix: os return code validation 2024-07-24 15:00:23 +08:00
Hongze Cheng 381737e8c0 enh: refact error code 2024-07-24 11:24:22 +08:00
dapan1121 7718d5e042 fix: os return code 2024-07-22 18:47:41 +08:00
yihaoDeng 6f6fd3e147 fix compile error 2023-04-17 15:01:41 +00:00
yihaoDeng 86fe216921 add backend 2023-03-28 11:23:24 +00:00
Haojun Liao a217b3e457 fix(query): fix syntax errors on centos. 2023-02-24 13:37:35 +08:00
Haojun Liao 02e298b973 fix(query): fix syntax errors on centos. 2023-02-24 11:52:30 +08:00
Haojun Liao 8eb1e56e8d fix(query): fix syntax errors on centos. 2023-02-24 11:42:08 +08:00
Haojun Liao 22aa03307c fix(query): fix syntax errors on centos. 2023-02-24 11:38:54 +08:00
Shuduo Sang 48426ed2df
fix: alpine compile error for 3.0 (#20064)
* fix: alpine support

* fix: ostimer thread_id

* fix: taosPrintTrace and tsStreamMax

* fix: make_install.sh and dnodes.py for alpine

* fix: cmake.platform and cut option for alpine

* fix: timer sigev and string convert

* fix: test case for alpine

* fix: fix test script for alpine

---------

Co-authored-by: t_max <1172915550@qq.com>
2023-02-20 22:31:56 +08:00
dapan1121 1128b1222b feat: add memory debug option 2023-02-17 17:40:14 +08:00
Shuduo Sang ea5d925c50
fix: alpine support (#19353)
* fix: alpine support

* fix: ostimer thread_id

* fix: taosPrintTrace and tsStreamMax

* fix: make_install.sh and dnodes.py for alpine

* fix: cmake.platform and cut option for alpine

* fix: timer sigev and string convert

* fix: test case for alpine

* fix: fix test script for alpine

* fix: fix test script for alpine

* fix: fix taosLogTrace for Alpine

* fix: fix taosSort

* fix: vnode and mnode compare functions and test cases

* fix: sorting algorithms and unit tests

* fix: libtaosws.so build error on Alpine

* fix: libtaosws.so build error on Alpine

---------

Co-authored-by: t_max <1172915550@qq.com>
2023-02-10 13:00:55 +08:00
xinsheng Ren 936f282eab
TD-21220 fix assert (#19363)
* TD-21220 fix assert

* fix/compile failed

* fix/taosEOFFile exception return

Co-authored-by: facetosea <25808407@qq.com>
2023-01-05 09:20:14 +08:00
Shengliang Guan 1bb1025f7d enh: add tassert 2022-12-07 22:24:47 +08:00
Shengliang Guan 6d94afe48f
Revert "refact: adjust some assert cases" 2022-12-07 21:51:17 +08:00
Shengliang Guan 6ef608f7af fix: complie error 2022-12-07 19:02:43 +08:00
Shengliang Guan d5126d469a refact: replcase ASSERT with tAssert 2022-12-07 18:42:48 +08:00
Haojun Liao fa43f86fe1 refactor: add an assert. 2022-12-03 12:43:03 +08:00
Haojun Liao 85c1e3aabf refactor: add an assert. 2022-12-03 12:41:56 +08:00
Haojun Liao b6199d8d99 enh(query): update the aligned bits for colInfodata 2022-12-03 12:37:42 +08:00
Haojun Liao d77f5fa70c fix(query): fix error in windows and darwin system. 2022-11-25 22:54:54 +08:00
Haojun Liao 611ab8b394 refactor: make sure the memory is aligned to 32 bytes. 2022-11-23 21:52:51 +08:00
yihaoDeng 55509833db cron trim 2022-10-31 09:23:33 +08:00
gccgdb1234 f52000d86e return mem to os 2022-10-29 22:25:40 +08:00
afwerar f80dbfb6f5 fix: memory param over 2022-10-13 18:48:06 +08:00
Hongze Cheng fcbaa6082b more code refact 2022-10-13 11:49:46 +08:00
dapan1121 283ce988b5 fix: fix taosc crash issue 2022-08-11 20:04:20 +08:00
afwerar d16af0eeac os: add file auto del func 2022-07-05 18:01:55 +08:00
afwerar b9a1c6744c os: add Mac compile support 2022-07-02 17:40:23 +08:00
afwerar 93a0c69edc fix(os): win ctest error 2022-05-23 13:42:56 +08:00
afwerar 0815843e94 fix(os): make taosd.exe taos.exe run on windows. 2022-05-13 21:42:16 +08:00
afwerar 752e105c0a fix(os): windows compile TDinternal. 2022-05-11 18:24:05 +08:00
afwerar 42204611ba fix(os): add print trace func. 2022-05-11 02:00:09 +08:00
afwerar 32e6557353 fix(os): add print trace func. 2022-05-11 01:53:30 +08:00
Liu Jicong 7b892a0f28 fix: client memory leak 2022-04-26 21:50:36 +08:00
afwerar fc24521621 fix(os): windows compile 3.0. 2022-04-22 09:54:27 +08:00
afwerar 66ea2d6bdc fix(os): .free func const ptr. 2022-04-15 10:49:00 +08:00
afwerar 5d750f26aa [TD-13756]<fix>: file close memory error. 2022-03-31 19:16:56 +08:00
afwerar 5aaafc0f8b [TD-13759]<fix>: forbid pthread func. 2022-03-30 17:44:56 +08:00
Haojun Liao ddfcac1951
Merge pull request #11043 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-03-28 15:38:19 +08:00
afwerar 373865a3b0 [TD-13758]<fix>: add memory option. 2022-03-28 14:57:42 +08:00
afwerar 6baa845db3 [TD-13758]<fix>: add memory option. 2022-03-28 14:48:57 +08:00
Haojun Liao b9c33dade2 [td-13039] merge 3.0. 2022-03-27 15:30:46 +08:00
Liu Jicong 7095e7c644
Merge pull request #11030 from taosdata/feature/tq
Feature/tq
2022-03-26 20:54:33 +08:00
Liu Jicong 06285a252e refactor tmq container 2022-03-26 20:12:45 +08:00
afwerar d79e7de19f [TD-13758]<fix>: allow double free. 2022-03-26 19:14:10 +08:00