Commit Graph

13341 Commits

Author SHA1 Message Date
menshibin dc4aeaf313 test ci examples 2024-09-24 19:48:39 +08:00
menshibin c0204e3252 add nodejs python ci examples 2024-09-24 15:48:08 +08:00
Feng Chao a7a5c44666
Merge pull request #27981 from taosdata/test/python/TS-4592
modify python connector version for CI
2024-09-24 10:56:02 +08:00
kailixu bb31622693 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-21 13:48:33 +08:00
Pan Wei 6e7d954e18
Merge pull request #27996 from taosdata/fix/TS-5443-3.0
fix(query)[TS-5443]. Fix invalid key in ORDER BY within subqueries
2024-09-20 17:21:57 +08:00
kailixu 2bdcf4d3be enh: drop table with uid 2024-09-20 15:29:23 +08:00
Jinqing Kuang 1ccaaf75bd fix(query)[TS-5443]. Fix invalid key in ORDER BY within subqueries
Resolved an issue where an ORDER BY alias in subqueries failed to
convert to the expected ColumnNode when the corresponding column
could be omitted. Updated the conversion logic to handle this case
correctly and ensure proper query execution.
2024-09-20 14:44:30 +08:00
Haojun Liao 85de3f76ac
Merge pull request #27973 from taosdata/fix/TD-32211
fix(stream):set correct primary key column index
2024-09-20 14:26:21 +08:00
kailixu 74242ea74b Merge branch '3.0' into enh/TS-5111-3.0 2024-09-20 11:57:21 +08:00
Feng Chao a49c7a84eb
Merge pull request #27970 from taosdata/td-32059
add ci test case for td-32059, td-31880, td-31966, td-32051 by charles
2024-09-20 10:02:04 +08:00
kailixu 3fd2e51e06 enh: cannot drop table of system db 2024-09-20 09:46:37 +08:00
kailixu b0a711e575 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-20 09:45:49 +08:00
Feng Chao adc12a89e5
Merge pull request #27964 from taosdata/test/3.0/TS-5392
add case by TS-5392 and improve ‘reset log file’ check
2024-09-20 09:13:50 +08:00
kailixu 53c1570f2e enh: add test case for drop table with 2024-09-20 07:55:06 +08:00
kailixu 8a5c47a9c2 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-19 21:25:11 +08:00
menshibin 8b763bf756 modify python version 2024-09-19 19:41:01 +08:00
54liuyao df1ed579fd adj ci 2024-09-19 18:54:30 +08:00
54liuyao f71b14da13 fix(stream):set correct primary key column index 2024-09-19 18:39:00 +08:00
qevolg 2d5c3a190f [TS-5437] test(query): add CI test cases 2024-09-19 23:36:52 +08:00
charles 309ddb3a94 add ci test case for td-32059, td-31880, td-31966, td-32051 by charles 2024-09-19 16:52:39 +08:00
kailixu cac1ce28ad enh: support drop table with uid 2024-09-19 16:47:08 +08:00
Leo Xu 55d6610206 add case by TS-5392 and improve ‘reset log file’ check 2024-09-19 15:22:24 +08:00
kailixu 144ec78bb6 chore: update tests 2024-09-19 05:17:54 +08:00
Leo Xu 0b5ec9035a delete alias and fix bug on test_hot_refresh_configurations.py 2024-09-18 15:25:33 +08:00
Leo Xu 871352fcb1 remove keepAliveIdle check, because keepAliveIdle cannot be hot-update 2024-09-18 11:28:38 +08:00
Feng Chao 50003dc65a
Merge pull request #27883 from taosdata/ts5400
Add ci test case to cover ts-5400 by charles
2024-09-14 10:51:08 +08:00
Pan Wei c3ec606740
Merge pull request #27840 from taosdata/fix/3.0/tunit_big_int
avoid runtime error for double to int64_t conversion
2024-09-14 09:14:56 +08:00
charles 379a837b8c Add ci test case to cover ts-5400 by charles 2024-09-14 08:46:13 +08:00
Feng Chao b29bc45021
Merge pull request #27861 from shuizhilong/3.0
add a test case to verify TS-5349
2024-09-13 16:28:41 +08:00
qevolg ed4c26181b Merge branch '3.0' into test/3.0/TS-4893 2024-09-13 13:35:16 +00:00
qevolg b836235b67 [TS-4893]<test>: add CI test cases test_function 2024-09-13 13:14:10 +00:00
Feng Chao e3842b8fdc
Merge pull request #27854 from taosdata/ts5389
Add  CI test case for ts-5389 by charles
2024-09-13 11:05:56 +08:00
wangmeng 1eb3124cbd add a test case to verify TS-5349 2024-09-13 10:31:10 +08:00
Hongze Cheng 7b3c2bcbe3
Merge pull request #27837 from taosdata/fix/TD-30813-4
fix(stmt2/close): wait asnyc cb completed to free itself
2024-09-13 10:22:26 +08:00
wangjiaming0909 49e2f1f0a4 avoid runtime error for double to int64_t conversion 2024-09-13 09:39:36 +08:00
charles d255e2a7a5 add test case for ts-5389 by charles 2024-09-13 07:57:23 +08:00
Minglei Jin 9ad2b9d96a move sem to client main to wait for set tbname etc. 2024-09-12 14:58:05 +08:00
Pan Wei 5953e94e5c
Merge pull request #27792 from taosdata/feat/TS-4257
feat:Optimising the duration and keep
2024-09-12 09:24:53 +08:00
Pan Wei c8b087fc2d
Merge pull request #27776 from taosdata/fix/3.0/TS-5839
fix:[TS-5839] Fix crash when use last function on a column with all null value with partition subclause.
2024-09-12 09:13:23 +08:00
lyh250-666 cf35e31289 modify test case 2024-09-11 09:43:55 +00:00
54liuyao 5cfe7b8ec9 fix(query):fix the issue of return db error when the timestamp is 0 2024-09-11 14:58:06 +08:00
Jing Sima 64bb49e0db fix:[TS-5839] Fix crash when use last function on a column with all null value with partition subclause. 2024-09-11 13:49:06 +08:00
Haojun Liao 3d579674b8
Merge pull request #27797 from taosdata/fix/syntax
fix(stream): remove delay rsp for dispatch
2024-09-11 13:44:23 +08:00
Haojun Liao 6b1e12872f test: update test cases. 2024-09-11 10:19:37 +08:00
lyh250-666 25c0b92885 feat:Optimising the duration and keep 2024-09-11 01:11:56 +00:00
Haojun Liao c33b57fa65
Merge pull request #27770 from taosdata/fix/syntax
fix(stream):not reset the failed checkpointId
2024-09-11 09:03:51 +08:00
Feng Chao 54cf5c89e3
Merge pull request #27758 from taosdata/test/3.0/flexify
Test/3.0/flexify add flexify and s3 azure cases
2024-09-10 18:05:23 +08:00
Haojun Liao 37355b8ae1 fix(test): update test cases. 2024-09-10 17:49:12 +08:00
Alex Duan 4d11f31955
Merge pull request #27762 from taosdata/fix/TS-5035-3.0
feat: auto test all datatype compression rate tools
2024-09-10 13:56:38 +08:00
Feng Chao d2d2a2f4e0
Merge pull request #27733 from taosdata/test/TD-31842
test:fix clusterBasic case
2024-09-10 13:03:37 +08:00