Commit Graph

960 Commits

Author SHA1 Message Date
dapan1121 af5d79810b
Merge pull request #23902 from taosdata/fix/3.0/TD-27597
fix: state window with block rowIndex overflow
2023-12-04 09:04:23 +08:00
Alex Duan 2fea7ef871
Merge pull request #23907 from taosdata/case/TD-27586-3.0
case : add stream basic case
2023-12-03 21:44:18 +08:00
Alex Duan a769ccb816 case: add stream basic test case 2023-12-01 16:29:06 +08:00
wangjiaming0909 fd290709ff fix: state window with block rowIndex overflow 2023-12-01 15:27:30 +08:00
Alex Duan 3d67de5934
Merge pull request #23888 from taosdata/td-27383
update test cases for amr64
2023-11-30 19:05:33 +08:00
fullhonest 72d6614b7b Fix TD-27403: insert error about use today + now as timestamp value 2023-11-30 18:39:01 +08:00
charles 8ca00ca70b remove node.sh test case from CI due to exist issue 2023-11-30 16:03:20 +08:00
yihaoDeng 5c32680cd8 Merge branch '3.0' into enh/refactorBackend 2023-11-30 10:31:27 +08:00
yihaoDeng a01ccf8bc9 snode case forbidden 2023-11-29 17:14:37 +08:00
Bob Liu 5c5efa34eb fix crash when insert big csv 2023-11-29 01:53:13 +08:00
Alex Duan c461100b6b
Merge pull request #23832 from taosdata/test/3.0/TD-27401
test:update tmq cases and add performance testcase
2023-11-28 14:47:54 +08:00
chenhaoran dcb5dfb7fb test:update tmq cases and add performance testcase 2023-11-28 10:24:03 +08:00
Alex Duan b6f007b004
Merge pull request #23803 from taosdata/ts4295
add test case for ts-4295
2023-11-27 17:12:37 +08:00
charles e2c5902d3f add test case for task td-27388 2023-11-23 19:23:02 +08:00
charles 205077d230 add test case for ts-4295 2023-11-23 17:09:33 +08:00
slzhou f44ff199f2 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/bi-tbname-col-func 2023-11-23 10:41:34 +08:00
slzhou 668e9e0a8b fix: add test cases 2023-11-22 08:59:29 +08:00
Haojun Liao 785d91c17b
Merge pull request #23661 from taosdata/feat/TD-26060
fix: errors in snode in conditions like fill history/checkpoint/restart
2023-11-21 19:02:38 +08:00
wangmm0220 3241f9bda5 fix:memory leak 2023-11-17 17:26:52 +08:00
wangmm0220 e7593b4bcf fix:testcase error 2023-11-17 15:52:42 +08:00
wangmm0220 cb9f784c33 fix:add test cases 2023-11-17 09:34:27 +08:00
Alex Duan 90f674d482
Merge pull request #23676 from taosdata/test/3.0/TD-26638
test:add testcase of rsma
2023-11-15 20:04:43 +08:00
chenhaoran 4b5973f941 test:remove downloads of taosd package 2023-11-15 15:46:17 +08:00
charles bb9e304355 update case name 2023-11-15 10:11:14 +08:00
dapan1121 a47c7c1b65
Merge pull request #23618 from taosdata/fix/3.0/TS-4233
fix shellRunSingleCommandImp
2023-11-14 13:49:41 +08:00
Bob Liu c4ac65557f adjust case 2023-11-13 16:30:12 +08:00
Bob Liu fbd0d6a3cc cancel task 2023-11-13 15:43:07 +08:00
Bob Liu 05eb328b22 add test case for \G, >> in sql, excute in shell 2023-11-13 15:20:35 +08:00
dapan1121 a51df86e43
Merge pull request #23636 from taosdata/enh/TD-25601-3.0
enh: support delete msg for rsma
2023-11-13 08:47:42 +08:00
dapan1121 40ab3d7cc6
Merge pull request #23431 from taosdata/szhou/tbname-prune-vgroup
enhance: use tbname equal cond to prune vgroups
2023-11-13 08:34:31 +08:00
slzhou 918fadaf00 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tbname-prune-vgroup 2023-11-10 16:45:13 +08:00
kailixu 2a14a10d0d Merge branch '3.0' into enh/TD-25601-3.0 2023-11-10 14:45:45 +08:00
kailixu 674e878ffa enh: rsma support delete 2023-11-10 14:44:29 +08:00
dapan1121 350fac01a0 Merge remote-tracking branch 'origin/3.0' into feat/TD-24802 2023-11-10 11:48:55 +08:00
dapan1121 e5eeea5b16
Merge pull request #23619 from taosdata/fix/TD-26925
fix: const value replace issue
2023-11-10 10:42:22 +08:00
Alex Duan ef7f481f56
Merge pull request #23583 from taosdata/ts4219
Ts4219
2023-11-10 09:20:37 +08:00
Bob Liu dbb271507e add query test case for separator '\G', ';' 2023-11-09 20:48:01 +08:00
Alex Duan 9dae2250c3
Merge pull request #23565 from taosdata/td25204
add non marterial test cases and update sql.error function by charles
2023-11-09 16:39:14 +08:00
dapan1121 e269d042b6 fix: add test cases 2023-11-09 16:28:35 +08:00
dapan1121 c1f935bd12 fix: const value replace issue 2023-11-09 14:49:04 +08:00
kailixu 501d5a7acc Merge branch '3.0' into enh/TD-23769-3.0x 2023-11-08 20:47:15 +08:00
kailixu 72ecb0431c enh: rsma checkpoint 2023-11-08 20:45:44 +08:00
wangjiaming0909 fc6c4fba90 feat: cache scan for select last(c), ts/c 2023-11-08 13:39:28 +08:00
Alex Duan b71df7c8cd
Merge pull request #23563 from taosdata/case/TD-27057-3.0
case : check file can be delete after drop table
2023-11-08 12:58:22 +08:00
charles c1f2f0bb63 add test case for ts-4219 by charles 2023-11-07 18:13:23 +08:00
Adam Ji fc15845f64 ci: update taos-ws-py version 2023-11-07 10:37:39 +08:00
slzhou c716c737ec fix: increase taos-ws-py version to 0.3.1 2023-11-06 23:09:03 +08:00
charles a72d87b3ff add non marterial test cases and update sql.error function by charles 2023-11-06 18:59:34 +08:00
Alex Duan c6f4c0124d case : add delete_check.py to cases.task 2023-11-06 16:56:14 +08:00
slzhou 41fa664916 enhance: add test case 2023-11-06 14:52:34 +08:00
haoranchen f2b05eddab
Update cases.task 2023-11-02 19:23:33 +08:00
slzhou 4a2c52783b Merge branch '3.0' of github.com:taosdata/TDengine into szhou/insert-stb-tbname 2023-11-01 14:10:02 +08:00
dapan1121 91df56fcf0 Merge remote-tracking branch 'origin/3.0' into feat/TD-25204 2023-10-31 18:44:54 +08:00
dapan1121 c4e1faae36
Merge pull request #23432 from taosdata/szhou/bi-mode-tag-scan
enhance: bi mode tag scan
2023-10-31 15:44:53 +08:00
tjuzyp f852f87f94 feat: do not build taosx in ci 2023-10-30 17:31:42 +08:00
dapan1121 0a97f18d72
Merge pull request #23344 from taosdata/feat/3.0/TS-4052
feat: support to_timestamp/to_char
2023-10-30 14:04:33 +08:00
dapan1121 d7a692649e fix: add view test cases 2023-10-30 11:03:41 +08:00
slzhou 4b6f927e6a fix: add test case for bi tag scan 2023-10-30 10:11:57 +08:00
haoranchen 2b0c144c8e
Revert "test:delete zlib cache in ci" 2023-10-27 09:52:59 +08:00
chenhaoran 310793cbf0 test:delete zlib cache in ci 2023-10-26 20:33:51 +08:00
chenhaoran 3f6f928399 test:delete zlib cache in ci 2023-10-26 20:25:01 +08:00
slzhou 779c37b425 enhance: change to invalid operation for stmt error 2023-10-26 14:23:21 +08:00
slzhou efe480ae14 Merge branch 'szhou/continue-coing' into szhou/insert-stb-tbname 2023-10-25 13:30:49 +08:00
slzhou 6134346d4e enhance: test case insert_stb.sim 2023-10-25 13:20:37 +08:00
Hongze Cheng 56bc18bbd4
Merge pull request #23223 from taosdata/fix/TD-26189-libs3
enh(tsdb/cos): new sdk for s3
2023-10-24 01:18:41 -05:00
Alex Duan d86c35936b
Merge pull request #23048 from taosdata/test/3.0/TD-24125
test: increase numbers of cases in windows
2023-10-24 13:49:54 +08:00
Minglei Jin 7fdf6cc696 cmake: use new dir for libs3 2023-10-24 09:04:24 +08:00
wangjiaming0909 f299a28109 feat: support to_timestamp/to_char 2023-10-23 19:36:03 +08:00
wangjiaming0909 04c60486e9 feat: support interval syntax of quoted duration and default unit 2023-10-19 15:46:19 +08:00
chenhaoran 788f21fd94 test: support replica3 in splited/transform tmqvnode 2023-10-18 19:38:24 +08:00
Haojun Liao c6dd73b68b
Merge pull request #23187 from taosdata/feat/TD-26056
feat:add replay logic
2023-10-18 11:43:43 +08:00
Haojun Liao 6120ba440d
Merge pull request #23306 from taosdata/opti/TD-19291
feat:[TD-19291]Schemaless table name can be composed based on rule
2023-10-18 11:41:59 +08:00
dapan1121 e6755461f5
Merge pull request #23087 from taosdata/szhou/pseudo-column-aliasname
enhance: support select `pseduo_column` from (select pseudo_column ...)
2023-10-18 09:23:01 +08:00
chenhaoran aba7143994 Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-24125 2023-10-17 20:35:31 +08:00
wangmm0220 5839e71f1f fix:test case error 2023-10-17 18:52:25 +08:00
wangmm0220 a16c9be49f feat:[TD-19291]Schemaless table name can be composed based on rule 2023-10-17 15:34:16 +08:00
chenhaoran 1459c82d75 test: support replica3 in splited/transform tmqvnode 2023-10-17 11:23:21 +08:00
chenhaoran 93b99e4573 test: support replica3 in splited/transform tmqvnode 2023-10-16 18:21:19 +08:00
slzhou 34246ea001 fix: tag scan support limit and remove slimit optimization 2023-10-16 16:43:15 +08:00
wangmm0220 473142fab7 fix:conflicts from 3.0 2023-10-16 11:35:56 +08:00
chenhaoran fd014c8330 Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-24125 2023-10-13 11:37:25 +08:00
shenglian-zhou cbd9749bfe
Merge branch '3.0' into szhou/pseudo-column-aliasname 2023-10-12 19:01:28 -05:00
slzhou b78a32eb1a Merge branch '3.0' of github.com:taosdata/TDengine into szhou/pseudo-column-aliasname 2023-10-12 11:01:50 +08:00
Haojun Liao eb4449999f other: merge 3.0 2023-10-12 10:33:48 +08:00
chenhaoran 47c9c81a18 Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-24125 2023-10-10 15:38:01 +08:00
slzhou 1762a85127 enhance: add test case 2023-10-10 14:33:53 +08:00
wangmm0220 33045e63ae feat:[TD-26056] add replay logic 2023-10-09 17:35:40 +08:00
yihaoDeng be42143362 Merge branch '3.0' into case/TD-26408-3.0 2023-10-09 14:24:31 +08:00
yihaoDeng cb2a9ee005 Merge remote-tracking branch 'origin/fix/TD-26582' into case/TD-26408-MAIN 2023-10-07 17:52:50 +08:00
dapan1121 913c75e654
Merge pull request #23097 from taosdata/fix/ts-4088
fix: timestamp computation output type is float
2023-09-28 08:42:07 +08:00
slzhou 39cae2b879 fix: typo error 2023-09-27 21:32:54 +08:00
Alex Duan 777b442d88 fix: add keep time offset case 2023-09-27 18:38:55 +08:00
shenglian zhou fc824a3bb9 fix: timestamp add return float when get time range 2023-09-27 16:39:49 +08:00
dapan1121 c8aee79e3f fix: apercentile parameter validation and result error 2023-09-27 16:08:06 +08:00
chenhaoran 65448e2026 test: support replica3 in splited/transform tmqvnode 2023-09-27 10:56:54 +08:00
slzhou 7045509061 fix: add test case 2023-09-27 09:44:54 +08:00
Alex Duan c9af9eb15b
Merge pull request #22915 from lx1zhong/3.0
add TSZ and ADT-FSE algorithm
2023-09-25 15:48:30 +08:00
wade zhang 928c28fb68
Merge pull request #23021 from taosdata/szhou/star-tbname
feature: bi tools support star expansion to include tbname
2023-09-25 12:22:36 +08:00
slzhou d5d7029338 fix: ci error 2023-09-24 21:45:32 +08:00
dapan1121 f0c1585508
Merge pull request #22957 from taosdata/feat/xsren/TS-4000/fillVarchar3.0
fill data of varchar type
2023-09-22 16:16:13 +08:00
Alex Duan 59e474fb38 case: use pytest.sh for -y 2023-09-22 15:49:10 +08:00
Alex Duan ed9e6a21fb case: change pytest.sh 2023-09-22 15:48:02 +08:00
slzhou c6ab8e2ca7 feat: add test case back 2023-09-22 15:09:21 +08:00
slzhou 72307ab877 enhance: move bi to enterprise 2023-09-22 14:27:01 +08:00
Alex Duan f81c6b36ee fix: add case for lost data after split 2023-09-22 14:16:30 +08:00
Haojun Liao 7e4410f094
Merge pull request #22992 from taosdata/feat/TD-26052
feat:support vnode split in tmq
2023-09-22 13:57:21 +08:00
slzhou d858b26939 enhance: add bi mode to script 2023-09-22 13:34:14 +08:00
wangjiaming0909 2ccbc8441d fix: interval_limit_opt.py timeout, privilege_create_db.sim fail sometimes 2023-09-22 13:18:49 +08:00
Alex Duan 1d21d95241 fix: add case for lost data after split vgroup 2023-09-22 12:50:19 +08:00
dapan1121 94ad93febd
Merge pull request #23003 from taosdata/feat-pipelined-agg/TD-25620
feat: pipelined agg when partition by col slimit
2023-09-22 09:48:45 +08:00
wangmm0220 70b5509217 fix:enable split if there are topics 2023-09-21 18:16:05 +08:00
wangjiaming0909 f2832b5aa7 feat: pipelined agg when partition by col slimit 2023-09-21 17:45:49 +08:00
dapan1121 64da3f4ef9
Merge pull request #22978 from taosdata/szhou/show-db-table
enhance: show normal/child tables and show user/system databases
2023-09-21 16:55:26 +08:00
facetosea 3369511e40 rest does not support varbinary 2023-09-21 15:03:21 +08:00
Alex Duan 0ca99ea9c9 feat: add TSZ algo test cases 2023-09-20 19:33:25 +08:00
Alex Duan 6b7eef28b9 fix: restore splitVGroup.py 2023-09-20 19:08:20 +08:00
facetosea c6bb9ff765 fill.py -Q test 2023-09-20 17:52:10 +08:00
slzhou ef1e91a6be Merge branch '3.0' of github.com:taosdata/TDengine into szhou/continue-coing 2023-09-20 08:44:15 +08:00
slzhou d667c49cc4 fix: add test case 2023-09-20 08:35:11 +08:00
wangmm0220 766652a88a fix:vnode tranform support in tmq 2023-09-19 17:27:19 +08:00
xsren 3026c80073 add fill test case 2023-09-19 16:52:03 +08:00
wangmm0220 9ea4984cbd fix:add empty line to the end to avoid fail 2023-09-19 14:39:30 +08:00
wangmm0220 ad70dc178f fix:conflicts from 3.0 2023-09-19 11:56:52 +08:00
wangmm0220 1e859084b7 fix:conflicts from 3.0 2023-09-18 19:57:33 +08:00
Alex Duan cf7cc6b2f3
Merge pull request #22895 from taosdata/test/3.0/TD-26290
test:increase timeout of win testcase
2023-09-15 10:08:05 +08:00
Alex Duan 583f4fa95a
Merge pull request #22905 from taosdata/test/main/TD-26290
test:increase timeout of win testcase
2023-09-15 10:07:25 +08:00
dapan1121 8ef01584ee
Merge pull request #22629 from taosdata/feat/TD-25620
feat: optimize partition node, replace with sort node
2023-09-14 17:26:15 +08:00
chenhaoran be6d80893a test:set mixed deployment of mnode and vnode in testpy 2023-09-14 16:10:16 +08:00
chenhaoran 36a1cac350 test:set mixed deployment of mnode and vnode in testpy 2023-09-14 16:03:50 +08:00
wangjiaming0909 cb78c54d72 optimize sort perf 2023-09-13 18:37:42 +08:00
wangmm0220 9e2d80ac2a fix:conflicts from 3.0 2023-09-13 09:54:27 +08:00
wangmm0220 d707f69a6c opti:ask ep logic in tmq 2023-09-13 09:52:24 +08:00
Haojun Liao 60f5056ab7 other: merge 3.0 2023-09-12 22:00:40 +08:00
Alex Duan ebb08bf440
Merge pull request #22578 from taosdata/TD-25181
update test case tmqSeekAndCommit.py by charles
2023-09-12 13:30:42 +08:00
chao.feng c64cc1bd30 Merge branch 'TD-25181' of https://github.com/taosdata/TDengine into TD-25181 2023-09-12 10:51:02 +08:00
chao.feng 5ad58438b6 update test case tmqSeekAndCommit.py by charles 2023-09-12 08:01:11 +08:00
chenhaoran 81605016f7 test:modify testcase of indepent mnode 2023-09-11 20:02:18 +08:00
chenhaoran 152e347459 test:modify testcase of indepent mnode 2023-09-11 20:01:35 +08:00
Ping Xiao 5c74d5f103 Merge branch 'main' into test/TD-23715 2023-09-06 16:19:45 +08:00
Ping Xiao 060f97ff17 install taos-ws-py for ci 2023-09-06 16:14:50 +08:00
wade zhang 4a287aa8bc
Merge pull request #22655 from taosdata/test/TD-23842
Add test cases for ttl
2023-09-05 16:00:40 +08:00
Ping Xiao a3b749ae6d update test case 2023-09-05 14:04:00 +08:00
Ping Xiao df1222156a Merge branch 'main' into test/TD-23722 2023-09-05 13:33:17 +08:00
Alex Duan 00c5760927
Merge pull request #22730 from taosdata/fix/test_1x
test: add stream cases to 3.0
2023-09-05 11:21:35 +08:00
dapan1121 4a5bcb5c80
Merge pull request #22650 from taosdata/szhou/ip-whitelist
enhance: ip whitelist syntax
2023-09-05 11:00:55 +08:00
wade zhang 8f27724f1f
Merge pull request #22701 from taosdata/fix/test_1x
test: add stream cases to main
2023-09-05 10:57:38 +08:00
wangjiaming0909 2c4e0fee07 feat: optimize partition node, replace with sort node 2023-09-05 10:53:30 +08:00
haoranchen 0ab0b4507b
comment 5dnode3mnodeRoll.py 2023-09-04 19:23:14 +08:00
Ping Xiao b7b97e7a66 TD-23722: add case for TMQ unsubscribe with taosAdapter 2023-09-04 18:33:19 +08:00
haoranchen aa72387133
Update cases.task 2023-09-04 17:21:00 +08:00
jiajingbin 9c66c81e1d
Merge branch 'main' into fix/test_1x 2023-09-01 20:46:29 +08:00
jiajingbin e44206aaca test: update cases.task 2023-09-01 20:44:11 +08:00
yihaoDeng 832b78c0e8 Merge branch '3.0' into szhou/ip-whitelist 2023-09-01 13:44:23 +08:00
dapan1121 cc17848b78 fix: merge 3.0 to main 2023-09-01 13:24:47 +08:00
yihaoDeng 8b146f793d Merge branch '3.0' into szhou/ip-whitelist 2023-09-01 10:51:24 +08:00
dapan1121 228e6c6acd Merge remote-tracking branch 'origin/main' into 3.0 2023-09-01 10:01:10 +08:00
Ping Xiao f39f447aa4 add cases into CI 2023-08-30 17:43:04 +08:00
Haojun Liao 24b1a050fc other: merge 3.0 2023-08-30 16:00:14 +08:00
dapan1121 f94c849f23
Merge pull request #22540 from taosdata/fix/TS-3821
fix: use MD5 hash to fix aliasname not enough to hold dbname.tbname
2023-08-30 15:21:23 +08:00
slzhou 402a4c3d60 enhance: add test case 2023-08-30 15:13:43 +08:00
Haojun Liao b1aa86a290
Merge pull request #22605 from taosdata/feat/TD-18789
feat:support varbinary type
2023-08-30 11:29:26 +08:00
wangmm0220 201a8f0918 feat:support varbinary type 2023-08-28 19:06:16 +08:00
yihaoDeng 20b037d9cc Merge branch 'enh/3.0' into enh/triggerCheckPoint2 2023-08-28 10:46:00 +08:00
dapan1121 0cce255a02 Merge remote-tracking branch 'origin/3.0' into fix/m23.0 2023-08-28 10:06:53 +08:00
Haojun Liao 88f6596965
Merge pull request #22464 from taosdata/feat/TD-18789
feat:support varbinary type
2023-08-28 09:45:57 +08:00
dapan1121 1f40da6fef Merge remote-tracking branch 'origin/main' into 3.0 2023-08-28 09:28:55 +08:00
wangmm0220 438b5a5214 fix:disable varbianry test cases 2023-08-26 00:44:42 +08:00
wangmm0220 26e025d78d feat:[TD-18789]support varbinary type 2023-08-25 15:43:45 +08:00
chao.feng 2d32724c1b update test case tmqSeekAndCommit.py by charles 2023-08-25 15:17:09 +08:00
yihaoDeng 9310d138a6 Merge branch 'enh/3.0' into enh/triggerCheckPoint2 2023-08-24 17:30:35 +08:00
Ganlin Zhao e26e0e2f29 add test 2023-08-23 22:59:52 +08:00
dapan1121 fb51be4a78 fix: add hint test cases 2023-08-22 14:58:42 +08:00
yihaoDeng 1531e2d7d3 Merge branch 'enh/3.0' into enh/triggerCheckPoint2 2023-08-22 09:51:38 +08:00
wade zhang 4d954bd2b1
Merge pull request #22499 from taosdata/test/TD-25838
test:kill tmq_sim process when start cases in windows
2023-08-21 18:51:15 +08:00
chenhaoran af9a73d1e3 test:repire test case for windows 2023-08-21 15:39:06 +08:00
wangjiaming0909 aec02a55be fix: fill last group data between groups 2023-08-21 13:05:13 +08:00
wade zhang 48b73f78a7
Merge pull request #22478 from taosdata/TD-20035
add tmq test case to support data precision 'us' and 'ns' by charles
2023-08-21 11:35:43 +08:00
yihaoDeng 6fe649c458 Merge branch 'enh/3.0' into enh/triggerCheckPoint2 2023-08-21 09:12:40 +08:00
dapan1121 efc5589aa2 Merge remote-tracking branch 'origin/3.0' into feat/TD-24700 2023-08-18 14:11:26 +08:00
chao.feng 9ff243a854 add tmq test case to support data precision 'us' and 'ns' by charles 2023-08-18 13:39:43 +08:00
Haojun Liao ea6574b3c7 other: merge 3.0 2023-08-17 00:07:55 +08:00
Haojun Liao 63bc50a723
Merge pull request #22427 from taosdata/feature/rebuildIndex0
rebuild index at tag0
2023-08-16 09:47:43 +08:00
wade zhang 1a1a12b7b8
Merge pull request #22327 from taosdata/fix/TD-25010-3
feat(tsdb/cos): s3 migration
2023-08-16 08:02:20 +08:00
yihaoDeng 7d1e4a9894 rebuild index at tag0 2023-08-15 08:25:33 +00:00
yihaoDeng 0f0d0953cd rebuild index at tag0 2023-08-15 07:26:53 +00:00
haoranchen 26951294cf
Update cases.task 2023-08-14 15:10:18 +08:00
wangmm0220 c4bd52d434 fix:disable test case 5dnode3mnodeRoll 2023-08-13 18:14:22 +08:00
wangmm0220 25e32bbf7c fix:offset error in tmq & add test cases 2023-08-11 14:25:12 +08:00
Haojun Liao d9bc881fb3
Merge pull request #22384 from taosdata/mark/tmq
fix:offset error in tmq & add test cases
2023-08-11 10:00:08 +08:00
Minglei Jin 4513acfee9 cos: use static libs for mxml, apr, apu, curl 2023-08-11 09:54:54 +08:00
wangmm0220 6155c80729 fix:offset error in tmq & add test cases 2023-08-10 18:38:01 +08:00
Minglei Jin b739a422e3 container-build: use .cos-local for prebuilt building 2023-08-10 14:31:11 +08:00
Minglei Jin 33967b243b
Merge branch '3.0' into fix/TD-25010-3 2023-08-10 12:14:01 +08:00
Haojun Liao f633c7fe2b other: merge 3.0. 2023-08-10 11:56:30 +08:00
Haojun Liao b658608541
Merge pull request #22388 from taosdata/fix/3_liaohj
other: merge main.
2023-08-10 11:43:02 +08:00
Haojun Liao c10b323188 other: merge main. 2023-08-10 09:26:33 +08:00
wangmm0220 873262ec78 fix:add test cases to cases.task 2023-08-09 20:45:05 +08:00
Minglei Jin 4911b6c855 container_build: use local as install dir 2023-08-09 17:07:55 +08:00
Minglei Jin bc64d5f769 cos: use ~/local as prefix for building 2023-08-09 16:53:19 +08:00
Charles 0a3a597c70
Merge branch '3.0' into td_25179_update 2023-08-09 13:29:13 +08:00