Alex Duan
f6f16ac197
Merge pull request #27183 from taosdata/td30995
...
Td30995
2024-08-14 10:16:00 +08:00
sima
a54019211f
feat:[TS-4893] Support MYSQL functions.
...
Add more functions:
- Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
- String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
- Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
- Aggregate Functions: VAR_POP().
Modify some functions:
- ROUND(): support round to given decimal places.
- CHAR_LENGTH(): support calculate multi-byte character's length.
- TIMEDIFF(): result will be negative when expr1 < expr2.
- STDDEV(): add alias name STDDEV_POP().
- SUBSTR(): add alias name SUBSTRING().
support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
dapan1121
aa82702963
Merge pull request #27054 from taosdata/fix/TD-31003/timezoneOnWin
...
fix: set timezone on windows
2024-08-14 08:50:11 +08:00
chenhaoran
8358b9736b
test:add release building tests and modify debug in unit-test
2024-08-13 16:52:41 +08:00
charles
75df5d47f1
update test case for TD-30995 by charles
2024-08-13 15:13:18 +08:00
chenhaoran
933f34bc38
test:commit cunit_test of taos-tools in unit-test
2024-08-13 15:11:46 +08:00
Alex Duan
3b82afa238
Merge pull request #27089 from taosdata/test/TD-31264
...
test: add a case for concat function
2024-08-13 11:08:40 +08:00
chenhaoran
75543d952c
test:set debug in address sanitizer model
2024-08-13 09:18:29 +08:00
wade zhang
2c0a538f5c
Merge pull request #27172 from taosdata/docs/sheyj-3.0
...
update conncetor log, keep same style
2024-08-13 08:05:12 +08:00
chenhaoran
c68c1e3201
test:set debug in address sanitizer model
2024-08-12 19:56:11 +08:00
Haojun Liao
8d751ca5e3
Merge pull request #27148 from taosdata/fix/3.0/TD-31362-TD-31359-TD-21481
...
1. lock not released when return
2024-08-12 17:34:25 +08:00
t_max
3f10665ba3
docs: update go and c# examples
2024-08-12 15:54:28 +08:00
wangjiaming0909
19952995af
fix fill order by returned wrong values
2024-08-12 15:27:15 +08:00
lyh250-666
6cb288d73e
test: add a case.task for concat function
2024-08-12 09:31:51 +08:00
wangjiaming0909
882cfb7deb
1. lock not released when return
...
2. fix tsma err msg
3. fix fill prev wrong results
2024-08-12 08:53:27 +08:00
Alex Duan
1c6ca34732
Merge pull request #27078 from taosdata/case/TD-31176-3.0
...
fix: restore delete_check.py case
2024-08-10 12:09:55 +08:00
Alex Duan
a23f877c89
Merge pull request #27088 from taosdata/test/TD-31203
...
test: Adding test case for TD-31203
2024-08-09 17:33:29 +08:00
wangmm0220
78f991b2c9
fix:[TS-5156]case error
2024-08-09 16:56:35 +08:00
Alex Duan
bc938eb412
Merge pull request #26895 from taosdata/test/3.0/recoverTD-31057
...
recover test case for TD-31057
2024-08-09 15:30:07 +08:00
Haojun Liao
45c6d42851
Merge pull request #27093 from taosdata/fix/3.0/TD-31274-TD-31280
...
1. fix interval query with month interval day slidng returning wrong …
2024-08-09 13:50:34 +08:00
Hongze Cheng
bf2ed4af4f
Merge pull request #27070 from taosdata/fix/addNewCompressCase
...
just add test case
2024-08-09 10:43:27 +08:00
wangjiaming0909
be4effd0c8
fix test when using -R
2024-08-09 10:25:04 +08:00
xsren
ce122d7cd8
fix: timezone test case
2024-08-09 10:02:09 +08:00
Shengliang Guan
0ab4163905
Merge pull request #27099 from taosdata/docs/udf
...
enh: adjust max_val example codes
2024-08-09 09:28:30 +08:00
Alex Duan
324ce408be
Merge pull request #27097 from taosdata/TEST/3.0/TD-31308
...
Test/3.0/td 31308
2024-08-09 09:16:28 +08:00
Alex Duan
d89565a6f7
Merge pull request #26923 from taosdata/ts5239
...
add test case for ts-5239 by charles
2024-08-09 09:15:39 +08:00
Haojun Liao
6fc8c7bd4e
Merge pull request #26619 from taosdata/fix/3_liaohj
...
fix(stream): adjust the time to free task backend.
2024-08-09 09:09:21 +08:00
xsren
2c68cffe6e
test case
2024-08-08 19:40:38 +08:00
xiao-77
645b49023b
add hyperloglog to requirements.txt
2024-08-08 19:39:43 +08:00
Shengliang Guan
7be4d5b592
enh: adjust udf example codes
2024-08-08 19:19:23 +08:00
Chris Zhai
ff67dd24bc
update cases.task
2024-08-08 18:39:37 +08:00
Chris Zhai
7a78838210
add test cases for TD-31308
2024-08-08 18:37:19 +08:00
wangjiaming0909
d1ed3b3abb
1. fix interval query with month interval day slidng returning wrong window
...
2. fix error msg for creating tsma
2024-08-08 18:10:49 +08:00
lyh250-666
b914cf8dbf
test: add a case for concat function
2024-08-08 17:17:33 +08:00
Shengliang Guan
0d1d462e08
Merge pull request #27083 from taosdata/docs/udf
...
enh: enable log in udf
2024-08-08 17:12:17 +08:00
xiao-77
c02ac1fe4c
test: Adding test case for TD-31203
2024-08-08 16:48:17 +08:00
Shengliang Guan
09f6411f66
fix: format udf example codes
2024-08-08 16:22:49 +08:00
Shengliang Guan
05be996342
enh: adjust bit_add example codes
2024-08-08 16:18:45 +08:00
Alex Duan
7271e040d4
fix: restore delete_check.py case
2024-08-08 12:56:13 +08:00
wangmm0220
a4ebe75b4c
feat:[TD-30883]send data if scan wal too log
2024-08-08 11:45:08 +08:00
Haojun Liao
fe7565330b
Merge branch '3.0' into fix/3_liaohj
2024-08-08 11:20:12 +08:00
yihaoDeng
1cde8c61d6
just add test case
2024-08-08 10:28:00 +08:00
dapan1121
a07adec754
Merge pull request #27048 from taosdata/fix/TD-31047
...
fix:[TD-31047] change poll delay bigger to avoid consumer null if spl…
2024-08-08 09:23:13 +08:00
Ping Xiao
cccec022eb
add test case for TS-4236
2024-08-07 19:20:07 +08:00
wangmm0220
c9eb3ca2f9
fix:[TD-31047] change poll delay bigger to avoid consumer null if split too long
2024-08-07 19:06:42 +08:00
dapan1121
e4a6bae5b3
Merge pull request #27037 from taosdata/fix/TD-31283
...
fix:[TD-31283] code remove by accident
2024-08-07 18:20:05 +08:00
Haojun Liao
82d431d73e
Merge branch '3.0' into fix/3_liaohj
2024-08-07 16:21:27 +08:00
wangmm0220
46f74c7a97
fix:[TD-31283] code remove by accident
2024-08-07 15:44:09 +08:00
wade zhang
521edd2b56
Merge pull request #27041 from taosdata/test/3.0/TD-31005
...
test:skip .h file when scan returned values in scan_file_path.py
2024-08-07 14:38:25 +08:00
haoranchen
417459879e
test:skip .h file when scan returned values in scan_file_path.py
2024-08-07 14:34:47 +08:00
wangmm0220
621bc6750d
fix:[TD-31047] change poll delay bigger to avoid consumer null if split too long
2024-08-07 13:59:47 +08:00
dapan1121
6333ea6240
Merge pull request #27024 from taosdata/test/3.0/TD-31005
...
test:skip .h file when scan returned values in scan_file_path.py
2024-08-07 11:26:32 +08:00
Alex Duan
9e274c2c68
Merge pull request #26986 from taosdata/test/TD-30951-3.0
...
test: adding test case for TD-30951
2024-08-07 10:29:39 +08:00
Haojun Liao
bb7efb7423
Merge branch '3.0' into fix/3_liaohj
2024-08-07 10:21:53 +08:00
haoranchen
48c08bd934
test:skip .h file when scan returned values in scan_file_path.py
2024-08-06 20:34:29 +08:00
xiao-77
8dcafe343e
test:fix test case logical_operators failed while use param '-R'
2024-08-06 15:19:17 +08:00
Alex Duan
dd972927aa
Merge pull request #26996 from taosdata/case/TD-31026-3.0
...
check cluster status with clusterCommonCheck.py
2024-08-06 09:01:32 +08:00
Alex Duan
6557b6c7ae
fix: add clusterCommonCheck.py to army
2024-08-05 19:53:21 +08:00
Alex Duan
5680dfd821
Merge pull request #26984 from taosdata/DuanKuanJun-patch-1
...
Update cases.task remove delete_check.py
2024-08-05 18:44:50 +08:00
t_max
feb5b2c540
docs: improve go and csharp example
2024-08-05 18:34:14 +08:00
Alex Duan
9b02d10380
fix: replace sleep with ClusterComCheck
2024-08-05 18:13:43 +08:00
xiao-77
dd46121a8a
test: adding test case for TS-30951
2024-08-05 16:24:39 +08:00
Alex Duan
f6f971c217
Update cases.task
2024-08-05 16:20:02 +08:00
Alex Duan
be08fd9eb0
Merge pull request #26961 from taosdata/test/3.0/TD-31105
...
test: confirm that the process has been stopped successfully
2024-08-05 13:57:22 +08:00
Alex Duan
eae34eacef
Merge pull request #26966 from taosdata/test/3.0/TD-31015
...
test:add concurrency test cases for executing the taos -k command line.
2024-08-05 13:54:28 +08:00
Haojun Liao
e9ac0d6cd4
other: merge 3.0
2024-08-05 13:38:05 +08:00
chenhaoran
0ffef4947b
test:add concurrency test cases for executing the taos -k command line.
2024-08-05 11:08:51 +08:00
chenhaoran
de572c8c0f
test:add concurrency test cases for executing the taos -k command line.
2024-08-05 11:02:23 +08:00
chenhaoran
1a871e0292
test:add concurrency test cases for executing the taos -k command line.
2024-08-05 11:01:32 +08:00
chenhaoran
dd5b547404
test:add concurrency test cases for executing the taos -k command line.
2024-08-05 09:48:02 +08:00
dapan1121
37fc4f5674
Merge pull request #26533 from taosdata/enh/3.0/TD-26258
...
fix asc/desc fill windows
2024-08-05 09:00:14 +08:00
wade zhang
8e01044408
Merge pull request #26920 from taosdata/test/3.0/TD-31005
...
test: scan returned values in ci
2024-08-05 08:03:05 +08:00
chenhaoran
c7bbfc9465
test: confirm that the process has been stopped successfully
2024-08-03 20:47:15 +08:00
chenhaoran
9e30aef192
test: scan returned values in ci
2024-08-02 16:54:54 +08:00
dapan1121
a443fafad2
fix: interval case issue
2024-08-02 16:29:23 +08:00
chenhaoran
6f5d893cf6
test: scan returned values in ci
2024-08-02 14:44:08 +08:00
dapan1121
5e2c5b8894
fix: calander interval and sliding issue
2024-08-02 14:38:55 +08:00
chenhaoran
ed1e3c304a
test: scan returned values in ci
2024-08-02 14:03:07 +08:00
chenhaoran
361d3634ff
test: scan returned values in ci
2024-08-02 13:21:46 +08:00
chenhaoran
ce006e0b91
test: scan returned values in ci
2024-08-02 10:30:49 +08:00
Haojun Liao
27cadbbcb6
other: merge 3.0
2024-08-02 09:16:03 +08:00
chenhaoran
cef1920251
test: scan returned values in ci
2024-08-02 09:13:33 +08:00
chenhaoran
5da0d33bf2
test: scan returned values in ci
2024-08-02 02:12:46 +08:00
chenhaoran
cc74abad59
test: scan returned values in ci
2024-08-02 01:53:22 +08:00
chenhaoran
7065daab70
test: scan returned values in ci
2024-08-02 01:02:49 +08:00
chenhaoran
3262b61df0
test: scan returned values in ci
2024-08-02 00:48:49 +08:00
Haojun Liao
8be9337659
Merge pull request #26912 from taosdata/fix/create_tb
...
fix(stream): compare vg replica according to different db.
2024-08-02 00:39:48 +08:00
Haojun Liao
55b06746de
fix(test): update a test case.
2024-08-01 22:22:22 +08:00
chenhaoran
e26b9a9f1b
test: scan returned values in ci
2024-08-01 20:46:49 +08:00
chenhaoran
a8c99adf87
test: scan returned values in ci
2024-08-01 19:30:00 +08:00
dapan1121
dd6674fe38
Merge pull request #26543 from taosdata/fix/3.0/TD-30951
...
fix project with bool condition node
2024-08-01 19:11:57 +08:00
Haojun Liao
3b2d1ae101
fix(test): wait for a little longer.
2024-08-01 18:32:01 +08:00
chenhaoran
7cf149ff6b
test: scan returned values in ci
2024-08-01 18:09:55 +08:00
chenhaoran
0940299cf5
test: scan returned values in ci
2024-08-01 17:53:56 +08:00
chenhaoran
6530f0e206
Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-31005
2024-08-01 16:23:28 +08:00
charles
298a72bd8e
add test case for ts-5239 by charles
2024-08-01 15:40:28 +08:00
Haojun Liao
aefb9d275e
fix(stream): add ts in HbMsg.
2024-08-01 15:22:37 +08:00
chenhaoran
add5be6cea
test: scan returned values in ci
2024-08-01 15:17:25 +08:00
dapan1121
6e6f353328
Merge pull request #26896 from taosdata/fix/3.0/TD-31113
...
fix:[TD-31113] return 0.0 instead of -0.0 when using round(),floor() and ceil()
2024-08-01 14:08:03 +08:00
chenhaoran
ddbf300f23
test: scan returned values in ci
2024-08-01 12:37:36 +08:00
sima
04d525d429
feat:[TS-5137] Support group/partition by position and alias.
2024-07-31 15:30:31 +08:00
sima
a81d8261e5
fix:[TD-31113] return 0.0 instead of -0.0 when using round() and ceil()
2024-07-31 14:00:06 +08:00
haoranchen
fdc5b5709e
Update cases.task
2024-07-31 11:32:08 +08:00
haoranchen
6f8657ed08
fix test case in fullopt.py
2024-07-31 10:49:41 +08:00
haoranchen
4364fa8a1e
recover test case for TD-31057
2024-07-31 10:48:06 +08:00
dapan1121
4e62fda958
Merge pull request #26877 from taosdata/fix/3.0/TD-31133
...
fix:[TD-31133] Fix crash when using partition by with having clause.
2024-07-31 10:31:57 +08:00
dapan1121
51a28996c0
Merge pull request #26852 from taosdata/fix/TD-29991/inNull
...
fix: in null
2024-07-30 18:11:26 +08:00
sima
880921e165
fix:[TD-31133] Fix crash when using partition by with having clause.
2024-07-30 15:55:04 +08:00
wangjiaming0909
2c3cddb8b4
add tests for fix fill asc/desc
2024-07-30 14:59:08 +08:00
wangjiaming0909
0e868735be
fill add test
2024-07-30 14:59:08 +08:00
wangjiaming0909
e1e5a7780c
revise fill start and end timestamp
2024-07-30 14:59:08 +08:00
wangjiaming0909
f3698adebf
fix project with bool condition node
2024-07-30 14:56:55 +08:00
dapan1121
f77223d2a4
Merge pull request #26827 from taosdata/tsma_test
...
fix tsma test case
2024-07-30 14:38:41 +08:00
xsren
d0131bb83a
fix: not in null
2024-07-30 14:33:47 +08:00
dapan1121
235712b79e
Merge pull request #26855 from taosdata/opti/TD-31097
...
fix:[TD-30882]ci case error in sometimes
2024-07-30 10:19:31 +08:00
xsren
915ec87f8d
test case
2024-07-30 09:53:35 +08:00
xsren
d7aab4c7b6
fix: in null
2024-07-29 19:15:48 +08:00
wangjiaming0909
b9bb3fd1de
fix tsma test
2024-07-29 18:52:18 +08:00
wangmm0220
19bd217573
fix:[TD-30882]ci case error in sometimes
2024-07-29 17:23:57 +08:00
54liuyao
1ce6f1c1c7
adj operator res
2024-07-29 13:22:46 +08:00
wangjiaming0909
bfeb90e19f
fix tsma test case
2024-07-29 11:47:25 +08:00
54liuyao
cf489cb442
adj operator res
2024-07-29 10:44:56 +08:00
54liuyao
e0f49cb148
fix tmq param issue
2024-07-29 09:49:25 +08:00
wangjiaming0909
1cbfed8a69
fix tsma py test
2024-07-28 09:29:16 +08:00
xsren
74f1bb4ff9
test case
2024-07-26 14:48:55 +08:00
Haojun Liao
a09ad7a81e
Merge pull request #26743 from taosdata/fix/syntax
...
fix(stream): check return value, and do some internal refactor.
2024-07-24 15:47:45 +08:00
Haojun Liao
9bfb0603d8
test: update the test cases.
2024-07-24 00:27:22 +08:00
Haojun Liao
923c791201
other: update test cases.
2024-07-23 19:53:32 +08:00
Haojun Liao
d8993c16ee
fix(stream): update test case.
2024-07-23 19:32:05 +08:00
Haojun Liao
4d8064c950
fix(tsdb):fix invalid return code.
2024-07-23 19:16:06 +08:00
dapan1121
35827fb534
Merge pull request #26735 from taosdata/enh/TD-31043
...
enh:[TD-31043] Handling return value in function
2024-07-23 18:08:37 +08:00
Alex Duan
d80a68512d
Merge pull request #26696 from taosdata/test/3.0/TD-31057
...
test: add the more compilation cache directories in CI
2024-07-23 17:28:41 +08:00
chenhaoran
fbd17ca914
test: add deploy in CI
2024-07-23 17:19:42 +08:00
chenhaoran
158466a525
test: add deploy in CI
2024-07-23 17:12:56 +08:00
chenhaoran
7a8190f5b3
test: add deploy in CI
2024-07-23 17:10:26 +08:00
sima
70699ba61e
enh:[TD-31043] use check_rows_loop in stream_basic.py
2024-07-23 15:37:17 +08:00
Hongze Cheng
3f79e5b7e3
Merge pull request #26676 from taosdata/feat/TD-30991-3.0
...
feat: (errcode) ttime.c geomFunc.c geosWrapper.c
2024-07-23 11:09:20 +08:00
Shungang Li
f5f84c3cc6
feat: (errcode) ttime.c
2024-07-23 09:13:42 +08:00
xsren
bf03c2b3d8
fix: tupleData
2024-07-22 20:26:55 +08:00
chenhaoran
2288e23a6b
test: add the more compilation cache directories in CI
2024-07-22 13:54:44 +08:00
chenhaoran
5ce3e84254
test: add the more compilation cache directories in CI
2024-07-22 13:30:34 +08:00
chenhaoran
7002935f75
test: add the more compilation cache directories in CI
2024-07-22 11:35:38 +08:00
xsren
c019849413
add test case
2024-07-22 11:34:52 +08:00
xsren
ebe0074da4
fix: interp crash
2024-07-22 00:06:47 +08:00
Alex Duan
cfb24bc379
Merge pull request #26457 from taosdata/test/3.0/TS-5130
...
test: adding test case for TS-5130
2024-07-21 09:52:17 +08:00
Alex Duan
d3ef68147b
Merge pull request #26580 from taosdata/test/3.0/TS-5142
...
Adding test case for TS-5142
2024-07-21 09:49:46 +08:00
chenhaoran
fc0f6b94be
test: add the more compilation cache directories in CI
2024-07-20 10:11:37 +08:00
chenhaoran
d4e0a43893
test: add the more compilation cache directories in CI
2024-07-19 22:29:23 +08:00
chenhaoran
747ce8d3a7
test: add the more compilation cache directories in CI
2024-07-19 22:27:49 +08:00
Hongze Cheng
651077866e
Merge pull request #26684 from taosdata/fix/TS-5184-3.0
...
fix: insert clause mixed with bound and unspecified columns
2024-07-19 17:01:33 +08:00
Alex Duan
924bb1acad
Merge pull request #26687 from taosdata/test/3.0/TD-31057
...
test: add ci test machines
2024-07-19 16:08:22 +08:00
chenhaoran
48ef6b348c
test: add ci test machines
2024-07-19 15:56:51 +08:00
kailixu
41d175a6a1
fix: insert clause mixed with bound and unspecified columns
2024-07-19 15:12:32 +08:00
kailixu
0792b025ea
fix: insert clause mixed with bound and unspecified columns
2024-07-19 15:08:34 +08:00
54liuyao
5b293e7340
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-19 14:42:44 +08:00
Alex Duan
90e4d16fcc
Merge pull request #26655 from taosdata/test/update_stream_case_0718_3.0
...
test: refactor stream case for 3.0
2024-07-19 12:54:50 +08:00
54liuyao
140a128a1d
adj ci
2024-07-19 09:23:46 +08:00
jiajingbin
8fe1353b96
test: update
2024-07-19 09:12:32 +08:00
54liuyao
7b3b4653a5
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-19 08:57:23 +08:00
54liuyao
fbfffc4aec
adj ci
2024-07-19 08:55:26 +08:00
Alex Duan
028c9db9ea
Merge pull request #26665 from taosdata/test/3.0/TD-30930
...
test:fix case for default debugflag
2024-07-18 19:45:59 +08:00
chenhaoran
cf91c71e1b
test:fix case for default debugflag
2024-07-18 19:16:14 +08:00
chenhaoran
97b6c43c9a
test:fix case for default debugflag
2024-07-18 19:15:44 +08:00
54liuyao
b594decc14
adj ci
2024-07-18 18:54:27 +08:00
54liuyao
8d769c97ec
adj ci
2024-07-18 18:48:52 +08:00
chenhaoran
6da9bfbf18
test:fix case for default debugflag
2024-07-18 18:26:24 +08:00
54liuyao
dfff9b19ad
adj ci
2024-07-18 18:08:31 +08:00
jiajingbin
db4a2c7e98
test: refactor cases
2024-07-18 15:37:30 +08:00
jiajingbin
97b5e8fde0
test: refactor cases
2024-07-18 15:36:20 +08:00
jiajingbin
bcb39e29fb
test: refactor cases
2024-07-18 15:34:15 +08:00
Alex Duan
597d239c4a
Merge pull request #26645 from taosdata/test/3.0/TD-28935
...
test:increate timeout in checking dnodes
2024-07-18 11:21:12 +08:00
Alex Duan
2c2ca2c287
Merge pull request #26614 from taosdata/test/3.0/TD-30930
...
test:reducing the number of restarts in test cases
2024-07-18 11:20:47 +08:00
Alex Duan
3f5a784c08
Merge pull request #26644 from taosdata/test/3.0/TD-31028
...
test: use queryResult and check_rows_loop in testcase
2024-07-18 11:20:35 +08:00
Alex Duan
e5da58ab3d
Merge pull request #26639 from taosdata/test/cast
...
add cast case for ci
2024-07-18 10:30:15 +08:00
chenhaoran
5689cc1038
test:increate timeout in checking dnodes
2024-07-17 20:55:31 +08:00
chenhaoran
05e1d17a44
test: use queryResult and check_rows_loop in testcase
2024-07-17 19:49:02 +08:00
zhiyong
db40210a63
add cast case
2024-07-17 17:27:14 +08:00
kailixu
95465e46a8
Merge branch '3.0' into enh/TS-5177-3.0
2024-07-17 13:39:05 +08:00
kailixu
0afc8a687a
enh: grant supports mongodb
2024-07-17 10:54:30 +08:00
Hongze Cheng
95f3230a1c
Merge pull request #26573 from taosdata/fix/TD-30981-3.0
...
fix: disable dynamic modification of 'tempdir'
2024-07-17 10:53:49 +08:00
Haojun Liao
f3cfd297b8
fix(stream): return after get value.
2024-07-16 19:42:29 +08:00
chenhaoran
2a5e665f3b
test: test ci
2024-07-16 17:25:37 +08:00
zhipz
0d8caf8dd9
Changing the database default values to the python None
2024-07-16 09:11:24 +08:00
dapan1121
c10106a4da
Merge pull request #26512 from taosdata/enh/TD-29679
...
use regex cache
2024-07-15 19:01:50 +08:00
Alex Duan
92cb9f5317
Merge pull request #26516 from taosdata/fix/s3case
...
fix: change s3 timestamp_step 100ms and 50ms
2024-07-15 17:00:58 +08:00
zhipz
c0405f7631
Adding test case for TS-5142
2024-07-15 16:37:21 +08:00
Shungang Li
57dc3f4562
fix: disable dynamic modification of 'tempdir'
2024-07-15 15:15:17 +08:00
zhipz
80611e553c
Fixing the incorrect version of common.py
2024-07-15 14:33:51 +08:00
zhipz
bdb63b6208
Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TS-5130
2024-07-15 14:31:29 +08:00
zhiyong
38e66c58eb
add ci case TD-30948
2024-07-15 10:13:47 +08:00
chenhaoran
2978b33e01
test: test ci
2024-07-14 18:43:58 +08:00
chenhaoran
2e73cb80aa
test: test ci
2024-07-14 17:57:54 +08:00
chenhaoran
9d2f1a2f4b
test: test ci
2024-07-14 17:40:55 +08:00
factosea
57f826608a
checkout regex pattern at client
2024-07-12 11:48:48 +08:00
Alex Duan
3d7ff37aaf
Merge pull request #26541 from taosdata/TS-5143
...
add ci test for TS-5143
2024-07-12 11:38:34 +08:00
zhiyong
91b0ef27a1
add ci test for TS-5143
2024-07-12 09:07:51 +08:00
factosea
cfda747613
fix: match cache release
2024-07-11 21:00:08 +08:00
factosea
e0f9dc1dce
add test case
2024-07-11 11:23:13 +08:00
Alex Duan
97576dc091
fix: change s3 timestamp_step 100ms and 50ms
2024-07-10 20:41:45 +08:00
dapan1121
076fd07a26
Merge pull request #26492 from taosdata/enh/3.0/bigger_tsma_interval
...
Enh/3.0/bigger tsma interval
2024-07-10 18:30:40 +08:00
Alex Duan
fdf9e69184
Merge pull request #26486 from taosdata/ts5131
...
udpate test case for backquote modification
2024-07-10 16:47:58 +08:00
wangjiaming0909
2b12e9edd4
fix tsma test
2024-07-10 15:28:44 +08:00
wangjiaming0909
2b34ea3601
split tsma tests
2024-07-10 12:55:19 +08:00
54liuyao
331d692a6f
add ci
2024-07-10 09:38:42 +08:00
54liuyao
9c7178fedd
add ci
2024-07-10 09:34:50 +08:00
wangjiaming0909
844a01a751
fix tsma test
2024-07-10 09:22:38 +08:00
dapan1121
92089e2d86
Merge pull request #26417 from taosdata/enh/TD-29154/diff
...
Enh/td 29154/diff
2024-07-10 08:38:32 +08:00
wangjiaming0909
b10beaa035
fix test
2024-07-09 21:54:11 +08:00
wangjiaming0909
143dda3e6f
add tests for tsma with bigger interval
2024-07-09 19:31:16 +08:00
wangjiaming0909
64f3d11783
add tests for month/year tsma interval
2024-07-09 17:39:44 +08:00
dapan1121
3852c55a75
Merge pull request #26423 from taosdata/fix/TD-30883-3.0
...
fix[TD-30883] tmqParamsTest.py failed in some times
2024-07-09 17:12:00 +08:00
zhipz
c29d22449c
Using the checkdata.
2024-07-09 17:07:47 +08:00
charles
87428925d9
udpate test case for backquote modification
2024-07-09 16:48:19 +08:00
factosea
163b31a4ee
fix: type overflow
2024-07-09 14:48:21 +08:00
zhipz
466d39fa02
Adding database parameter in common.py:new_con, common.py:new_cur.
...
Changing some content of TS-5130.py
2024-07-09 11:17:31 +08:00
factosea
28dc3c85ea
type overflow
2024-07-08 20:38:23 +08:00
wangjiaming0909
73d4fa48f9
support month/year tsma interval
2024-07-08 18:22:33 +08:00
wangmm0220
7ff7ef1d73
fix:[TD-30883]send hb before close in tmq
2024-07-08 13:51:30 +08:00
Hongze Cheng
c8aa963417
Merge pull request #26434 from xinjiempolde/enh/TD-21826-3.0
...
enh/td-21826-3.0 error handling for stmt
2024-07-08 10:21:14 +08:00
zhipz
d7ca42f925
Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TS-5130
2024-07-08 09:55:20 +08:00
zhipz
c8e10d15a5
Adding test case for TS-5130
2024-07-08 09:30:07 +08:00
zhiyong
514108c3bf
test: move TS_5105 to queryBugs
2024-07-07 16:33:20 +08:00
wangjiaming0909
dbc2e9ec75
support bigger tsma interval
2024-07-05 18:21:48 +08:00
xjzhou
c9153b8176
update CI test case stmt_error
2024-07-05 16:27:40 +08:00
xjzhou
48560ddf43
recover taoscTest.cpp
2024-07-05 14:23:54 +08:00
dapan1121
2dbedaf88b
Merge pull request #26415 from taosdata/feat/3.0/TS-5131
...
feat:[TS-5131] Support parse alias table name with backquote.
2024-07-05 09:01:32 +08:00
factosea
748e34f15e
fix test case
2024-07-04 19:34:12 +08:00
Alex Duan
9541232927
Merge pull request #26408 from taosdata/case/TD-30686-3.0
...
fix: add queryBugs.py
2024-07-04 19:09:40 +08:00
wangmm0220
ea7733f9ce
fix[TD-30883] tmqParamsTest.py failed in some times
2024-07-04 18:10:10 +08:00
sima
7526f8315a
feat:[TS-5131] Support parse alias table name with backquote.
2024-07-04 16:10:19 +08:00
factosea
593d8adc42
test case
2024-07-04 15:56:12 +08:00
Alex Duan
26f2868468
fix: add queryBugs.py
2024-07-04 13:56:23 +08:00
Alex Duan
c8022d1104
Merge pull request #26406 from taosdata/td28163
...
add and update ci test cases by charles
2024-07-04 13:46:47 +08:00
Alex Duan
3f8dd77293
Merge pull request #26402 from taosdata/test/TS-5105
...
add ci case for TS-5105
2024-07-04 13:42:34 +08:00
Alex Duan
5f3239d88d
Merge pull request #26387 from taosdata/tests/TS-5103-3.0
...
test: [TS-5103] add test case for window fill value query
2024-07-04 13:40:10 +08:00
charles
069145ad85
add and update ci test cases by charles
2024-07-04 11:09:59 +08:00
zhiyong
13d7629c05
add ci case for TS-5105
2024-07-04 09:13:56 +08:00
“happyguoxy”
1f288aa8c7
modify cases time cost
2024-07-03 19:23:10 +08:00
“happyguoxy”
50b9af1422
modify cases time cost
2024-07-03 18:20:22 +08:00
xjzhou
19cbd47bef
Merge remote-tracking branch 'origin/3.0' into enh/TD-21826-3.0
2024-07-03 17:08:07 +08:00
bitcapybara
f4a83bfab7
test: add non-zero fill value in window query
2024-07-03 08:17:33 +00:00
bitcapybara
62508323b4
test: [TS-5103] add test case for window fill value query
2024-07-03 07:52:28 +00:00
Alex Duan
e3c12279e1
Merge pull request #26359 from taosdata/ts5054_ci
...
test: add ci case for TS-5054
2024-07-02 14:56:45 +08:00
xjzhou
d69c5b1840
isStmtBind
2024-07-02 10:56:55 +08:00
dapan1121
2f970dbc03
Merge pull request #26351 from taosdata/fix/TS-5105-1
...
fix(query):adj second param for last_row
2024-07-02 10:50:36 +08:00
zhiyong
0a45bdb2a2
add ts_5054 ci case
2024-07-02 09:23:16 +08:00
54liuyao
be2c16723d
adj second param for last_row
2024-07-01 16:38:47 +08:00
wangjiaming0909
6df387bb12
fix fill ts test case
2024-07-01 08:59:01 +08:00
sima
6282ebef22
fix:[TD-30755] fix heap-buffer-overflow when no qualified data in pk's data block.
2024-06-28 09:20:42 +08:00
Hongze Cheng
10237869d9
Merge pull request #26292 from taosdata/fix/TD-30620
...
Add index filtering based on column value type
2024-06-27 13:41:42 +08:00