Commit Graph

10623 Commits

Author SHA1 Message Date
dapan1121 27a201441a
Merge pull request #21821 from taosdata/fix/ts-3572
fix: udfd can not connect to taosd since authentification failure
2023-06-28 16:31:59 +08:00
dapan1121 3db873652a
Merge pull request #21868 from taosdata/fix/TS-3581
fix: fix result of first can be 0 occasionally
2023-06-27 16:43:35 +08:00
Ganlin Zhao 2f18b60422 add test case 2023-06-27 15:34:58 +08:00
Ganlin Zhao 427484889a add test case 2023-06-27 15:33:41 +08:00
slzhou 6de507d392 fix: modify test case 2023-06-25 11:44:01 +08:00
slzhou 1805d30e10 fix: add test case 2023-06-25 11:36:41 +08:00
kailixu afa186108e chore: more code 2023-06-25 00:19:30 +08:00
kailixu 4c169bc09b fix: system stable query with limit/offset 2023-06-25 00:17:40 +08:00
chao.feng d00cf2dfb5 update test case to combine three cases into one, reduce the time cost of inserting data by charles 2023-06-19 14:11:30 +08:00
dapan1121 3bd5fbad0c
Merge pull request #21754 from taosdata/fix/TD-24832
fix: invalid system table primary key and distinct order by column issue
2023-06-19 13:24:48 +08:00
dapan1121 c79273955d fix: timeline function for system table query case 2023-06-19 10:12:30 +08:00
Hui Li ee065b508b
Merge pull request #21761 from taosdata/test/main/TD-23045
test:add test case for windows
2023-06-19 09:19:09 +08:00
wade zhang 3f17b7a8d5
Merge pull request #21757 from taosdata/test/main/TS-3524
test:add testcase for TS-3524
2023-06-16 17:56:08 +08:00
chenhaoran bc0dc76e7d test:add test case for windows 2023-06-16 17:35:22 +08:00
chenhaoran 0eae4a5c85 Merge branch 'main' of https://github.com/taosdata/TDengine into main 2023-06-16 16:13:34 +08:00
chenhaoran d6e14ffb19 test:add testcase r for TS-3524 2023-06-16 14:35:02 +08:00
chenhaoran d51edbafc4 test:add testcase r for TS-3524 2023-06-16 14:33:22 +08:00
dapan1121 575c48212a
Merge pull request #21721 from taosdata/fix/TD-24707
fix: forbid system table functions
2023-06-15 18:52:33 +08:00
Hui Li 3bd05b79fc
Merge pull request #21728 from taosdata/test/TD-23713
TD-23713: add case into ci
2023-06-15 09:49:46 +08:00
Ping Xiao 1b922a1434 TD-23713: add case into ci 2023-06-14 17:24:00 +08:00
Ganlin Zhao d5c73f31a6 add test case 2023-06-14 14:06:07 +08:00
Ganlin Zhao 2131159a38 add test case 2023-06-14 14:04:03 +08:00
slzhou a36557f009 fix: calculate the rows that can be put in one page 2023-06-14 13:44:11 +08:00
Hui Li bca86d6936
Merge pull request #21678 from taosdata/test/TD-24713-MAIN
test: make diff function testing case to pass
2023-06-14 08:34:26 +08:00
Hui Li 39e30a1da1
Merge pull request #21592 from flyingangel2013/ts_3469
update the ci test case for user privilege by charles
2023-06-09 16:31:40 +08:00
Hui Li 2311a670ab
Merge pull request #21475 from flyingangel2013/ts_3423
add test case for task 3423 by charles
2023-06-09 16:28:16 +08:00
Hui Li 5fab73aca5
Merge pull request #21471 from flyingangel2013/ts_3405
add test case for task 3405 by charles
2023-06-09 16:27:35 +08:00
Alex Duan 2bafca4b2b test: make diff function testing case to pass 2023-06-09 12:55:07 +08:00
Shuduo Sang 500493b157
fix: remove -y from taosdump test (#21661)
* fix: remove -y from taosdump test

* fix: taosdumpTestNanoSupport.py
2023-06-09 09:20:43 +08:00
dapan1121 5a3d3713dc
Merge pull request #21601 from wangjiaming0909/fix/m/TS-3482
fix: select desc and asc return different rows after delete
2023-06-08 15:17:28 +08:00
dapan1121 6c20a331aa
Merge pull request #21547 from taosdata/fix/TD-24507
fix: fix multiple diffs output less lines if null values involved
2023-06-08 10:37:51 +08:00
dapan1121 a4f5bac344
Merge pull request #21606 from taosdata/szhou/fix-ts3498
fix: rewrite count(*) to count(1) for temp table
2023-06-07 15:56:50 +08:00
liuyao 1f64629740 opt stream ci test 2023-06-07 10:26:06 +08:00
slzhou ca2314efdb fix: add test case 2023-06-07 08:16:49 +08:00
liuyao 49ca147c47 fix stream ci issue 2023-06-06 19:18:43 +08:00
jiacy-jcy be2b0662d2 test:modify test case for multilevel.py 2023-06-06 17:39:32 +08:00
wangjiaming0909 73585b3552 fix: select desc and asc return different rows after delete 2023-06-05 17:44:34 +08:00
chao.feng 765111daf3 update the ci test cases for user privilege by charles 2023-06-05 14:56:19 +08:00
Haojun Liao 5c115c0900 other:merge main. 2023-06-03 17:22:27 +08:00
yihaoDeng 9f8f5374aa fix: num_of_records_per_req item in json config need less than 32768. current = 100000 2023-06-02 16:56:20 +08:00
wangmm0220 b2f0d88639 fix:conflict 2023-06-02 15:43:35 +08:00
Haojun Liao 2e5a56a037
Merge pull request #21570 from taosdata/fix/liaohj_main
other: merge  3.0 into main.
2023-06-02 13:12:27 +08:00
Haojun Liao d45aa7ef84
Merge pull request #21555 from taosdata/fix/liaohj_main
other: merge main into 3.0.
2023-06-02 13:11:12 +08:00
Hui Li b9cdbe964f
Merge pull request #21438 from flyingangel2013/ts_3398
add test case for ci from test task ts_3398 by charles
2023-06-02 11:51:51 +08:00
wangmm0220 56782a5d41 fix:open task case & modify mqRebVgReq encode/decode style 2023-06-01 18:29:16 +08:00
Haojun Liao 1036259a7b fix(query): fix error in fill. 2023-06-01 18:25:05 +08:00
Haojun Liao 706e350217 fix(query): fix error in fill and partition. 2023-06-01 14:36:42 +08:00
Haojun Liao 5301c5756a other: merge main into 3.0. 2023-06-01 09:29:18 +08:00
Ganlin Zhao 5fe82cbdad comment test cases 2023-05-31 16:54:37 +08:00
Ganlin Zhao 1e201da9b7 fix test cases 2023-05-31 16:26:23 +08:00