Commit Graph

11681 Commits

Author SHA1 Message Date
liuyao ab92894163 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-11-08 16:29:45 +08:00
wangjiaming0909 3e850df3c2 fix: last(ts2), ts2, ts caused data err 2023-11-08 14:43:11 +08:00
slzhou 144856893c enhance: check no exchange operator 2023-11-08 14:19:30 +08:00
liuyao 340fb3e727 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-11-08 14:16:59 +08:00
Ping Xiao 1d36a942be skip rocksdb mem leak issue 2023-11-08 14:02:42 +08:00
Ping Xiao 967cc55dd9 skip rocksdb mem leak issue 2023-11-08 13:59:53 +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
slzhou 680afd41b0 enhance: add test case 2023-11-08 10:40:07 +08:00
dapan1121 7e89e55ba0
Merge pull request #23580 from taosdata/szhou/fix/3.0/select-tags-const
fix: select tags const from table
2023-11-08 08:36:46 +08:00
kailixu b9f389a49f Merge branch '3.0' into enh/TD-23769-3.0x 2023-11-08 08:36:35 +08:00
dapan1121 1045457d16
Merge pull request #23575 from taosdata/szhou/fix/3.0/tbname-no-dot
fix: tbname can not contain dot
2023-11-08 08:35:07 +08:00
charles c1f2f0bb63 add test case for ts-4219 by charles 2023-11-07 18:13:23 +08:00
dapan1121 d1b7c1ea11
Merge pull request #23576 from taosdata/fix/TD-27163
fix: stmt query execution mode issue
2023-11-07 17:51:48 +08:00
Alex Duan ecbe5e6051 case: reduce loop count from 10 to 3 2023-11-07 16:38:26 +08:00
slzhou 433d3b7354 fix: select tags const from table 2023-11-07 15:47:36 +08:00
kailixu ac62714492 Merge branch '3.0' into enh/TD-23769-3.0x 2023-11-07 14:20:38 +08:00
dapan1121 eca1b1aeab fix: stmt query execution mode issue 2023-11-07 11:20:08 +08:00
shenglian-zhou aaa7b45dc3
Merge branch '3.0' into szhou/3.0/fix/TD-27089 2023-11-07 11:07:15 +08:00
slzhou d574b97015 fix: tbname can not contain dot 2023-11-07 11:03:42 +08:00
Adam Ji fc15845f64 ci: update taos-ws-py version 2023-11-07 10:37:39 +08:00
Adam Ji f36446fbbb
ci: update run_case.sh with pip timeout 600 2023-11-07 09:40:12 +08:00
slzhou 06a4174c33 fix: increase taos-ws-py version to 0.3.1 2023-11-07 05:04:15 +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
kailixu 2f4c732cfb Merge branch '3.0' into enh/TD-23769-3.0x 2023-11-06 17:32:04 +08:00
slzhou 3f13ab7a20 fix: fix test case 2023-11-06 17:15:46 +08:00
Alex Duan c6f4c0124d case : add delete_check.py to cases.task 2023-11-06 16:56:14 +08:00
Alex Duan 240d2ee8ad case : check file can be delete after drop table 2023-11-06 16:52:11 +08:00
Adam Ji 4995d9c905 ci: add default timeout 2023-11-06 15:28:13 +08:00
slzhou 41fa664916 enhance: add test case 2023-11-06 14:52:34 +08:00
Adam Ji 57e5ec6680 ci: update taos-ws-py verison 2023-11-06 13:39:03 +08:00
slzhou 5495e1ceac fix: use the right target name 2023-11-06 12:33:09 +08:00
dapan1121 0c4040b48e
Merge pull request #23541 from taosdata/fix/TS-4219.3.0
fix: insert syntax error caused coredump
2023-11-06 08:48:46 +08:00
dapan1121 faf7001828
Merge pull request #23532 from taosdata/szhou/continue-coing
enhance: insert into super table performance improvement
2023-11-06 08:43:33 +08:00
dapan1121 6c4f94661b fix: insert syntax error caused core 2023-11-03 17:43:08 +08:00
slzhou 9a33f0d59a Merge branch '3.0' of github.com:taosdata/TDengine into szhou/3.0/fix/TD-27089 2023-11-03 16:51:53 +08:00
kailixu 77eadc59dc Merge branch '3.0' into enh/TD-23769-3.0x 2023-11-03 16:26:07 +08:00
liuyao e8945cedd8 fix issue 2023-11-03 16:03:23 +08:00
liuyao b1d1e2c778 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-11-03 14:02:59 +08:00
slzhou 2aa02845dc fix: insert perf utility improvement 2023-11-03 11:42:53 +08:00
shenglian zhou 48cac9736b enhance:add test case 2023-11-03 10:32:55 +08:00
dapan1121 92240d7f95
Merge pull request #23505 from taosdata/fix/3.0/TS-4052
fix: nano seconds database error
2023-11-03 10:27:40 +08:00
kailixu d9ed63473c Merge branch '3.0' into enh/TD-23769-3.0x 2023-11-03 08:37:41 +08:00
liuyao 389117b806 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-11-02 20:07:12 +08:00
haoranchen f2b05eddab
Update cases.task 2023-11-02 19:23:33 +08:00
liuyao 79452e4288 add ci 2023-11-02 16:11:08 +08:00
liuyao 62f3b70b77 add ci 2023-11-02 16:01:25 +08:00
liuyao 52083cd694 event window and partition by 2023-11-02 15:52:55 +08:00
liuyao 330b04a8bc Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-11-02 14:36:13 +08:00
kailixu 96b5024347 enh: rsma checkpoint 2023-11-02 13:05:36 +08:00
Alex Duan 1db837ac77
Merge pull request #23502 from taosdata/test/3.0/TD-27005
test:add testcase of the same ts data
2023-11-02 11:18:17 +08:00
dapan1121 66c257a5d0
Merge pull request #23372 from taosdata/szhou/continue-coing
continued ci test for insert stb
2023-11-02 10:01:21 +08:00
wangjiaming0909 b71a013b8d fix: nano seconds database error 2023-11-02 09:36:46 +08:00
kailixu bacf771ada chore: test case for rsma persist 2023-11-02 08:55:01 +08:00
chenhaoran 89a9a5f193 test:add testcase of the same ts data 2023-11-01 18:17:32 +08:00
liuyao 54112d757f test case 2023-11-01 16:56:48 +08:00
liuyao 505c44d9aa Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-11-01 16:50:46 +08:00
slzhou 9b6e44756c restart ci 2023-11-01 16:32:42 +08:00
slzhou 5f52f8940f restart ci 2023-11-01 16:24:54 +08:00
Haojun Liao f76417535c
Merge pull request #23451 from taosdata/fix/TD-26685-3.0
fix:print log if assert & check epoch when update epoch
2023-11-01 15:32:25 +08:00
Haojun Liao a22c84617f
Merge pull request #23491 from taosdata/fix/ly_test
session window max delay
2023-11-01 15:31:46 +08:00
liuyao 1400b0c572 opt test case 2023-11-01 14:10:38 +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
liuyao 5ed8da4246 opt test case 2023-11-01 14:00:49 +08:00
kailixu ab266c712f chore: checkpoint for rsma stream state 2023-11-01 12:29:54 +08:00
Haojun Liao 0cf0ff3bbf
Merge pull request #23455 from taosdata/fix/liaohj
refactor: do some internal refactor.
2023-11-01 12:01:54 +08:00
dapan1121 6305353290 Merge remote-tracking branch 'origin/3.0' into feat/TD-25204 2023-11-01 10:38:50 +08:00
slzhou 4806480b2a enhance: add test case 2023-11-01 09:46:33 +08:00
Haojun Liao 7359f98eca
Merge pull request #23428 from taosdata/fix/3_liaohj
other: merge refactor into 3.0
2023-11-01 09:44:31 +08:00
slzhou 670a95fabc fix: performance test 2023-10-31 21:10:25 +08:00
dapan1121 91df56fcf0 Merge remote-tracking branch 'origin/3.0' into feat/TD-25204 2023-10-31 18:44:54 +08:00
dapan1121 d40cc27abc
Merge pull request #23464 from taosdata/enh/TD-26638-3.0
enh: use placeholder '-' for interval of 1st retention level
2023-10-31 18:36:43 +08:00
dapan1121 ca5e26fca0 fix: fix case issue 2023-10-31 17:16:14 +08:00
slzhou 041ef1ef83 enhance: colvals of table data cxt is not used in insert stb syntax 2023-10-31 17:05:37 +08:00
Haojun Liao a1aa2380ae other: merge 3.0 2023-10-31 16:42:51 +08:00
Haojun Liao 0b18192b23 fix(stream): fix error in finishing event handling. 2023-10-31 16:40:16 +08:00
Haojun Liao 4c0242a58d fix(stream): fix error in finishing event handling. 2023-10-31 16:39:14 +08:00
liuyao b98d79add5 add test case 2023-10-31 15:50:45 +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
liuyao 696294c208 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-10-31 15:41:04 +08:00
liuyao b9e05ab1ec update data 2023-10-31 15:40:42 +08:00
wade zhang 76c9b9afc5
Merge pull request #23377 from taosdata/FIX/TD-26596-3.0
feat: support pipelining of snap replication
2023-10-31 15:19:07 +08:00
haoranchen e1d8ef7315
Update tmqVnodeTransform-stb.py 2023-10-31 10:11:39 +08:00
dapan1121 7d5708f224 fix: case issue and authentication issue 2023-10-31 09:15:40 +08:00
kailixu b03baaed2c chore: revert the code change 2023-10-30 19:49:50 +08:00
kailixu 89651626e3 chore: reopen rsma stream commit 2023-10-30 19:45:18 +08:00
dapan1121 b2fea84a3a fix: case issue and bugs 2023-10-30 19:14:31 +08:00
liuyao 5b74bf87b1 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-10-30 17:55:14 +08:00
tjuzyp f852f87f94 feat: do not build taosx in ci 2023-10-30 17:31:42 +08:00
tjuzyp e644fca619 feat: do not build taosx in ci 2023-10-30 17:25:29 +08:00
kailixu 0b4f19d55a chore: check retentions of show create database 2023-10-30 14:55:25 +08:00
kailixu 5e99b69512 Merge branch '3.0' into enh/TD-26638-3.0 2023-10-30 14:09:41 +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
kailixu c77153cb81 enh: use placeholder '-' for interval of 1st retention level 2023-10-30 14:02:31 +08:00
Haojun Liao a300302956 fix(test): wait for 1 sec before inserting data. 2023-10-30 13:33:59 +08:00
Haojun Liao b0700d6095 Merge branch '3.0' into fix/3_liaohj 2023-10-30 11:57:54 +08:00
liuyao 1a37f19c82 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-10-30 11:43:23 +08:00
dapan1121 d7a692649e fix: add view test cases 2023-10-30 11:03:41 +08:00
Benguang Zhao 78cce00037 test: pause 1s after creating stream in testcase sliding.sim 2023-10-30 10:46:17 +08:00
dapan1121 6f0b634f95 Merge remote-tracking branch 'origin/3.0' into feat/TD-25204 2023-10-30 10:24:16 +08:00
slzhou 4b6f927e6a fix: add test case for bi tag scan 2023-10-30 10:11:57 +08:00
dapan1121 1b7a6bccdf
Merge pull request #23430 from taosdata/enh/TD-26641-3.0
enh: only float/double allowed for sum/avg of rsma
2023-10-30 10:08:55 +08:00
dapan1121 8650c5d4b0
Merge pull request #23392 from taosdata/feat/3.0/TS-4044
feat: support all utf8 characters as alias
2023-10-30 10:04:37 +08:00
dapan1121 972e10a238 Merge remote-tracking branch 'origin/3.0' into feat/TD-25204 2023-10-30 08:45:29 +08:00
Haojun Liao c7285c0ede fix(stream): add expired epset node list for stream tasks in hb to mnode. 2023-10-27 23:41:57 +08:00
Haojun Liao 4c267b538f fix(stream): add expired epset node list for stream tasks in hb to mnode. 2023-10-27 23:05:41 +08:00
dapan1121 9801d5d7b7 fix: desciribe view and memory issues 2023-10-27 19:28:22 +08:00
kailixu eae1b4eb03 chore: relationship between interval/keep 2023-10-27 19:15:23 +08:00
wangjiaming0909 cf158ab428 feat: support all utf8 characters as alias 2023-10-27 15:23:26 +08:00
slzhou 5b944c4762 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/insert-stb-tbname 2023-10-27 14:52:17 +08:00
liuyao aac4fc8d84 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-10-27 14:00:34 +08:00
kailixu 2ad3b98344 chore: test case for rollup 2023-10-27 13:49:39 +08:00
Haojun Liao dcca6b0868 other: merge 3.0. 2023-10-27 11:41:28 +08:00
dapan1121 099f72e84a fix: memory issues 2023-10-27 11:36:17 +08:00
Haojun Liao ec5bdff5fa test:update test case. 2023-10-27 09:59:52 +08:00
Haojun Liao 3bcffcf1da other: merge stream refactor from main. 2023-10-27 09:56:02 +08:00
Haojun Liao 8729bdac1e fix(stream): fix bugs caused by refactor. 2023-10-27 09:54:57 +08:00
wangjiaming0909 70850697a4 feat: support to_timestamp/to_char fix comments 2023-10-27 09:54:16 +08:00
haoranchen 2b0c144c8e
Revert "test:delete zlib cache in ci" 2023-10-27 09:52:59 +08:00
liuyao cf3bfe9310 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-10-27 09:39:00 +08:00
Alex Duan 127cabb2c9
Merge pull request #23420 from taosdata/test/3.0/TD-26953
test:delete zlib cache in ci
2023-10-27 09:24:23 +08:00
Alex Duan 5a62b762a3
Merge pull request #23418 from taosdata/test/3.0/TD-26948
test: support replica3 in splited/transform tmqvnode
2023-10-27 09:24:09 +08:00
slzhou 42618a953a enhance: add test case 2023-10-27 09:07:41 +08:00
slzhou 65386ed237 enhance: add test case 2023-10-27 08:26:04 +08:00
slzhou e1515e871d Merge branch '3.0' of github.com:taosdata/TDengine into szhou/insert-stb-tbname 2023-10-27 08:16:32 +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
chenhaoran 58bab7cf68 test: support replica3 in splited/transform tmqvnode 2023-10-26 19:09:37 +08:00
wade zhang d1e4e909c3
Merge pull request #23384 from taosdata/fix/TD-26884-3.0
Fix/td 26884 3.0
2023-10-26 17:00:00 +08:00
wade zhang 951442e3db
Merge pull request #23381 from taosdata/fix/TD-26884-main
TD-26884
2023-10-26 16:59:39 +08:00
liuyao e151b3df89 opt ci 2023-10-26 15:45:40 +08:00
liuyao 4c45f5a01c add ci 2023-10-26 14:38:05 +08:00
slzhou 779c37b425 enhance: change to invalid operation for stmt error 2023-10-26 14:23:21 +08:00
dmchen 6c9c06552d fix case 2023-10-26 14:14:21 +08:00
dmchen 0682a6bd86 fix case 2023-10-26 06:10:09 +00:00
slzhou 503761a53c enhance: add test case 2023-10-26 07:39:09 +08:00
kailixu e387abcbd3 enh: test case for retentions 2023-10-26 06:34:25 +08:00
liuyao d0e4a5d0f7 opt max delay 2023-10-25 20:29:25 +08:00
Haojun Liao 9baff82f85 test:update test case. 2023-10-25 18:14:05 +08:00
liuyao f51c985914 stream event window 2023-10-25 17:50:16 +08:00
slzhou 5ca39f961c fix: add error test case and fix address sanitizer 2023-10-25 16:30:13 +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
slzhou 1135d31caf enhance: add test case 2023-10-25 11:39:59 +08:00
dapan1121 6dcc555bbc fix: view privilege issue 2023-10-25 10:47:01 +08:00
Haojun Liao 26aaa4a83c other: merge main. 2023-10-25 00:39:14 +08:00
dapan1121 9bf8be1ab4
Merge pull request #23354 from taosdata/fix/3.0/TD-26779
fix: union all cast func resType check error
2023-10-24 16:11:50 +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