Commit Graph

4057 Commits

Author SHA1 Message Date
kailixu 42e3654749 test: add test case for grants 2024-02-18 00:39:47 +08:00
kailixu c976865d7b test: add test case for grants 2024-02-18 00:35:30 +08:00
wangmm0220 43624bbe08 fix:cases error 2024-02-07 09:52:41 +08:00
dm chen 6d2d37d964
Merge pull request #24751 from taosdata/3.0
merge 3.0
2024-02-06 19:16:53 +08:00
wangmm0220 478e1a67ae fix:[TD-28590]add logic for consume excluded 2024-02-06 18:14:06 +08:00
factosea 9301580886 fix: free mem in callback 2024-02-06 13:06:56 +08:00
Alex Duan e54db7e74d
Merge pull request #24742 from taosdata/test/3.0/TD-28566
test:add  testcase of data that set stt block is ahead of  data block
2024-02-05 17:42:59 +08:00
chenhaoran 8baa27e6a3 test: open annotated unit tests in ci 2024-02-05 17:11:39 +08:00
charles 916266b968 add test case for task ts-4467 2024-02-05 15:59:32 +08:00
chenhaoran cc601bdde8 test: the correctness of max_delay intermediate processes is no longer checked 2024-02-05 15:40:59 +08:00
chenhaoran 3e41bcd4fd test:add testcase of data that set stt block is ahead of data block 2024-02-05 15:26:18 +08:00
Minglei Jin 3562ef4334 fix(query/cache): separate null inserting 2024-02-02 12:29:29 +08:00
charles 57148a7731 udpate checkAsan.sh to skip asan_malloc_linux.cpp error 2024-02-02 10:16:14 +08:00
dmchen 97a120ee09 fix taosd monitor case 2024-02-01 08:41:10 +00:00
wangmm0220 a9fcc67321 fix:conflicts from 3.0 2024-02-01 11:13:03 +08:00
“happyguoxy” 077ed6841c test: add agg group always return value cases 2024-02-01 10:38:31 +08:00
“happyguoxy” 165fd7555b test: add agg group not return value cases 2024-02-01 10:38:09 +08:00
wade zhang eeba6a24ad
Merge pull request #24686 from taosdata/feat/TD-27463-3.0
feat: support uniq grant
2024-02-01 09:47:14 +08:00
wangmm0220 74561a66c3 fix:set log level to 135 for some cases 2024-01-31 17:10:31 +08:00
kailixu 69448e4801 chore: adjust test case 2024-01-31 15:48:13 +08:00
wangmm0220 d66d5335bb fix:python error 2024-01-30 09:38:14 +08:00
wangmm0220 35e2b681c7 fix:conflicts from 3.0 2024-01-26 16:32:40 +08:00
wangmm0220 388e89096c fix:test case error 2024-01-26 15:51:37 +08:00
wangmm0220 ce2a3e4be2 fix:test case error 2024-01-26 15:35:29 +08:00
wangmm0220 bd2bef2428 fix:add test case 2024-01-26 15:05:31 +08:00
Alex Duan 1f72313332
Merge pull request #24627 from taosdata/coverage/TD-28401-3.0
coverage: sclfunc.c with query_basic.py
2024-01-26 09:06:17 +08:00
wangmm0220 474514ab66 fix:test case error 2024-01-25 17:29:55 +08:00
Alex Duan 79b694371b fix: tweak timetruncate 2024-01-25 17:07:39 +08:00
Alex Duan 73ead88d70 fix: preciousUS NS passed 2024-01-25 16:55:12 +08:00
Haojun Liao 834f08a2e0
Merge pull request #24552 from taosdata/fix/3_liaohj
fix(stream): do checkpoint after fill-history task completed.
2024-01-25 16:53:11 +08:00
wangmm0220 2798ff824c feat:[TD-28247]add grant for subscribe and stream 2024-01-25 16:07:09 +08:00
factosea 2513531eee fix: statecount function checkou arg full equal 2024-01-25 10:19:51 +08:00
Alex Duan 27aa90d6b0 feat: sclfuns.c finished 2024-01-25 09:12:02 +08:00
Alex Duan 4fbadfaab5
Merge pull request #24594 from taosdata/test/3.0/TD-27987
test:add special compatibility testcase for code coverage
2024-01-24 16:37:02 +08:00
Haojun Liao dc1ea9f9a1 fix(stream): clear htask info when unregistering the task. 2024-01-24 16:23:47 +08:00
Haojun Liao 8a7e38ad15 fix(stream): fix checkpoint failure check. 2024-01-24 13:10:53 +08:00
dapan1121 823981b9b2
Merge pull request #24600 from taosdata/fix/xsren/TD-28447/orderByFuncParamFirstHitColumn
Fix/xsren/td 28447/order by func param first hit column
2024-01-24 10:46:22 +08:00
chenhaoran 408212949f test:add special compatibility testcase for code coverage 2024-01-23 18:21:10 +08:00
charles d63606c04f update test case test_ts4382.py for special testing and alter_database.py for arm64 2024-01-23 17:36:06 +08:00
factosea 20b9028a93 fix: case result change 2024-01-23 16:55:45 +08:00
factosea 251585b49c fix: orderby function first hit column 2024-01-23 15:37:50 +08:00
chenhaoran 2dcec8304a test:add special compatibility testcase for code coverage 2024-01-23 11:35:13 +08:00
Alex Duan 8670d8c962
Merge pull request #24514 from taosdata/td-28200
add test case for function 'elapsed' by charles
2024-01-23 09:14:30 +08:00
dapan1121 5833b7ff02
Merge pull request #24572 from taosdata/fix/xsren/orderBySameNameCol
fix: order by same name col
2024-01-23 08:48:11 +08:00
dapan1121 110284b360
Merge pull request #24563 from taosdata/fix/xsren/TS-4445/eventWindowCondition
fix: time pseudo column used illegally
2024-01-23 08:43:03 +08:00
dapan1121 799ff48e68
Merge pull request #24571 from taosdata/szhou/fix/td-28300-2
fix: compute scalar functions before agg in session window
2024-01-23 08:39:04 +08:00
factosea 119d64ecdc add test case 2024-01-22 19:54:28 +08:00
Charles 474ef2f7df Merge branch '3.0' into td-28200 2024-01-22 17:17:08 +08:00
Alex Duan a13696c2f9
Merge pull request #24567 from taosdata/test/3.0/TD-28388
test: modify testcase of tmqvnodesplit
2024-01-22 16:16:23 +08:00
Charles eb1f107645
Delete tests/system-test/2-query/test_ts4382.py 2024-01-22 13:56:35 +08:00
charles dc92fd3884 Merge branch 'td-28200' of https://github.com/taosdata/TDengine into td-28200 2024-01-22 13:54:17 +08:00
factosea 00fd4f21ca fix: order by same name col 2024-01-22 10:14:11 +08:00
slzhou 0e525a8e22 fix: add test case 2024-01-22 10:11:38 +08:00
chenhaoran d593f367f0 test: increase timeout in case of tmqvnodesplit 2024-01-22 09:40:23 +08:00
chenhaoran a771366620 test: modify testcase of tmqvnodesplit 2024-01-22 09:33:34 +08:00
Alex Duan b0ce5e91de
Merge pull request #24540 from taosdata/test/3.0/TD-28338
test: add test of  empty string in tmq
2024-01-22 09:28:58 +08:00
chenhaoran 897d3f5dba test:add special compatibility testcase for code coverage 2024-01-19 17:54:23 +08:00
chenhaoran 1e3f70a1de test: add test of empty string in tmq 2024-01-19 14:04:22 +08:00
dapan1121 3478ed6ec7
Merge pull request #24531 from taosdata/fix/xsren/TD-28364/last_row
fix: last_row error
2024-01-19 09:12:50 +08:00
wangmm0220 7246fedfef Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/ly_multi_marks 2024-01-18 19:08:35 +08:00
factosea afbe4d99a8 fix: case 2024-01-18 18:16:18 +08:00
factosea b83bb8c150 fix: last_row error 2024-01-18 17:20:31 +08:00
zk66214 bb715c249d delete duplicated cases 2024-01-18 16:58:55 +08:00
dapan1121 eed1095dc1
Merge pull request #24479 from taosdata/szhou/fix/td-28271
fix: add input ignore group to project
2024-01-18 08:49:31 +08:00
dapan1121 66c9c076e8
Merge pull request #24469 from taosdata/fix/xsren/TD-28204/whereOptimizeConditional
Fix/xsren/td 28204/where optimize conditional
2024-01-17 10:20:51 +08:00
Haojun Liao 5a93f0584e
Merge pull request #24311 from taosdata/fix/TD-28032
fix:[TD-28032]concat subtable and hash val as new subtable name to av…
2024-01-17 10:07:24 +08:00
Alex Duan a9e06671c9
Merge pull request #24494 from taosdata/TEST/3.0/TD-28068
add test cases for td-28068
2024-01-17 09:20:50 +08:00
chenhaoran 7350abfca3 test: modify testcase of tmqvnodesplit 2024-01-17 09:13:29 +08:00
Alex Duan e0569525ce
Merge pull request #24472 from taosdata/coverage/TD-28251-3.0
fix: add csum unsigned type test
2024-01-17 09:11:20 +08:00
zk66214 e11c3ba219 add test cases for td-28068 2024-01-16 19:54:07 +08:00
chenhaoran f6eccf10ed test: modify testcase of tmqvnodesplit 2024-01-16 19:15:12 +08:00
Alex Duan 0f88e3d3a2 fix: add database name 2024-01-16 18:21:58 +08:00
factosea cf77226145 skip error case 2024-01-16 16:23:52 +08:00
jiajingbin da648eb115 test: update 2024-01-16 15:15:56 +08:00
jiajingbin d59ede5196 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-28032 2024-01-16 15:05:13 +08:00
xinsheng Ren ae5f540692
Merge branch '3.0' into fix/xsren/TD-28204/whereOptimizeConditional 2024-01-16 14:28:37 +08:00
Alex Duan ff76f9835e fix: add twa all types test 2024-01-16 14:00:26 +08:00
Alex Duan d8e4f38dd7
Merge pull request #24476 from taosdata/test/3.0/TD-28094a
test: replace timestamp now with var ts
2024-01-16 11:01:04 +08:00
factosea 3a4eed5c37 fix: checkIsEmptyResult 2024-01-16 10:46:22 +08:00
dapan1121 2fef37a5cc
Merge pull request #24315 from taosdata/fix/xsren/TD-28068/columnNodeRef2
fix: columanRefNode illegal type conversion
2024-01-16 10:08:34 +08:00
dapan1121 53094f62d8
Merge pull request #24359 from taosdata/FIX/TD-27003
Fix : use last row scan when select last_row, last
2024-01-16 08:50:23 +08:00
dapan1121 22b8dbe7d5
Merge pull request #24474 from taosdata/FIX/TD-28018
Fix: last row num error where partition by null column
2024-01-16 08:48:25 +08:00
slzhou 708b739a31 fix: add test case 2024-01-16 08:43:28 +08:00
chenhaoran 3a1d8f2e8f test: replace timestamp now with var ts 2024-01-15 19:14:24 +08:00
fullhonest fafb5b1f03 Fix TD-28018: last row num error where partition by null column 2024-01-15 18:29:41 +08:00
Alex Duan 46eb87f10f fix: add csum unsigned type test 2024-01-15 17:33:06 +08:00
wangmm0220 2ab54a1335 fix:conflicts from 3.0 2024-01-15 16:54:52 +08:00
factosea 462bf28126 add case 2024-01-15 16:02:16 +08:00
Alex Duan 4d3ac348e6 Merge branch '3.0' into coverage/TD-28251-3.0 2024-01-15 15:33:56 +08:00
fullhonest cb2ab749b5 Fix TD-27003: use last row scan when select last_row, last 2024-01-15 15:22:29 +08:00
Alex Duan 062e5a339e fix: sum.py support -R 2024-01-15 11:23:04 +08:00
Haojun Liao c710718f9e
Merge pull request #24457 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-01-15 10:58:45 +08:00
jiajingbin 8ab763fb9f test: update logic with subtable=None in at_once_session.py 2024-01-15 10:26:21 +08:00
Haojun Liao e058653e1d fix(stream): adjust test cases. 2024-01-15 09:45:04 +08:00
Alex Duan 10f1cbf734 fix: right parenthesis missing 2024-01-15 09:21:03 +08:00
dapan1121 737140a09b
Merge pull request #24430 from taosdata/feat/TD-28267
add PARTITION_FIRST hint to use partition node before agg
2024-01-15 09:12:34 +08:00
factosea 0d56695d96 delete unused code 2024-01-15 02:31:04 +08:00
Alex Duan 14fb86c0a9 feat: add query_basic.py 2024-01-14 22:02:43 +08:00
Alex Duan df40772e95 coverage: sum add all types test 2024-01-14 20:23:37 +08:00
wangjiaming0909 bc1eacf626 add PARTITION_BEFORE_GROUP hint to use partition node before agg 2024-01-12 17:41:34 +08:00
factosea 19d7579e75 fix: copy expr 2024-01-12 14:01:35 +08:00
zk66214 a9fe3ecaa9 fix characters problem 2024-01-12 10:21:13 +08:00
Haojun Liao 578edd447f
Merge pull request #24421 from taosdata/szhou/fix/2/td-28154
fix: windows calculation when offset >0 and calendar sliding
2024-01-12 09:35:09 +08:00
factosea 25f9956ccb fix:test 2024-01-11 21:21:00 +08:00
jiajingbin 83121055d9 test: update stream for subtable 2024-01-11 18:59:42 +08:00
Haojun Liao d4fd544c74 refactor: remove sleep. 2024-01-11 15:18:11 +08:00
Alex Duan fb42c6afd5 coverage: update coverage script file and BlockSMA trigger is 1 2024-01-10 19:59:44 +08:00
slzhou ba2ba0a8cb fix: time window computation error 2024-01-10 16:19:20 +08:00
Alex Duan 51a472f281
Merge pull request #24381 from taosdata/TEST/3.0/TD-28164
add test cases for TD-28164
2024-01-09 15:57:26 +08:00
Alex Duan 70db802e57
Merge pull request #24351 from taosdata/test/3.0/TD-28171
test: save case.sql when case is failed and set default saved sqlfile True
2024-01-09 09:21:23 +08:00
fullhonest 5bd29a413b Fix: not use last row scan when select tbname and last 2024-01-08 19:49:15 +08:00
zk66214 75c25a194f add test cases for TD-28164 2024-01-08 17:19:48 +08:00
chenhaoran 767feba65a test: revert failed case 2024-01-08 16:49:02 +08:00
chenhaoran 031bcaec8f test: test failed case 2024-01-08 14:47:25 +08:00
chenhaoran 826c098aee test: test 2024-01-08 14:46:04 +08:00
dapan1121 6d8637fcf3
Merge pull request #24364 from taosdata/fix/xsren/TD-28165/wildcard2
fix: wildcard character in both target and pattern
2024-01-08 14:34:13 +08:00
chenhaoran 8cdd28131f test: save case.sql when case is failed and set default saved sqlfile True 2024-01-08 12:29:09 +08:00
factosea 8c3fe7cc70 fix: SColumnRefNode transfer to SelectFunction's param 2024-01-08 11:41:58 +08:00
Alex Duan 3a2af1084b
Merge pull request #24307 from taosdata/test/3.0/TD-28120
test: add script  loop.bat
2024-01-08 09:27:31 +08:00
Alex Duan f7716dd750
Merge pull request #24316 from taosdata/test/3.0/TD-28106
test: add testcase that merge same ver stt file after split db
2024-01-08 09:27:05 +08:00
Alex Duan 07ff31c82e
Merge pull request #24273 from taosdata/ts-4403
add test case for ts-4403
2024-01-08 09:13:25 +08:00
factosea c5932c9d1c fix: wildcard character in both target and pattern 2024-01-08 01:13:53 +08:00
chenhaoran db9655c549 test: save case.sql when case is failed and set default saved sqlfile True 2024-01-05 17:07:24 +08:00
kailixu 81d8b9b98b test: add test case for create index 2024-01-05 00:35:29 +08:00
dapan1121 670317ccd7
Merge pull request #24053 from taosdata/enh/3.0/TD-26813
enh: support group by tag/tbname to list empty groups
2024-01-04 09:08:03 +08:00
Alex Duan 22016844bc
Merge pull request #24326 from taosdata/td-28141
update alter_database test case for arm64 ci
2024-01-03 18:22:10 +08:00
Alex Duan af0f2ecf34
Merge pull request #24313 from taosdata/TEST/3.0/TS-4348-TD-27939
Add test cases for TS-4348 and TD-27939
2024-01-03 18:01:21 +08:00
Alex Duan 2e94b652e4
Merge pull request #24320 from taosdata/cases/TS-4423
TS-4423: add test case
2024-01-03 17:43:14 +08:00
charles 589b046ecb update alter_database test case for arm64 ci 2024-01-03 17:05:55 +08:00
dapan1121 f0fbffa772
Merge pull request #24301 from taosdata/fix/3.0/TD-28104
fix: last table scan reported invalid param when col was dropped which
2024-01-03 15:47:33 +08:00
Ping Xiao e67c676466 TS-4423: add test case 2024-01-03 15:19:27 +08:00
chenhaoran 35b8683262 test: add testcase for TD-28106 of copy file in snapshot 2024-01-03 14:52:24 +08:00
chenhaoran c0186a214d test: add testcase for TD-28106 of copy file in snapshot 2024-01-03 14:50:05 +08:00
Haojun Liao a2e85c44c2
Merge pull request #24228 from taosdata/fix/3_liaohj
refactor: remove stream-scan-history event for stream task.
2024-01-03 14:43:20 +08:00
kailixu 8ffb8b652f test: add test case 2024-01-03 06:40:01 +08:00
kailixu e7c8d9176f fix: fill vartype tag with integer when create table 2024-01-02 20:37:12 +08:00
chenhaoran 7b805d2b00 test: add testcase that merge same ver stt file after split db 2024-01-02 20:19:09 +08:00
chenhaoran b48df60fdd test: add testcase that merge same ver stt file after split db 2024-01-02 20:18:10 +08:00
zk66214 866fac624f Add test cases for TS-4348 and TD-27939 2024-01-02 19:26:59 +08:00
Alex Duan b1ce76cebf
Merge pull request #24309 from taosdata/test/3.0/TD-27980
test: modify testcase of  windows
2024-01-02 17:53:59 +08:00
chenhaoran 93fe955828 test: modify testcase of windows 2024-01-02 17:48:05 +08:00
chenhaoran 7333fe5405 test: add script loop.bat 2024-01-02 16:35:01 +08:00
Alex Duan 3eadc04992
Merge pull request #24306 from taosdata/test/3.0/TD-28085
test: modify testcase of hot refresh config
2024-01-02 16:32:33 +08:00
chenhaoran 480f571c2b test: modify testcase of hot refresh config 2024-01-02 16:29:01 +08:00
chenhaoran 1a265a2e9d test: modify testcase of hot refresh config 2024-01-02 16:26:46 +08:00
dapan1121 06e3d8df1d
Merge pull request #24282 from taosdata/fix/3.0/TS-4411
fix: fill prev not working when desc fill
2024-01-02 13:07:21 +08:00
Haojun Liao e7a0044502 Merge branch '3.0' into fix/3_liaohj 2024-01-02 13:02:55 +08:00
wangjiaming0909 be0d35a5af fix: last table scan reported invalid param when col was dropped which
should report invalid col
2024-01-02 10:20:04 +08:00
fullhonest e79516ade3 Fix TD-27939: error for sub query is empty when where 1=2 2024-01-02 10:02:30 +08:00
Alex Duan 3302e22c79 case: create db with wa set small 2023-12-30 22:39:53 +08:00
Haojun Liao 83172f4580
Merge pull request #24286 from taosdata/fix/crash_stream
fix(stream): update the stream error code.
2023-12-29 22:39:24 +08:00
Haojun Liao 7abeb5a27a fix(stream): update the stream error code. 2023-12-29 17:44:10 +08:00
wangjiaming0909 90a8fe5581 fix: fill prev not working when desc fill 2023-12-29 15:08:56 +08:00
dapan1121 55b7bce8b7
Merge pull request #24256 from taosdata/szhou/fix/TD-28019
fix: change the result schema
2023-12-29 08:40:53 +08:00
charles 9052ca6ede add test case for ts-4403 2023-12-28 18:05:28 +08:00
Bob Liu ef22830ca3 adjust 2023-12-28 18:01:30 +08:00
Bob Liu 424ab1bbe3 support table merge scan 2023-12-28 16:18:38 +08:00
charles 9c997e34ea update test case to replace 'gdb' with 'local variables' 2023-12-28 13:32:13 +08:00
slzhou 631eb9a72c fix: add test case 2023-12-28 10:55:50 +08:00
Bob Liu f6e55d358b adjust case 2023-12-27 16:12:50 +08:00
Bob Liu 158c5996df adjust case 2023-12-27 15:51:36 +08:00
charles a97c2e0e16 add test case for jira TS-4382 2023-12-27 13:27:38 +08:00
Bob Liu 42f9d54a70 adjust 2023-12-27 00:28:42 +08:00
54liuyao ccf861dec8 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/3_liaohj 2023-12-26 18:36:18 +08:00
factosea 1aae0e52e3 fix: like wildcard match 2023-12-26 14:48:05 +08:00
Haojun Liao 2cd61804bc test:update the test case. 2023-12-26 14:40:15 +08:00
dapan1121 aff8e1c9a6
Merge pull request #24204 from taosdata/fix/case/TS-4272
fix: test case for csv import data to stable
2023-12-25 15:29:51 +08:00
Bob Liu f672df239e adjust 2023-12-25 13:33:45 +08:00
Bob Liu 31c54e5eda adjust 2023-12-25 12:42:25 +08:00
wade zhang a4f7ee6fb5
Merge pull request #24158 from taosdata/fix/TD-27977
fix: dynamic cfg resetlog
2023-12-25 11:29:56 +08:00
Bob Liu 12bbf50c8f adjust 2023-12-25 10:29:15 +08:00
Alex Duan abcc9c279d
Merge pull request #24178 from taosdata/test/3.0/TD-27992
test: modify test of last_cache_scan.py
2023-12-25 09:29:46 +08:00
Bob Liu 52c244d9ec adjust 2023-12-24 23:48:37 +08:00
Bob Liu 2981880317 adjust 2023-12-24 18:56:17 +08:00
Bob Liu 287c361852 adjust test case 2023-12-24 18:49:48 +08:00
Bob Liu 651b681d4c adjust case 2023-12-24 18:45:51 +08:00
Bob Liu 6e4703e5b4 adjust ts 2023-12-22 22:58:40 +08:00
Bob Liu 3b0d1480f7 adjust case 2023-12-22 18:14:26 +08:00
Bob Liu 3bfc7b3486 adjust case 2023-12-22 18:14:26 +08:00
Bob Liu e3098accc4 support count empty table 2023-12-22 18:14:26 +08:00
chenhaoran 536c002ae4 test: modify test of last_cache_scan.py 2023-12-22 16:48:57 +08:00
Shungang Li 212c1ebb3c udpate test case test_hot_refresh_configurations 2023-12-22 16:15:47 +08:00
chenhaoran 74d5c4aa4b Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-27992 2023-12-22 16:13:10 +08:00
wangmm0220 902504b39b fix:partical func parameters for middle interval[checkStreamSTable1.sim] 2023-12-22 15:28:02 +08:00
wangjiaming0909 153221e1d6 fix: cache scan heap overflow and forbid DDD for to_char in windows 2023-12-21 19:46:33 +08:00
chenhaoran f564e3f7bf test: modify test of last_cache_scan.py 2023-12-21 18:43:40 +08:00
Alex Duan 3bdf514082
Merge pull request #24153 from taosdata/test/3.0/TD-27980
test: support for windows in ci cases
2023-12-21 10:03:20 +08:00
haoranchen 3c7170a974
test:modify debugflag 131 in db.py and default dnode 2023-12-20 18:45:33 +08:00
chenhaoran 8160eaec90 test: support for windows in ci cases 2023-12-20 16:19:21 +08:00
dapan1121 cd044137a0
Merge pull request #24130 from taosdata/fix/3.0/TD-27945
fix: session window block row index overflow
2023-12-20 16:13:47 +08:00
Alex Duan 667a8013b7
Merge pull request #24139 from taosdata/test/3.0/TD-27881
test: support for windows
2023-12-20 12:27:13 +08:00
chenhaoran d819bb4bc1 test: support for windows 2023-12-19 17:33:50 +08:00
wangmm0220 78c8ebae7f fix:remove useless code in split logic plan & random choose vnode in stream task & add test case 2023-12-19 16:35:04 +08:00
chenhaoran cfa1faf79e test: support for windows using 'taos -s' 2023-12-19 15:51:27 +08:00
wangjiaming0909 ad24c03538 fix: session window block row index overflow 2023-12-19 14:31:13 +08:00
Alex Duan ecab6655a6
Merge pull request #24009 from taosdata/test/TD-27721
test: add coverage case
2023-12-19 10:14:16 +08:00
Haojun Liao 79672f8e5f
Merge pull request #24107 from taosdata/fix/3_liaohj
fix(stream): add check for null ptr and leader .
2023-12-18 16:24:07 +08:00
Haojun Liao f3e0feb998 other: wait for 5sec before check results. 2023-12-18 14:26:15 +08:00
dapan1121 bf151eafdc
Merge pull request #24073 from taosdata/enh/xsren/TD-27724/utest
enh: osSystemTest
2023-12-18 09:12:03 +08:00
factosea 662724bb42 enh: test case 2023-12-15 17:38:04 +08:00
Hongze Cheng 4ae13f411e
Merge pull request #24010 from taosdata/feat/TS-4229
feat: compact monitor and kill
2023-12-15 16:20:13 +08:00
Ping Xiao 647b764a57 Merge branch '3.0' into test/TD-27721 2023-12-15 11:13:26 +08:00
charles fd2f619fee add test case for show table distributed command by charles 2023-12-14 17:15:01 +08:00
dm chen 81767dfa32
Merge branch '3.0' into feat/TS-4229 2023-12-14 17:02:51 +08:00
Alex Duan c0c05d036e
Merge pull request #24019 from taosdata/TEST/3.0/TD-27403
TEST/3.0/TD-27403
2023-12-12 19:09:08 +08:00
dmchen ea9eba5621 fix ci case 2023-12-12 05:34:41 +00:00
Alex Duan d17eda7ad7 fix: fix mistaken 2023-12-12 10:41:21 +08:00
Alex Duan 15fec76033 Merge branch '3.0' into case/army 2023-12-11 20:35:10 +08:00
zk66214 7887af1606 Add test cases for TD-27403 2023-12-11 17:09:12 +08:00
Ping Xiao 35236729f2 test: add coverage case 2023-12-11 14:36:09 +08:00
Alex Duan e2161bfeb5 case: remove util folder 2023-12-11 14:30:29 +08:00
Alex Duan 1b1d8200d5
Revert "Test/3.0/td 27403" 2023-12-11 14:13:25 +08:00
zk66214 f68c46a691 Add test cases for TD-27403 2023-12-10 18:27:22 +08:00
Alex Duan de8fc65320
Merge pull request #23965 from taosdata/TD-25762
Td 25762
2023-12-08 15:03:30 +08:00
wade zhang c26d5fa6bd
Merge pull request #23973 from taosdata/fix/TD-27757
fix: memory access out of bounds in doGeomFromTextFunc
2023-12-08 09:09:02 +08:00
Alex Duan 37cfe6e783
Merge pull request #23974 from taosdata/case/TD-25756-3.0
fix: add write_raw_block api check ret error message
2023-12-08 09:08:07 +08:00
dapan1121 4d993e8f9a
Merge pull request #23912 from taosdata/enh/3.0/TD-27276
enh : accept float data as int field input
2023-12-07 19:14:59 +08:00
wangmm0220 4cc47a2edf fix:test case error 2023-12-07 17:19:10 +08:00
wangmm0220 865906eaae Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-27676 2023-12-07 16:33:10 +08:00
Bob Liu f23171d980 adjust case 2023-12-07 16:06:09 +08:00
wangmm0220 60500f4a81 fix:error 2023-12-07 15:17:15 +08:00
Alex Duan 8488f25d20 fix: add write_raw_block api check ret error message 2023-12-07 15:01:38 +08:00
dapan1121 a4242e829a
Merge pull request #23960 from taosdata/enh/xsren/TD-26882
Enh/xsren/td 26882
2023-12-07 13:23:28 +08:00
Shungang Li d3f3ebfe0d fix:memory access out of bounds in doGeomFromTextFunc 2023-12-07 12:01:59 +08:00
Bob Liu 8f5df0b6a3 opt double -> int 2023-12-07 01:51:23 +08:00
Bob Liu bfc12f03cb optimize & perf test 2023-12-06 21:26:29 +08:00
charles 9e36b0dee4 add test case to create/drop same name db multiple times 2023-12-06 18:04:26 +08:00
dapan1121 30eb035447
Merge pull request #23940 from taosdata/fix/TS-4327
fix: last/last_row crash with dropped column
2023-12-06 17:57:24 +08:00
factosea a0e356bf84 Keep the last data with the same timestamp when inserting 2023-12-06 15:20:05 +08:00
Bob Liu 1ec8bf9ef9 add error case 2023-12-06 10:11:52 +08:00
Bob Liu 17866b2b85 case adjust 2023-12-06 02:44:35 +08:00
Bob Liu 9fa884a693 toUIntegerEx 2023-12-06 01:24:23 +08:00
Bob Liu d2b2dee256 opt & add test case 2023-12-05 22:00:33 +08:00
wangjiaming0909 a6c876bbc1 fix: last/last_row crash with dropped column 2023-12-05 14:16:01 +08:00
dapan1121 7589bbab45
Merge pull request #23921 from taosdata/fix/TS-4282-3.0
fix: skip NULL tag
2023-12-05 13:21:00 +08:00
dapan1121 24a2e857c3
Merge pull request #23816 from taosdata/enh/xsren/TD-27474/timezone3.0
fix timezone range
2023-12-05 13:17:55 +08:00
kailixu f3a075ee9e test: check null json tag 2023-12-04 21:00:13 +08:00
facetosea 02ff87b3a3 fix: revert test case 2023-12-04 19:18:20 +08:00
factosea c83b7b80de test case 2023-12-04 14:46:28 +08:00
dapan1121 d10bbc6252
Merge pull request #23877 from taosdata/FIX/TD-27403
Fix TD-27403: insert error about use today + now as timestamp value
2023-12-04 10:55:26 +08:00
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 34e79d158c case: add stream basic test case 2023-12-01 16:27:02 +08:00
wangjiaming0909 fd290709ff fix: state window with block rowIndex overflow 2023-12-01 15:27:30 +08:00
Haojun Liao 7e63943c4e
Merge pull request #23860 from taosdata/fix/TD-27455
fix:tmqVnodeSplit-column.py failed in arm64 because of rebalance after unsubscribe while split vnode
2023-12-01 14:18:58 +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
dapan1121 32030ca130
Merge pull request #23886 from taosdata/revert-23730-enh/TD-26976-3.0
Revert "enh:  grant and active codes"
2023-11-30 19:04:50 +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
wangmm0220 3f6db938f3 fix:minus row num to reduce execute time 2023-11-30 16:00:02 +08:00