qevolg
|
2d5c3a190f
|
[TS-5437] test(query): add CI test cases
|
2024-09-19 23:36:52 +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 |
Haojun Liao
|
51bee72807
|
fix(stream):not reset the failed checkpointId
|
2024-09-10 12:58:08 +08:00 |
Alex Duan
|
954c465949
|
feat : first test data is ok
|
2024-09-10 10:15:32 +08:00 |
Pan Wei
|
03fde71155
|
Merge pull request #27540 from taosdata/feat/TS-4893
feat:[TS-4893] Add random and support use min/max on string column.
|
2024-09-10 09:44:40 +08:00 |
lyh250-666
|
8c53e28da9
|
modify checkdnodes error
|
2024-09-10 09:11:27 +08:00 |
Alex Duan
|
4e05c9e79a
|
fix: init auto test compression rate script
|
2024-09-09 21:02:41 +08:00 |
Jing Sima
|
4a8bbc36bd
|
feat:[TS-4893] refactor of rand function.
|
2024-09-09 18:48:24 +08:00 |
Jing Sima
|
a249bef104
|
feat:[TS-4893] Add random and support use min/max on string column.
|
2024-09-09 18:48:24 +08:00 |
Leo Xu
|
c65ad1287d
|
alter flexify num 1 to 2
|
2024-09-09 18:13:12 +08:00 |
Leo Xu
|
43c100b026
|
add flexify and S3azure case
|
2024-09-09 18:11:05 +08:00 |
charles
|
384d750624
|
add test ci case for ts-5390 by charles
|
2024-09-09 17:32:16 +08:00 |
Hongze Cheng
|
8012a1902b
|
Merge pull request #27226 from taosdata/feat/TD-30813-2
feat(stmt2): initial commit for stmt2
|
2024-09-09 08:52:59 +08:00 |
lyh250-666
|
b1c08fac47
|
test:delete redundant code
|
2024-09-07 15:36:29 +08:00 |
lyh250-666
|
256175d3bd
|
test:modify dnodes = 5
|
2024-09-07 14:59:01 +08:00 |
lyh250-666
|
64763f14e9
|
test:fix clusterBasic case
|
2024-09-07 12:34:37 +08:00 |
chenhaoran
|
a58c69e146
|
test:comment out failed testcase in ci
|
2024-09-07 09:42:47 +08:00 |
Minglei Jin
|
65018eec56
|
stmt crash test case
|
2024-09-06 17:03:39 +08:00 |
Minglei Jin
|
26a28c9474
|
stmt2 example
|
2024-09-06 16:18:02 +08:00 |
Minglei Jin
|
352cf8468b
|
stmt2/test: new stmt2 api test program
|
2024-09-06 14:50:35 +08:00 |
Minglei Jin
|
2ac23f72e8
|
Merge branch '3.0' into feat/TD-30813-2
|
2024-09-06 14:01:54 +08:00 |
Jing Sima
|
87130db0e4
|
fix:[TD-31889] extend result buf size for percentile function to handle large double value.
|
2024-09-04 18:33:14 +08:00 |
Haojun Liao
|
c72cd7c783
|
Merge pull request #27650 from taosdata/fix/TD-31844
fix:[TD-31844]open log flag in test case
|
2024-09-04 18:21:55 +08:00 |
Hongze Cheng
|
abeca1e08a
|
Merge pull request #27420 from taosdata/enh/TS-5297-3.0
enh: grant for csv and data sync
|
2024-09-04 18:14:37 +08:00 |