Commit Graph

12882 Commits

Author SHA1 Message Date
Hongze Cheng 393805e257
Merge pull request #25992 from taosdata/TEST/3.0/TD-30189
Test/3.0/td-30189
2024-06-03 09:20:38 +08:00
Chris Zhai 2d9f81d34c add verification of query date 2024-05-31 16:49:03 +08:00
Haojun Liao 923eaaa569 fix(test): update test cases. 2024-05-31 16:12:44 +08:00
Ping Xiao 426527023f TD-30354: update test case 2024-05-31 16:09:08 +08:00
Yihao Deng b8e63fa5f4 support add column compress 2024-05-31 06:56:33 +00:00
Haojun Liao bef1953b24
Merge branch '3.0' into fix/3_liaohj 2024-05-31 14:27:46 +08:00
Chris Zhai e47069b67c add test cases for TD-30188 2024-05-31 13:49:48 +08:00
Chris Zhai b56a2b5ed1 add test cases for TD-30189 2024-05-31 11:33:42 +08:00
Hongze Cheng 0988064f9c
Merge pull request #25950 from taosdata/fix/TD-30291-3.0
fix: arb distinguish between isSync and acked
2024-05-30 19:50:51 +08:00
dapan1121 4f67ccc5d5
Merge pull request #25935 from taosdata/fix/3.0/TD-30188
fix select from union all caused crash
2024-05-30 15:45:44 +08:00
Haojun Liao 5768cc94a1 Merge branch '3.0' into fix/3_liaohj 2024-05-30 15:35:00 +08:00
Alex Duan c48db6b212
Merge pull request #25964 from taosdata/TEST/3.0/TS-4721
Test/3.0/ts-4721
2024-05-30 09:21:11 +08:00
Ping Xiao 4f49cb7940 coverage: add test case for db encrypt 2024-05-29 18:11:45 +08:00
Chris Zhai c9c1e3ec9d update cases.task to add test cases 2024-05-29 15:01:18 +08:00
Chris Zhai 003f9138bc add test cases for TS-4721 2024-05-29 14:59:22 +08:00
Ping Xiao 9e842929e8 TS-4847: add test case 2024-05-29 14:36:14 +08:00
54liuyao 444014f6ac add ci 2024-05-29 14:10:08 +08:00
Shungang Li 4bfddf5020 fix: ci test case 2024-05-28 19:09:56 +08:00
Haojun Liao bd514fe4d3 other: merge rows. 2024-05-28 11:13:09 +08:00
wade zhang d30e4b9654
Merge pull request #25936 from taosdata/ts4806
add test case for ts-4806 and complicated accuracy query section by c…
2024-05-28 08:10:18 +08:00
dapan1121 99859c30ed
Merge pull request #25932 from taosdata/fix/TD-30190
Fix/td 30190
2024-05-27 18:53:21 +08:00
charles 86eb1313ba add test case for ts-4806 and complicated accuracy query section by charles 2024-05-27 17:22:30 +08:00
wangjiaming0909 fd34087b8c fix select from union all caused crash 2024-05-27 16:20:13 +08:00
dapan1121 a25b70c45c fix: add timeline test cases 2024-05-27 14:53:30 +08:00
Alex Duan 5887b3753e
Merge pull request #25919 from taosdata/test/fix_stream_subtable_case_3.0
test: update stream case for subtable
2024-05-27 11:11:27 +08:00
Haojun Liao 89fb56e77d other: merge 3.0 2024-05-24 11:41:51 +08:00
jiajingbin 3a9a21b825 test: update stream case for subtable 2024-05-24 10:31:03 +08:00
Alex Duan e58dfc7d70
Merge pull request #25901 from taosdata/td30198
update test case to fix error occasionally
2024-05-23 16:29:21 +08:00
Alex Duan a491037199
Merge pull request #25856 from taosdata/test/3.0/TD-30164
Test/3.0/td 30164
2024-05-23 15:28:54 +08:00
charles f3a5f81ab1 update test case to fix error occasionally 2024-05-23 13:22:42 +08:00
Haojun Liao 5aae69338c fix(test): update test cases. 2024-05-22 16:13:13 +08:00
Haojun Liao 77852fa702 fix(stream): avoid data overflow and fix test cases. 2024-05-22 13:20:45 +08:00
dapan1121 f8c9d40ff6
Merge pull request #25849 from taosdata/fix/3.0/TS-4806
fix event window operator forget filting having clause
2024-05-22 09:10:45 +08:00
chenhaoran 9881a833a6 test:modify testcase for TD-30187 2024-05-21 19:07:50 +08:00
chenhaoran 69b2c9feca test:print error message in ci of address sanitizer test 2024-05-21 15:45:18 +08:00
dapan1121 09609dbac5
Merge pull request #25825 from taosdata/fix/3.0/TD-30065
fix show create table with empty table name
2024-05-21 09:16:51 +08:00
chenhaoran 8f7f40f75d test:collect unit-test log in ci 2024-05-20 17:12:42 +08:00
Alex Duan 1eb6975db7
Merge pull request #25839 from taosdata/TEST/3.0/TD-30030
[3.0]add test cases for TD-30030
2024-05-20 15:37:54 +08:00
Haojun Liao 3baa4169e6 Merge branch '3.0' into fix/3_liaohj 2024-05-20 10:31:53 +08:00
wangjiaming0909 9ae476c147 fix event window operator forget filting having clause 2024-05-20 10:30:51 +08:00
chenhaoran 5d73586158 test:add last cache test in compatibility 2024-05-17 18:14:14 +08:00
wangjiaming0909 59bf72428d fix show create table with empty table name 2024-05-17 17:52:17 +08:00
chenhaoran b58d21f195 Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-29957 2024-05-17 16:49:11 +08:00
Chris Zhai 29530a4bdc add test cases for TD-30030 2024-05-17 15:27:03 +08:00
haoranchen 3ecdd57673
Update compatibility.py 2024-05-17 14:59:39 +08:00
Alex Duan 1ddeea37cd
Merge pull request #25818 from taosdata/DuanKuanJun-patch-5
Update cases.task 3.0 s3Basic.py
2024-05-16 18:24:05 +08:00
dapan1121 028c388435
Merge pull request #25788 from taosdata/fix/3.0/TD-30044
fix partition_by_col interval not loading blocks caused crash
2024-05-16 18:20:25 +08:00
Alex Duan 39c0b003dd
Update cases.task 2024-05-16 15:23:23 +08:00
dapan1121 41e8a6996f
Merge pull request #25808 from taosdata/fix/TS-4787-3.0
fix(meta scan):check system table scan result
2024-05-16 15:10:24 +08:00
Alex Duan 6b930526af
Merge pull request #25803 from taosdata/TEST/3.0/TD-29196
Test/3.0/td-29196
2024-05-16 15:08:35 +08:00
54liuyao 4be4a04621 fix(meta scan):check system table scan result 2024-05-16 09:56:07 +08:00
haoranchen 55bb398098
Update compatibility.py 2024-05-16 09:49:43 +08:00
wangjiaming0909 2279f60eed fix partition_by_col interval not loading blocks caused crash 2024-05-16 09:48:00 +08:00
Haojun Liao f8eb217c75
Merge pull request #25790 from taosdata/fix/TD-30064
fix:remove dot from child table in stream
2024-05-16 09:21:22 +08:00
Chris Zhai 0cc1c412af add test cases for TD-29196 2024-05-15 19:50:25 +08:00
Alex Duan da02be6418
Merge pull request #25786 from taosdata/feat/TD-25871-3.0
upgrade taospy 2.7.15
2024-05-15 19:39:53 +08:00
Alex Duan 18903ff79b
Merge pull request #25797 from taosdata/TEST/3.0/TS-4791
Test/3.0/ts-4791
2024-05-15 18:32:16 +08:00
Hongze Cheng f4a9c5e3c8
Merge pull request #25669 from taosdata/enh/TD-29953
Enh/TD-29953
2024-05-15 17:26:26 +08:00
Hongze Cheng 9dd3f326ea
Merge pull request #25731 from taosdata/enh/TD-29968-3.0
enh: grant support s3/active-active/dual-replica/db_encryption
2024-05-15 15:52:28 +08:00
Chris Zhai 5ac136fdee update test cases for TS-4791 2024-05-15 15:20:20 +08:00
wangmm0220 1eb2984986 fix:remove dot from child table in stream 2024-05-15 14:57:50 +08:00
Haojun Liao abd90c733a fix(stream): remove backend files only after the in-memory task is dropped. 2024-05-15 14:24:35 +08:00
menshibin 810f689b67 upgrade taospy 2.7.15 2024-05-15 11:01:32 +08:00
Alex Duan 3c4e9a65d8
Merge pull request #25768 from taosdata/TEST/3.0/TD-29904
add test cases for TD-29904
2024-05-15 09:16:00 +08:00
Yihao Deng 0c25b71add change test case 2024-05-14 20:11:18 +08:00
Hongze Cheng c57dd5f607
Merge pull request #25764 from taosdata/fix/TD-30030-3.0
fix: error msg of show tags from ntb/view
2024-05-14 18:10:54 +08:00
Chris Zhai 72daedc2fd update test cases 2024-05-14 17:20:55 +08:00
Chris Zhai 4c6be2464e add test cases for TD-29904 2024-05-14 15:25:59 +08:00
Alex Duan c87ced12b6
Merge pull request #25752 from taosdata/td28586
add test case for task TD-28586 by charles
2024-05-14 14:03:41 +08:00
Alex Duan 65d724c178 fix: the field is not float or double match invalid tsz compress 2024-05-14 13:28:00 +08:00
kailixu ba8d44e49c fix: error msg of show tags from ntb/view 2024-05-14 12:49:09 +08:00
kailixu 4abe06627c fix: error msg of show table tags from view 2024-05-14 12:25:25 +08:00
Minglei Jin b318121e8e Merge branch '3.0' into enh/TD-29968-3.0 2024-05-14 10:57:33 +08:00
charles 0f0d9886a2 add test case for task TD-28586 by charles 2024-05-13 17:52:59 +08:00
kailixu 8ab24c71d0 fix: show tags from undefined table 2024-05-13 17:14:29 +08:00
factosea e3f5cc9af1 skip join case 2024-05-13 13:32:41 +08:00
“happyguoxy” 7d4ebd88e7 add pk cases 2024-05-13 11:51:19 +08:00
“happyguoxy” 82b60a0bbf add pk cases 2024-05-13 11:51:16 +08:00
“happyguoxy” ddb694a57e add pk cases 2024-05-13 11:51:12 +08:00
“happyguoxy” 8fcf35783a add pk cases 2024-05-13 10:32:05 +08:00
“happyguoxy” 3930cef9ac add pk cases 2024-05-13 10:32:01 +08:00
“happyguoxy” bce036fe91 add pk cases 2024-05-13 10:31:33 +08:00
factosea d538bf3048 join test case 2024-05-13 00:25:40 +08:00
kailixu 60e02eb3e6 Merge branch '3.0' into enh/TD-29968-3.0 2024-05-12 23:15:40 +08:00
“happyguoxy” 52350a6595 add pk cases 2024-05-11 13:46:16 +08:00
chenhaoran c72de84fd1 test:add last cache test in compatibility 2024-05-10 18:08:59 +08:00
kailixu 7418711878 test: test case for show grants full 2024-05-10 17:25:33 +08:00
Alex Duan a5357dc34d
Merge pull request #25680 from taosdata/test-td-29035
Test td 29035
2024-05-10 14:16:42 +08:00
“happyguoxy” 56c29e22cc add pk cases 2024-05-10 11:17:01 +08:00
“happyguoxy” 168f6ab257 add pk cases 2024-05-10 10:31:16 +08:00
“happyguoxy” 49091958f7 add pk cases 2024-05-10 10:31:00 +08:00
Haojun Liao 934efc909c Merge pull request #25679 from taosdata/fix/3_liaohj
fix(query): set correct row length for rowid sort.
2024-05-09 13:29:25 +08:00
“happyguoxy” 30f90b8ec3 add pk cases 2024-05-09 09:08:55 +08:00
“happyguoxy” 47d83aefb1 add pk cases 2024-05-09 09:08:36 +08:00
“happyguoxy” 8dd984eb3f add pk cases 2024-05-09 09:08:31 +08:00
“happyguoxy” b80a792d23 add pk cases 2024-05-08 18:58:42 +08:00
“happyguoxy” c1dd51507e add pk cases 2024-05-08 18:58:22 +08:00
“happyguoxy” 4ea967587f add pk cases 2024-05-08 18:58:18 +08:00
“happyguoxy” b44e2d3ab6 add pk cases 2024-05-08 18:58:04 +08:00
“happyguoxy” ff15b921a5 add pk cases 2024-05-08 18:57:45 +08:00
“happyguoxy” a09856957a add pk cases 2024-05-08 18:57:26 +08:00
factosea 0d86361a94 add test case 2024-05-07 17:21:10 +08:00
Chris Zhai 7b017b817d update test cases 2024-05-06 14:55:39 +08:00
Chris Zhai 5ea788fb7e add test cases for td-29157 2024-05-06 11:36:56 +08:00
Haojun Liao f2bc93b78d
Merge pull request #25598 from taosdata/fix/3_liaohj
refactor(stream): opt stream sink perf.
2024-04-30 16:59:22 +08:00
Haojun Liao d73fd5492a fix(test): update test case. 2024-04-30 14:24:20 +08:00
dapan1121 c0bd60fa9d
Merge pull request #25596 from taosdata/use_tsma_when_partition_by_tag
use tsma when partition by tag
2024-04-30 13:25:56 +08:00
wangjiaming0909 bf1c12af53 use tsma when partition by tag 2024-04-30 09:30:36 +08:00
wangjiaming0909 94fc209d7d fix scanoperator using sma info of last group 2024-04-29 16:17:04 +08:00
dapan1121 2c5ae8011e
Merge pull request #25565 from taosdata/fix/3.0/TD-29769
fix count return negative value when loading sma
2024-04-29 13:35:37 +08:00
wangjiaming0909 5bab2db71f fix count return negative value when loading sma 2024-04-29 10:43:26 +08:00
charles b0efe19b8d check arm64 env and update CMAKE_BUILD_TYPE as Debug for arm64 2024-04-29 09:26:07 +08:00
dapan1121 0997355460
Merge pull request #25560 from taosdata/tsma_tradeoff
usable tsma
2024-04-29 09:22:50 +08:00
wangjiaming0909 cb008f18dc usable tsma 2024-04-29 09:18:40 +08:00
Alex Duan 132d97bbca
Merge pull request #25535 from taosdata/fix/TD-29750-3.0
fix: max topic number allow exist create
2024-04-29 09:14:19 +08:00
Haojun Liao f115a33a94
Merge pull request #25538 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-04-28 23:21:52 +08:00
Alex Duan e2787bdd4d fix: wait upload max from 5m to 10m 2024-04-28 18:12:45 +08:00
Haojun Liao 82d560ddb3 fix(test): fix test cases. 2024-04-28 17:58:47 +08:00
Chris Zhai 94f0dca425 add test_td29793 to cases.task 2024-04-28 15:52:18 +08:00
Chris Zhai 27a10c944a add test scripts for td29793 2024-04-28 15:27:57 +08:00
Haojun Liao 3c5ca17737 Merge branch '3.0' into fix/3_liaohj 2024-04-28 13:57:16 +08:00
Haojun Liao 5a3755e892 fix(test): fix test cases. 2024-04-28 13:30:46 +08:00
dapan1121 d0c1e660c2 fix: ctable tag scan issue 2024-04-28 11:31:46 +08:00
Alex Duan 22fd5a7a15 fix: max topic number allow exist create 2024-04-27 21:57:53 +08:00
Alex Duan 6d6dda0ae3
Merge pull request #25504 from taosdata/test/3.0/TD-28952
test: add tmq and stream in compatibility
2024-04-26 18:50:26 +08:00
dapan1121 94297d4e25
Merge pull request #25513 from taosdata/fix/TD-29793
fix:[TD-29793] check if column and tag name are dumplicate in schemaless
2024-04-26 15:57:04 +08:00
wangmm0220 19b7bb9e0c fix:[TD-29793] check if column and tag name are dumplicate in schemaless 2024-04-26 11:41:41 +08:00
Hongze Cheng e8af63c81e
Merge pull request #25486 from taosdata/enh/TS-4636-3.0
enh: enlarge number of mounted disks
2024-04-26 08:57:59 +08:00
Haojun Liao b3d2ccec83
Merge pull request #25483 from taosdata/fix/3_liaohj
fix(query): add ts in cache_scan_operator if pk exists and only retri…
2024-04-25 22:32:26 +08:00
chenhaoran 91ebee80b0 test: add tmq and stream in compatibility 2024-04-25 19:59:58 +08:00
Alex Duan 88ade6f4e1
Merge pull request #25461 from taosdata/feat/TD-28945-3.0
fix: uncomment tcompare crash
2024-04-25 19:08:09 +08:00
Hongze Cheng d65bd323d8 fix test case 2024-04-25 18:12:56 +08:00
Alex Duan cb97979fe4 fix: snapshot.py passed1 2024-04-25 16:58:04 +08:00
Alex Duan 1fca5edb0e fix: snapshot.py passed 2024-04-25 16:48:26 +08:00
Haojun Liao 7d1e2f1f9d fix(util): set code to be success if set config success. 2024-04-25 16:38:26 +08:00
Alex Duan 1804c12ee8 fix:solve snapshot.py failed 2024-04-25 15:42:30 +08:00
Alex Duan 20b09bc862 fix: check diff correct 2024-04-24 16:40:01 +08:00
Alex Duan 84d3d6d514
Merge pull request #25469 from taosdata/td27337
add ci test cases for join
2024-04-24 16:26:18 +08:00
charles 7e544b85b9 update case error 2024-04-24 13:54:21 +08:00
Alex Duan 3480155902 fix: remove def list 2024-04-24 13:47:00 +08:00
Alex Duan a74495a163 fix: create table from 10 reduct to 6 2024-04-24 12:51:00 +08:00
Hongze Cheng e47d17e826
Merge pull request #25451 from taosdata/enh/refactorCompress
refactor compress
2024-04-24 10:55:00 +08:00
Alex Duan c657c19427 fix: uncomment tcompare crash 2024-04-23 19:38:44 +08:00
Hongze Cheng ed9c943d68
Merge pull request #25450 from taosdata/fix/TD-29700-4
fix(qsort): use non-recursive taosqsort_r instead of taosqsort
2024-04-23 19:09:16 +08:00
Yihao Deng 072733d3f7 Add new error codes for compress parameter and compress level 2024-04-23 07:36:38 +00:00
Minglei Jin 6acac83435 fix(test/join): order by t1 & ts 2024-04-23 14:51:28 +08:00
Minglei Jin 0f2cdc96be fix(test/pk_error): order by t & ts 2024-04-23 14:39:41 +08:00
dapan1121 07e01b3e97
Merge pull request #25386 from taosdata/fix/3.0/TD-29631
fix cancel create tsma memory use after free
2024-04-23 13:17:55 +08:00
Alex Duan e00f5c8a24 fix: add drop database 2024-04-23 09:09:15 +08:00
Alex Duan de7c53d9c9 fix: add drop database predb 2024-04-22 20:50:01 +08:00