Alex Duan
6a7d8858dc
test: add smaBasic.py test case
2023-05-30 14:36:51 +08:00
Ganlin Zhao
0dc8baede4
add test cases
2023-05-30 14:21:47 +08:00
wangmm0220
757ac9b1d9
fix:add test cases
2023-05-30 14:20:21 +08:00
wangmm0220
78db3520a6
fix:conflict
2023-05-29 14:57:03 +08:00
wangmm0220
97e0e0ea0d
fix:add test case
2023-05-29 14:35:59 +08:00
chao.feng
5d3e405032
update the test case by charles
2023-05-26 14:19:35 +08:00
chao.feng
8e735dc608
update test case ts_3405.py to reduce the testing time
2023-05-26 10:47:05 +08:00
chao.feng
4a4e3d9275
update replica number in case and only left the scenario of 3 replica
2023-05-25 11:53:10 +08:00
dmchen
0e41f82bb7
test case parameter
2023-05-25 11:26:11 +08:00
Ganlin Zhao
bd45785dfd
add test cases
2023-05-24 01:30:48 -07:00
Dingle Zhang
984211f3b4
Feature/3.0 geometry ( #21037 )
...
* Add GEOMETRY data type and make sql.c able to parse it. The GEMETRY works like BINARY so far.
* add GEOMETRY type into gConvertTypes to fix some issues like DELETE calling
* change some test cases to make sure no same timestamp is inserted, and add my smoketest.sh
* Add a function MakePoint() and introduce a lib geometry
* implement sql functions GeomFromText() and AsText()
* Use GEOS *_r funcions instead for thread safety
* Handle with TSDB_DATA_TYPE_GEOMETRY when INSERT geometry data by converting WKT.
Add geosWrapper to wrap the basic GEOS functions for TDEngine.
* refactor AsText and MakePoint functions to be like GeomFromText
* Show WKT when print geometry data in screen
Dump hex data when dump geometry data in a file
* define TYPE_BYTES item for TSDB_DATA_TYPE_GEOMETRY, which casued some strange issues.
* set number of decimals of WKT to 6
* Implement SQL function Intersects()
* refactor geometry sql functions
* Add geosErrMsgeHandler() to get the GEOS error detail
* use threadlocal to instantiate SGeosContext
call destroyGeosContext() only if the thread exists
* remove SGeosContext *context param for all geometry functions since we use thread local one,
so that all caller do not need to know the context.
* Modify Intersects() to call PreparedIntersects() when one of param is a constant, which has higher performance.
* rename prepareFn() to initCtxFn() to avoid confusion with PreparedFn
* Add prefix "ST_" for all geometry functions
* move getThreadLocalGeosCtx() and destroyThreadLocalGeosCtx() into util,
so that all unit test tools can compile
* Add unit test for geometry lib, only test MakePoint so far
* refactor and enhance existing cases in geomFuncTest
* implement NULL type and NULL value test for geomFuncTest
* add test on geomFromText()
* add unit test on AsText() in geomFuncTest
* combine some makePointFunction test items
* add intersectsFunctionTwoColumns test
refactor on callGeomFromTextWrapper functions
* enhance intersectsFunction test to add cases like input constant , NULL type, NULL value, or wrong content
* add more cases into intersectsFunction test
* Add basic test on geometry in system test
* Add ST_GeomFromText and ST_AsText function test in system test on geometry
* add ST_Intersects function test in system test on geometry
* support to check expectedErrno in system test on geometry
* adjust geomTest unit test and geometry system test
* add geometry data type and functions in doc english version
* implement touchesFunction() in geometry lib
refactor geometry relation functions model
* separate gemFuncTest into several src files
* add unit test on touchesFunction
* support sql function ST_Touches()
add system test on ST_Touches
* add docs for ST_Touches()
* Add ST_Contains()
* Add ST_Covers()
* Add ST_Equals()
* add swapAllowed param for geomRelationFunction()
read geom2 earlier intead of at doGeosRelation()
* Add ST_ContainsProperly()
* build on windows
* Merge from 3.0 to 3.0_geometry
* change macro definition TSDB_DATA_TYPE_GEOMETRY as the last one for compatibility
* change '\\NULL' to 'NULL' back in shellDumpFieldToFile()
* add /usr/local/include into include directory
* add /usr/local/inlcude and /usr/local/lib in cmake.platform for DARWIN
2023-05-24 15:36:46 +08:00
Haojun Liao
99f669434a
Merge pull request #21282 from taosdata/feature/TD-23117
...
feat:[TD-23117] add schema for ins_topics
2023-05-24 14:54:42 +08:00
wangmm0220
fc618d7978
fix:modify ci
2023-05-23 17:52:24 +08:00
wangmm0220
b9c613da75
fix:ci error
2023-05-22 18:36:47 +08:00
dapan1121
70444e2d82
Merge pull request #21329 from taosdata/feat/TD-21187
...
feat(query): interp support ignore null value opition
2023-05-20 14:14:21 +08:00
dapan1121
d801aaa2e6
Merge pull request #21352 from taosdata/fix/TD-24218
...
fix: fix interp in nested query and fill value with string issue
2023-05-20 14:10:26 +08:00
dapan1121
6e5ec3d097
Merge pull request #21358 from taosdata/feat/TD-23362-3.0
...
feat: support update active code by SQL
2023-05-20 14:09:20 +08:00
Alex Duan
8a54310e4c
Merge branch 'main' into test/TD-23805-MAIN1
2023-05-20 14:04:06 +08:00
Alex Duan
0b12224021
test: add schemless insert case
2023-05-20 14:01:12 +08:00
Ganlin Zhao
91414ed8e3
fix test case
2023-05-19 16:54:40 +08:00
Ganlin Zhao
836efcac95
add test cases
2023-05-19 16:44:08 +08:00
Ganlin Zhao
0de1c61cea
add test cases
2023-05-19 15:09:30 +08:00
Ganlin Zhao
807ec0b967
fix test case
2023-05-19 10:39:33 +08:00
wade zhang
1ade314043
Merge pull request #21325 from taosdata/feat/force-drop-dnode
...
Feat/force drop dnode
2023-05-19 09:23:54 +08:00
kailixu
573e16a2a7
chore: test case
2023-05-19 06:54:09 +08:00
kailixu
8eb4367d46
fix: range check and test case adjust
2023-05-19 06:50:12 +08:00
Ganlin Zhao
0a41ba1573
add test cases
2023-05-18 18:48:00 +08:00
kailixu
1de90208f7
test: test case for alter dnode active code
2023-05-18 18:02:48 +08:00
Hui Li
81589d461c
Merge pull request #21326 from taosdata/test/TD-21161
...
Test/td 21161
2023-05-18 16:31:34 +08:00
“happyguoxy”
f680cab314
test: rowlength64k
2023-05-18 10:22:35 +08:00
“happyguoxy”
cd362505a0
test: rowlength64k
2023-05-18 10:22:20 +08:00
Hui Li
f927752a5d
Merge pull request #21317 from taosdata/test/TS-3333-3.0
...
test: add cluster global tdDnodes
2023-05-18 09:15:57 +08:00
dmchen
32c6ef4b6e
fix ci
2023-05-17 23:09:16 +08:00
“happyguoxy”
45647f2604
test: rowlength64k
2023-05-17 18:39:45 +08:00
“happyguoxy”
2e5a092ab6
test: rowlength64k
2023-05-17 18:39:35 +08:00
“happyguoxy”
1cec381e14
test: rowlength64k
2023-05-17 18:39:24 +08:00
“happyguoxy”
e9ce88aed0
test: rowlength64k
2023-05-17 18:39:20 +08:00
Ganlin Zhao
312e77f7c2
add test cases
2023-05-17 17:53:36 +08:00
Ganlin Zhao
30b152c434
add test cases
2023-05-17 17:17:36 +08:00
Alex Duan
9a9e7fa53c
test: add restore command print info
2023-05-17 16:57:34 +08:00
Alex Duan
0dbc60493f
test: add flush database
2023-05-17 16:36:59 +08:00
Ganlin Zhao
18530e8b33
add test cases
2023-05-17 15:57:44 +08:00
Haojun Liao
041ffa91bd
other: merge main.
2023-05-17 15:42:15 +08:00
Ganlin Zhao
1a59ac6c0a
add test cases
2023-05-17 14:56:19 +08:00
Alex Duan
88d56bcd4e
test: splite one case to four cases
2023-05-17 14:29:36 +08:00
“happyguoxy”
ed703c650b
test: rowlength64k
2023-05-17 10:54:17 +08:00
“happyguoxy”
7af9e7d7cc
test: rowlength64k
2023-05-17 10:54:10 +08:00
“happyguoxy”
1d0148414d
test: rowlength64k
2023-05-17 10:53:58 +08:00
Haojun Liao
d457b84aba
Merge pull request #21311 from taosdata/mark/tmq
...
fix:add lock to pHandle for safety
2023-05-17 09:11:39 +08:00
wangmm0220
c52a4ea4f0
fix:merge from 3.0
2023-05-17 01:11:55 +08:00
wangmm0220
7c5b77119f
fix:mofify ci cases
2023-05-17 01:01:45 +08:00
Alex Duan
c47eb1867d
test : all cases is passed
2023-05-16 19:30:35 +08:00
Alex Duan
89be6dbdeb
test: reset dnodes modify and add test case
2023-05-16 19:07:16 +08:00
“happyguoxy”
5cdc119a71
test: rowlength64k
2023-05-16 14:17:56 +08:00
“happyguoxy”
df32ceff1b
test: rowlength64k
2023-05-16 14:17:39 +08:00
“happyguoxy”
3b48d1aac1
test: rowlength64k
2023-05-16 14:17:15 +08:00
Alex Duan
0fbd496ecb
test: add cluster global tdDnodes
2023-05-16 10:07:05 +08:00
Alex Duan
1ccf9ed4ff
test: add cluster global tdDnodes
2023-05-16 10:03:18 +08:00
Ganlin Zhao
fc30ecf4e4
add test cases
2023-05-15 14:34:25 +08:00
Ganlin Zhao
42ad07c066
add test cases
2023-05-15 14:26:45 +08:00
Haojun Liao
99148d6719
other: merge 3.0
2023-05-13 20:02:48 +08:00
Haojun Liao
236926b9ee
other: merge enh/rocksdbstate
2023-05-13 19:49:28 +08:00
Haojun Liao
1975e94501
Merge branch 'main' into enh/rocksdbSstate
2023-05-13 19:41:03 +08:00
wangmm0220
c95e314896
feat:[TD-23117] fix overflow in stack & add test case
2023-05-12 19:43:16 +08:00
wangmm0220
e17a105eff
feat:[TD-23117] add schema for ins_topics
2023-05-12 18:14:43 +08:00
Hui Li
3ca008ff45
Merge pull request #21261 from taosdata/test/3.0/TS-3260
...
test:add testcases of learner in election
2023-05-12 17:21:07 +08:00
dapan1121
9394afec68
Merge pull request #21144 from taosdata/feat/TD-19801
...
feat(query): support interp with super table
2023-05-12 11:37:20 +08:00
Hui Li
1f3c50ddc5
Merge pull request #21251 from taosdata/test/TD-23710
...
test: add test case
2023-05-12 10:33:56 +08:00
chenhaoran
57d67faabe
test:add testcases of learner in election
2023-05-11 19:05:21 +08:00
kailixu
efd6b578ff
chore: more code
2023-05-11 14:57:50 +08:00
Alex Duan
2400104ec8
test: init add eco-system
2023-05-11 14:26:42 +08:00
wangmm0220
c19670ef8d
fix:ci error occasionally
2023-05-11 11:38:46 +08:00
kailixu
9f43e5a59f
chore: update check of information_schema.ins_columns
2023-05-11 10:53:27 +08:00
chenhaoran
2abb14a080
test:add testcases of learner in election
2023-05-11 10:33:49 +08:00
Ping Xiao
185591ed77
[TD-23710]: add test case
2023-05-10 19:54:33 +08:00
yihaoDeng
5708fcb5cb
Merge branch 'enh/3.0' into enh/rocksdbSstateMerge
2023-05-10 08:02:16 +00:00
Yihao Deng
c6e5879f44
Merge branch 'main' into enh/rocksdbSstate
2023-05-10 10:04:28 +08:00
chenhaoran
03594cdf5d
Merge branch 'main' of https://github.com/taosdata/TDengine into test/main/TS-3260
2023-05-09 20:13:58 +08:00
chenhaoran
60c6d480f2
test:add testcases of learner in election
2023-05-09 20:13:25 +08:00
yihaoDeng
8356533eb1
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
2023-05-09 12:13:16 +00:00
Ganlin Zhao
6afc40110d
add dup ts check case
2023-05-09 15:06:06 +08:00
Yihao Deng
cb223acf82
Merge branch 'main' into enh/rocksdbSstate
2023-05-08 09:45:27 +08:00
yihaoDeng
ed749b8bfc
fix mem leak
2023-05-06 14:01:44 +00:00
yihaoDeng
08c3a63341
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
2023-05-06 12:37:54 +00:00
wangmm0220
261f2736f7
fix:[TD-24010] subscribeStb.py failed in windows CI
2023-05-06 19:17:36 +08:00
Hui Li
c88516e0f2
Merge pull request #21042 from taosdata/test/TS-3105
...
[TS-3140]: add test case for user privilege
2023-05-06 15:13:13 +08:00
Haojun Liao
db0ad95649
Merge pull request #21152 from taosdata/fix/TS-3303
...
fix:[TS-3303]use stable name + child table name as key to save uid to…
2023-05-06 14:31:12 +08:00
Ping Xiao
6b35a4ae40
Merge branch 'main' into test/TS-3105
2023-05-06 13:57:05 +08:00
wangmm0220
d32097d56a
fix:disable subscribeStb.py temporary
2023-05-06 11:26:54 +08:00
Ganlin Zhao
b5026a8775
add duplicate timestamp case
2023-05-06 10:34:20 +08:00
kailixu
75795253a9
more code
2023-05-06 06:06:12 +08:00
kailixu
29da308772
chore: test case
2023-05-05 23:58:45 +08:00
Ganlin Zhao
a3b84b0581
add more cases
2023-05-05 15:43:04 +08:00
wangmm0220
3fb2d7656d
fix:[TS-3303]use stable name + child table name as key to save uid to avoid multi items for one table in submit block
2023-05-05 13:39:37 +08:00
wangmm0220
1d8c517844
fix:[TS-3303]use stable name + child table name as key to save uid to avoid multi items for one table in submit block
2023-05-05 10:46:54 +08:00
Ganlin Zhao
7b01cad063
add test cases
2023-05-04 18:58:07 +08:00
kailixu
d492904188
chore: error process and test cases
2023-04-28 16:40:26 +08:00
liuyao
2984c5a758
merge main
2023-04-28 10:34:46 +08:00
Hui Li
317cf0dc3c
Merge pull request #21094 from taosdata/lihui3.0/test
...
Lihui3.0/test
2023-04-26 18:04:19 +08:00
Hui Li
767456b1c6
Merge pull request #20997 from taosdata/test/TS-3241
...
test:add test case for multistage
2023-04-26 18:03:19 +08:00
dapan1121
51a1e07dbf
Merge pull request #21029 from taosdata/fix/TD-23797
...
fix: fix crash caused by deleting from system table
2023-04-26 17:48:58 +08:00
plum-lihui
af775af69b
test: add test case for alter replica
2023-04-26 16:17:23 +08:00
kailixu
a6e37622ff
chore: more code
2023-04-25 22:15:06 +08:00
kailixu
2d4dd64584
chore: more code
2023-04-24 20:21:28 +08:00
wangmm0220
a35629d14a
Merge branch 'fix/TD-22671' of https://github.com/taosdata/TDengine into fix/TD-22671
2023-04-24 20:10:58 +08:00
wangmm0220
59ae3ecc2c
opti:test cases for tmq
2023-04-24 20:10:39 +08:00
Ping Xiao
7b73130bd4
udpate test case
2023-04-24 19:54:10 +08:00
Ping Xiao
f4547492f6
Merge branch 'main' into test/TS-3105
2023-04-24 19:24:35 +08:00
WANG MINGMING
0cc8f92dfd
Merge branch 'main' into fix/TD-22671
2023-04-24 18:03:28 +08:00
Hui Li
a0e1ea966e
Merge pull request #21047 from taosdata/test/TS-3249
...
Test/ts 3249
2023-04-24 15:21:48 +08:00
Haojun Liao
48c36a8c35
Merge branch 'main' into enh/rocksdbSstate
2023-04-24 14:44:13 +08:00
Haojun Liao
93a329f5ac
Merge pull request #21030 from taosdata/fix/liaohj_main
...
fix(query): add null ptr check.
2023-04-24 12:03:15 +08:00
Haojun Liao
057cc2d30d
Merge pull request #21018 from taosdata/feature/3_liaohj
...
fix(stream): set the correct start offset for stream task.
2023-04-24 12:02:20 +08:00
Hui Li
82bd457a57
Merge pull request #21044 from taosdata/test/main/TS-3209
...
test:modify base version in compatibility.py
2023-04-24 11:03:16 +08:00
“happyguoxy”
60a6f733fd
test: refine query cases
2023-04-24 10:30:10 +08:00
“happyguoxy”
7960528993
test: refine query cases
2023-04-24 10:29:47 +08:00
“happyguoxy”
76810b8166
test: refine query cases
2023-04-24 10:29:35 +08:00
wangmm0220
af5bcb80bf
opti:test cases for tmq
2023-04-24 10:26:40 +08:00
Haojun Liao
7e9432606d
fix(tmq): revoke the fix, it will definitly cause the deadlock.
2023-04-24 09:50:39 +08:00
chenhaoran
8f17c2f2d7
test:modify base version in compatibility.py
2023-04-24 09:37:51 +08:00
Ping Xiao
3678b2373a
[TS-3140]: add test case for user privilege
2023-04-23 20:45:55 +08:00
jiacy-jcy
3eca2ff818
update
2023-04-23 16:54:50 +08:00
jiacy-jcy
4c0cfc18e0
update
2023-04-23 11:36:59 +08:00
jiacy-jcy
da42cf4799
update
2023-04-23 11:36:32 +08:00
Ganlin Zhao
cd85485c07
add test cases
2023-04-23 11:21:35 +08:00
jiacy-jcy
80114eb666
Merge branch 'main' into test/TS-3241
2023-04-23 11:02:12 +08:00
yihaoDeng
917b07348c
Merge branch 'fix/rocksdbState' into enh/rocksRevert
2023-04-23 02:37:26 +00:00
yihaoDeng
0750e0d43a
change write opt
2023-04-23 00:57:00 +00:00
yihaoDeng
ad52f1d6e6
change write opt
2023-04-22 11:34:37 +00:00
yihaoDeng
d8bd24cc27
change write opt
2023-04-21 12:08:56 +00:00
wangmm0220
0835812f04
fix:[TD-23714] topic support capital
2023-04-21 18:16:17 +08:00
wangmm0220
7ea860ad11
fix:[TD-23714] topic support capital
2023-04-21 17:14:41 +08:00
jiacy-jcy
a952c008af
update test case for bug TS-3216
2023-04-21 15:45:25 +08:00
Hui Li
a012fd2ce0
Merge pull request #20991 from taosdata/test/TS-3069-MAIN
...
add the cast that select field include two udf function
2023-04-20 19:44:08 +08:00
yihaoDeng
438b3dcd65
change write opt
2023-04-20 10:18:21 +00:00
plum-lihui
13ae45c3fc
test: modify tmq case
2023-04-20 17:46:42 +08:00
jiacy-jcy
562e765248
test:add test case for multistage
2023-04-20 17:10:21 +08:00
Hui Li
3b905995d3
Merge pull request #20911 from taosdata/test/ts-3150
...
test: add cases for TS-3150
2023-04-20 15:20:28 +08:00
Hui Li
5cc08d14f8
Merge pull request #20934 from taosdata/lihui3.0/test
...
test: modify test case
2023-04-20 15:17:39 +08:00
Alex Duan
e2a20c1d15
test: add udf2_dup test case
2023-04-20 14:38:23 +08:00
Alex Duan
c34c53539d
test: add udf2_dup test case
2023-04-20 14:32:32 +08:00
Alex Duan
de76a02acf
test: select fields error
2023-04-20 14:08:38 +08:00
Alex Duan
977af4289b
test: fix udf1_dup error
2023-04-20 14:05:15 +08:00
Alex Duan
ba0a6e087f
test: add the cast that select field include two udf function
2023-04-20 13:51:39 +08:00
yihaoDeng
f48c539011
just test
2023-04-19 15:12:19 +00:00
chenhaoran
2c03ca9c1b
test:add testcase of compatibility,py for TS-3209
2023-04-19 20:47:52 +08:00
yihaoDeng
46cbf23927
rm SMA case
2023-04-19 18:04:52 +08:00
Ganlin Zhao
01c3df9a55
fix test cases
2023-04-18 17:12:49 +08:00
Ganlin Zhao
56ab728a42
add test cases
2023-04-18 14:18:06 +08:00
Haojun Liao
76becf59b7
Merge pull request #20947 from taosdata/feature/3_liaohj
...
fix(stream): set the correct initial checkpoint versions.
2023-04-18 11:26:48 +08:00
Haojun Liao
2ae05b8cf6
fix(stream): set the correct initial offset value.
2023-04-18 08:56:31 +08:00
wangmm0220
1771a54256
fix:rebalance not only one in once timer
2023-04-17 19:59:11 +08:00
plum-lihui
403872904f
test: modify test case
2023-04-14 17:46:27 +08:00
Xiaoyu Wang
31b2db470b
Merge pull request #20923 from taosdata/fix/3.0_merge_main
...
merge 3.0
2023-04-14 09:11:51 +08:00
Hui Li
d8c209b49b
Update tmqDelete-1ctb.py
2023-04-13 18:05:16 +08:00
Xiaoyu Wang
d3642c84a2
Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main
2023-04-13 16:36:30 +08:00
Ganlin Zhao
be3082c85e
add test cases
2023-04-13 14:36:16 +08:00
Xiaoyu Wang
a44d455e56
merge 3.0
2023-04-13 14:32:05 +08:00
jiajingbin
07085946ef
test: add cases for TS-3150
2023-04-13 14:15:19 +08:00
dapan1121
3493fffa2f
Merge pull request #20863 from taosdata/fix/TD-23556
...
fix: fix max/min(tag) random result
2023-04-13 09:57:18 +08:00
Xiaoyu Wang
933660ae8d
Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main
2023-04-12 14:13:23 +08:00
Xiaoyu Wang
9fb6ddf77f
Merge pull request #20870 from taosdata/fix/TD-23560-1
...
fix(udf1): use 1 as luck number to make new gcc happy
2023-04-12 10:48:48 +08:00
Xiaoyu Wang
8b8ac0cd77
merge main
2023-04-12 10:43:28 +08:00
Xiaoyu Wang
f7946ace33
merge main
2023-04-11 19:52:40 +08:00
wangmm0220
985a238242
fix:modify checkFileContent if one is empty
2023-04-11 19:38:10 +08:00
Xiaoyu Wang
9578c4538a
Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main
2023-04-11 19:33:23 +08:00
Minglei Jin
cb690ee2ea
fix(test/udf): use 1 as lucky number instead of 88
2023-04-11 18:46:16 +08:00
wangmm0220
54a414a934
fix:rm useless fileContent function
2023-04-11 18:35:05 +08:00
wangmm0220
bf45ff56ca
fix:modify fileContent for data compare
2023-04-11 18:27:05 +08:00
Xiaoyu Wang
5ce6220106
Merge pull request #20781 from taosdata/szhou/replace-function
...
feature: udf replace function
2023-04-11 17:25:21 +08:00
Xiaoyu Wang
4c04b155d5
merge main
2023-04-11 15:56:28 +08:00
Ganlin Zhao
bbae7259cf
add test cases
2023-04-11 15:47:27 +08:00
Hui Li
4f044c9ec2
Merge pull request #20822 from taosdata/test/TD-23522-MAIN
...
test: add new feature with previous cluster running case
2023-04-11 10:41:40 +08:00
Ganlin Zhao
89e4b15d8e
add test cases
2023-04-10 18:36:15 +08:00
Alex Duan
fc4cb68262
test: remove compatible.py
2023-04-10 16:38:42 +08:00
Xiaoyu Wang
655be1e55d
feat: table level privilege
2023-04-10 16:37:10 +08:00
Xiaoyu Wang
7984dd93f1
Merge branch 'feat/table_level_privilege_wxy' of github.com:taosdata/TDengine into feat/table_level_privilege_wxy
2023-04-10 15:25:04 +08:00
Xiaoyu Wang
e40b978d30
fix: catalog memory leak
2023-04-10 15:24:26 +08:00
Alex Duan
28e7fed972
test: add runSllOne.sh
2023-04-10 13:55:00 +08:00
Alex Duan
95d5de0275
test: fixed gnu_opt memory leak
2023-04-10 11:28:19 +08:00
Alex Duan
e5e144e420
test: reset modify
2023-04-08 19:22:21 +08:00
Alex Duan
55c265f85f
test: add new feature with previous cluster running case
2023-04-08 18:07:29 +08:00
Hui Li
06bb225e3a
Merge pull request #20740 from taosdata/test/TD-22830-3.0
...
the strategy for wal retention period and size
2023-04-07 11:40:39 +08:00
dapan1121
062a3dc97d
Merge pull request #20758 from taosdata/szhou/fix-td23454
...
fix: interp pseudo column can not be used without interp function
2023-04-07 08:50:51 +08:00
shenglian zhou
455719befa
fix: use us time unit for last fetch time
2023-04-06 18:09:29 +08:00
Alex Duan
8fc5a0d623
test: add first ignore log
2023-04-04 18:46:10 +08:00
slzhou
7d9befbe3a
fix: add testcase
2023-04-04 15:24:14 +08:00
Xiaoyu Wang
e9d7a099cc
merge main
2023-04-04 14:50:58 +08:00
Alex Duan
3f694e3860
test: projDir is error
2023-04-04 14:07:41 +08:00
Alex Duan
cd99a611ac
test: ci not pass , modify path
2023-04-04 13:59:15 +08:00
Alex Duan
cec2be0435
test: add consumer for topic
2023-04-04 09:08:46 +08:00
Alex Duan
a3f5386e77
test: add consumer for topic
2023-04-04 09:08:09 +08:00
Alex Duan
e2fee285e6
Merge branch '3.0' into test/TD-22830-3.0
2023-04-03 17:05:54 +08:00
Alex Duan
70e166aa9f
test: wal retetion period and size case passed
2023-04-03 17:04:25 +08:00
Alex Duan
c51a9ec40b
test: wal retetion period and size case passed
2023-04-03 17:02:17 +08:00
Alex Duan
e2b5444c13
case : add walRetetion.py case
2023-04-03 16:18:19 +08:00
chenhaoran
ebc997f769
test:decreas vgroups
2023-04-03 11:01:42 +08:00
wangmm0220
afcc3d2064
opti:code for tmq
2023-03-31 19:02:38 +08:00
Hongze Cheng
e8b7c089ee
change test case
2023-03-31 18:09:50 +08:00
wangmm0220
97b5c7abee
fix:merge from main
2023-03-31 16:20:21 +08:00
Haojun Liao
d2d3fc14e8
Merge pull request #20700 from taosdata/fix/TS-2940
...
opti:disable set enable.heartbeat.background
2023-03-31 11:33:01 +08:00
plum-lihui
8c9580f93e
test: modify tmq test case
2023-03-30 16:38:43 +08:00
plum-lihui
32c262acc4
test: modify tmq test case
2023-03-30 16:37:26 +08:00
Hui Li
0d3ac6c304
Merge pull request #20702 from taosdata/test/TD-22592
...
Test/td 22592
2023-03-30 14:48:59 +08:00
Haojun Liao
d947619b4f
Merge pull request #20691 from taosdata/feature/3_liaohj
...
fix(stream):fix the race condition when creating new tables.
2023-03-30 14:39:20 +08:00
dapan1121
333bbe73d5
Merge pull request #20669 from taosdata/szhou/python-udf-improvement
...
enhance: add language and body to ins_functions
2023-03-30 14:03:18 +08:00
Haojun Liao
e2474b0aa1
Merge pull request #20699 from taosdata/fix/TD023101
...
fix:add assert for debug
2023-03-30 13:35:10 +08:00
Haojun Liao
71d2620259
other: update the test case.
2023-03-30 12:58:52 +08:00
Haojun Liao
e1d85ce074
fix(tmq): fix error.
2023-03-30 12:04:47 +08:00
wangmm0220
b7e6e4197d
opti:disable set enable.heartbeat.background
2023-03-30 11:18:35 +08:00
dapan1121
8f3c41fc70
fix: add more column update cases
2023-03-30 11:03:40 +08:00
wangmm0220
07171a01b4
fix:taosdMonitor.py failed in windows
2023-03-30 10:52:39 +08:00
“happyguoxy”
2aeda10174
test: refine query cases
2023-03-30 10:22:17 +08:00
“happyguoxy”
cf99c2e69d
test: refine query cases
2023-03-30 10:18:53 +08:00
“happyguoxy”
8825b89314
test: refine query cases
2023-03-30 10:18:36 +08:00
“happyguoxy”
01ae6da8a4
test: refine query cases
2023-03-30 10:18:22 +08:00
“happyguoxy”
2e8e5a98e9
test: refine query cases
2023-03-30 10:18:05 +08:00
wangmm0220
f93efc8538
fix:telemetry.py failed in windows
2023-03-30 09:21:34 +08:00
Haojun Liao
56c98d7768
refactor: do some internal refactor.
2023-03-29 19:35:04 +08:00
Alex Duan
7568a89553
test: tmqDnodeRestart.py set query retry times from 10 to 50
2023-03-29 18:44:24 +08:00
wangmm0220
2243184a4d
fix:conflicts
2023-03-29 17:53:05 +08:00
wangmm0220
9d9ae749d1
opti:tmq logic & fix CI cases
2023-03-29 17:27:04 +08:00
Alex Duan
df43ce13e0
Merge branch 'test/TD-22889-3.0' of github.com:/taosdata/TDengine into test/TD-22889-3.0
2023-03-29 17:02:35 +08:00
Alex Duan
df2ecea34f
test: tag_index_cluster.py file was added by mistake
2023-03-29 16:57:15 +08:00
“happyguoxy”
f61732dca3
test: refine query cases
2023-03-29 16:56:53 +08:00
slzhou
accebcedc4
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf-improvement
2023-03-29 14:52:04 +08:00
dapan1121
0659814d16
Merge pull request #20674 from taosdata/fix/TS-3010
...
fix: query schema is old issue
2023-03-29 11:41:07 +08:00
shenglian zhou
883734a6b8
fix: use offical pypi repository
2023-03-29 11:33:18 +08:00
Alex Duan
1f953a422d
Merge branch '3.0' into test/TD-22889-3.0
2023-03-29 09:32:32 +08:00
slzhou
eb1612483c
fix: pass odbc.py test. add two columns
2023-03-29 08:56:49 +08:00
Xuefeng Tan
cebe53a483
fix: fix test `cast.py` for windows ( #20676 )
2023-03-28 19:08:43 +08:00
wangmm0220
d0c55ef572
fix:conflicts
2023-03-28 18:12:13 +08:00
wangmm0220
5c9638d2c4
fix:modify test case for tmq
2023-03-28 18:09:19 +08:00
dapan1121
22ad3129b9
fix: query schema is old issue
2023-03-28 15:21:47 +08:00
Alex Duan
e98fe94eb2
test : add ldconfig to call
2023-03-28 15:08:38 +08:00
Alex Duan
9289f7de8b
test: add retentsion for topic
2023-03-28 13:58:40 +08:00
Alex Duan
444adf5fdf
Merge branch '3.0' into test/TD-22889-3.0
2023-03-28 12:56:01 +08:00
Alex Duan
9b729c289b
test: add install taospyudf
2023-03-28 12:54:57 +08:00
Alex Duan
70043090dc
test: change sum to high performance version
2023-03-28 10:55:27 +08:00
Alex Duan
6d42ddb7f9
test: add udfpy_main.py to ci
2023-03-27 19:58:47 +08:00
Xiaoyu Wang
97855c6233
Merge pull request #20607 from taosdata/FEAT/TD-23257-3.0
...
feat: WAL cleanup not affected by topic consumption anymore
2023-03-27 17:58:31 +08:00
wangmm0220
5a2e3c1603
fix:add test case for raw_block interface
2023-03-27 10:32:30 +08:00
Alex Duan
1b3f9f4a08
test: change batch size
2023-03-26 21:36:59 +08:00
wangmm0220
f1d67b6059
fix:conflict
2023-03-25 19:03:23 +08:00
plum-lihui
c35f2ca8e3
test: modify tmq cases
2023-03-25 17:34:04 +08:00
wangmm0220
750cd8c5a4
fix:ci error
2023-03-25 16:33:47 +08:00
wangmm0220
8823997941
fix:case error & add NONE for rows to col mode
2023-03-25 15:56:22 +08:00
Benguang Zhao
19883fdeed
feat: alter database before creating topic in tests
2023-03-25 12:01:20 +08:00
wangmm0220
8081572ae1
fix:modify ci case if consume too fast
2023-03-25 11:31:19 +08:00
Alex Duan
d4c63827c2
test: case all passed
2023-03-24 19:44:08 +08:00
Alex Duan
17f948deca
test: add string concat function
2023-03-24 18:57:07 +08:00
Hui Li
3115265158
Merge pull request #20573 from taosdata/test/TD-23120-MAIN
...
test: add tools to detect the validity of ASSERT
2023-03-24 10:31:32 +08:00
Alex Duan
1434fea2de
Merge branch '3.0' into test/TD-22889-3.0
2023-03-24 10:18:14 +08:00
Alex Duan
2cf21bd134
test: update code
2023-03-24 10:16:45 +08:00
Alex Duan
e2e76f9e28
test: udfpy_main.py case passed !
2023-03-23 19:22:40 +08:00
Xiaoyu Wang
18b039fecd
Merge pull request #20603 from taosdata/enh/3.0_planner_optimize
...
fix: udf error check
2023-03-23 18:44:23 +08:00
Xiaoyu Wang
bbd5191800
fix: udf error check
2023-03-23 16:32:00 +08:00
Alex Duan
6345952f88
test: debug python file
2023-03-22 20:30:25 +08:00
Alex Duan
cb59cc8308
test: select nested query of udf
2023-03-22 18:28:50 +08:00
Alex Duan
2b938ffea3
Merge branch '3.0' into test/TD-22889-3.0
2023-03-22 17:19:36 +08:00
Alex Duan
8ac1e7f02c
test: first submit udf python case
2023-03-22 17:18:24 +08:00
Alex Duan
70297a4648
test: first submit udf python case
2023-03-22 17:17:53 +08:00
wangmm0220
dd4cf0597b
fix:error in optimize consume logic
2023-03-22 17:04:02 +08:00
plum-lihui
da0c7a29b6
test: modify test case
2023-03-22 17:00:42 +08:00
plum-lihui
6811a6b264
Merge branch 'main' into lihui3.0/test
2023-03-22 16:57:07 +08:00
dapan1121
5b02af6a91
fix: merge main to 3.0
2023-03-22 16:08:16 +08:00
Ganlin Zhao
7d124dfecc
fix test case
2023-03-22 09:58:58 +08:00
Hui Li
c8110908fd
Merge pull request #20577 from taosdata/test/main/TD-23145
...
ci: enable Jemalloc in compilation
2023-03-22 08:54:47 +08:00
chenhaoran
1ad3c4fde0
ci: enable Jemalloc in compilation
2023-03-21 19:39:12 +08:00
Alex Duan
e2d4203be0
test: change lower assert to system assert
2023-03-21 18:44:55 +08:00
Jason-Jia
c35fc05d66
Merge branch 'main' into test/TS-2908
2023-03-21 17:07:40 +08:00
jiacy-jcy
86823ab90f
update
2023-03-20 19:40:07 +08:00
jiacy-jcy
58db7561fa
Merge branch 'main' into test/TS-2908
2023-03-20 19:39:10 +08:00
kailixu
aa4c1cb5eb
chore: more code
2023-03-20 17:44:34 +08:00
kailixu
179579f204
chore: more code
2023-03-20 17:41:22 +08:00
kailixu
24dbcaa844
chore: merge main
2023-03-20 17:32:54 +08:00
Haojun Liao
ca1dffff45
Merge pull request #20508 from taosdata/fix/liaohj
...
fix(client): fix potential memory leak.
2023-03-20 16:11:22 +08:00
chenhaoran
fb0531d669
test:add tsbs query sql
2023-03-20 11:33:47 +08:00
plum-lihui
d2b53b516e
update
2023-03-20 10:00:48 +08:00
Hui Li
a812847317
Merge pull request #20535 from taosdata/test/main/TD-23213
...
test:add failed connection of client and server
2023-03-20 09:25:21 +08:00
Hui Li
1f494769ca
Merge pull request #20536 from taosdata/test/TD-23120-MAIN
...
test: assert check tools
2023-03-20 09:23:02 +08:00
Cary Xu
7a3c897a80
Revert "fix(query): invalid write when query of ins_columns"
2023-03-18 20:49:48 +08:00
Alex Duan
ca11dcfbea
test: assert check tools
2023-03-18 19:56:51 +08:00
Haojun Liao
8a8f1daabd
refactor: update the logs.
2023-03-18 18:43:13 +08:00
chenhaoran
8d852fdf94
test:add failed connection of client and server
2023-03-18 18:25:14 +08:00
plum-lihui
ecd39d33f5
test: add tmq case
2023-03-18 18:07:55 +08:00
dapan1121
77d8013808
Merge pull request #20526 from taosdata/fix/TD-23173
...
fix(query): do not update ts window at exchange operator.
2023-03-18 18:00:09 +08:00
plum-lihui
51f58ffeab
add test case
2023-03-18 17:44:03 +08:00
plum-lihui
856912deda
test: modify test case
2023-03-18 16:47:36 +08:00
Ganlin Zhao
e7a8ab7336
add test cases
2023-03-18 15:21:59 +08:00
Hui Li
50178cd5c9
Merge pull request #20494 from taosdata/case/TD-23065
...
test: add case for TS-2687 wide column
2023-03-18 13:37:39 +08:00
Alex Duan
61d4e201ae
test: import autogen
2023-03-18 10:28:22 +08:00
Alex Duan
9245ba076d
test: rename filename
2023-03-18 10:26:20 +08:00
kailixu
f3b4dbd2b5
chore: test case optimization
2023-03-17 19:16:01 +08:00
Alex Duan
2d514e4978
test: remove autogen import
2023-03-17 18:41:01 +08:00
Alex Duan
f103fec944
test : test case execute
2023-03-17 17:14:16 +08:00
kailixu
31d38dfd23
fix: select ins_columns from stb/ctb
2023-03-17 14:51:47 +08:00
kailixu
bfa7eabff6
fix: select ins_columns from stb/ctb
2023-03-17 14:50:57 +08:00
kailixu
ed3fc6bdf1
fix: select ins_columns from stb/ctb
2023-03-17 14:48:23 +08:00
kailixu
a85e30efe6
fix: select ins_columns from stb/ctb
2023-03-17 14:19:00 +08:00
kailixu
7ed966e3f1
fix: select ins_columns from stb/tb
2023-03-17 12:33:34 +08:00
Hui Li
9638b4920f
Merge pull request #20487 from taosdata/TD-13572
...
test:fix that timestamps can be validated correctly in testcase
2023-03-16 19:41:27 +08:00
chenhaoran
234f9db5e7
test:fix that timestamps can be validated correctly
2023-03-16 17:10:43 +08:00
Alex Duan
b423314be1
test: add case for TS-2811 wide column
2023-03-16 14:12:12 +08:00
Xuefeng Tan
449f7115e4
fix: windows test ( #20256 )
...
* fix: windows sim test
* fix: windows sim test
* fix: random on windows
* fix: taosd online check
* fix: windows path in python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: make_install.bat
* fix: python test
* fix: jdbc test
* fix: develop test
* fix: develop test
* fix:add log
* test:add win case file
* test:add win case file
* test:add win case file
* fix: python test get taosBenchmark path
* test:add win case file
* test:comment some failed cases in win
* test:add win case file
* test:add win case file
* test:comment some win case file
* test:add some win case file
---------
Co-authored-by: wangmm0220 <wangmm0220@gmail.com>
Co-authored-by: chenhaoran <haoran920c@163.com>
2023-03-16 10:18:06 +08:00
chenhaoran
a8967b73c3
test:fix that timestamps can be validated correctly in testcase
2023-03-16 01:55:46 +08:00
gccgdb1234
39eec5e8b3
Merge branch 'main' of github.com:taosdata/TDengine into TD-13572
2023-03-16 01:42:06 +08:00
gccgdb1234
6b3fa3f5af
test:fix that timestamps can be validated correctly in testcase
2023-03-16 01:41:44 +08:00
kailixu
acd57f03e6
fix(query): invalid write when query of ins_columns
2023-03-15 20:31:54 +08:00
Haojun Liao
15cbbd3a14
fix(query): fix error in show cluster alive.
2023-03-14 21:25:52 +08:00
Haojun Liao
32ddecc347
other: merge main.
2023-03-14 12:13:09 +08:00
Shengliang Guan
e98b32a69f
Merge pull request #20427 from taosdata/fix/main_bugfix_wxy
...
fix: last redundant read stt file
2023-03-14 09:41:19 +08:00
Haojun Liao
21ef5e5577
Merge branch 'main' into fix/liaohj
2023-03-14 09:19:49 +08:00
Xiaoyu Wang
1870a9d46e
feat: show vgroup display num of cache tables
2023-03-13 19:14:53 +08:00
Haojun Liao
731a2138df
fix(tmq): fix error in tmq.
2023-03-13 17:08:17 +08:00
Shengliang Guan
041f03e918
Merge pull request #20414 from taosdata/feat/TD-23058
...
feat: correct slimit&limit clause
2023-03-12 20:48:16 +08:00
dapan1121
91df1b3298
fix: group merge issue
2023-03-12 15:04:53 +08:00
Xiaoyu Wang
a846c26ef9
merge main
2023-03-11 16:14:27 +08:00
yihaoDeng
bc13432661
change tag index case
2023-03-11 15:39:16 +08:00
dapan1121
b1d21472ed
Merge pull request #20345 from taosdata/fix/TD-22864
...
fix: remove test case has random results
2023-03-09 09:35:31 +08:00
Ganlin Zhao
9291156585
fix: remove test case has random results
2023-03-08 18:44:16 +08:00
Xiaoyu Wang
66bb55187d
Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main
2023-03-08 18:30:24 +08:00
plum-lihui
7a7efac810
test: modify tmq test cases
2023-03-08 18:08:52 +08:00
Shengliang Guan
1439bdcd36
Merge pull request #20306 from taosdata/feat/add-reboot-time
...
feat/add-reboot-time
2023-03-08 15:46:55 +08:00
cademfly
6dcb9c7f0f
trigger ci
2023-03-08 14:04:33 +08:00
Xiaoyu Wang
4c8bab7e58
merge main
2023-03-08 10:59:33 +08:00
cademfly
839758f2d6
fix odbc.py total columns numbers
2023-03-08 10:26:28 +08:00
chenhaoran
14e62eca8c
test: add stream and topic in compatibility case
2023-03-07 17:51:54 +08:00
chenhaoran
53b3de0384
test: add stream and topic in compatibility case
2023-03-07 12:38:38 +08:00
chenhaoran
e1be1c8d0f
test: add stream and topic in compatibility case
2023-03-07 11:53:45 +08:00
Hui Li
81913fcb80
Update tmqConsFromTsdb1-1ctb.py
2023-03-03 17:28:15 +08:00
Hui Li
82287c464b
Update tmqConsFromTsdb1-1ctb.py
2023-03-03 17:27:32 +08:00
dapan1121
dd493d3ee4
fix: add order by string case
2023-03-03 11:54:25 +08:00
jiacy-jcy
b6cc356ccb
update
2023-03-03 09:24:14 +08:00
jiacy-jcy
cd9070fff7
test:update test case for show command
2023-03-03 08:58:21 +08:00
jiacy-jcy
fbeb2c076e
Merge branch 'main' into test/cyjia0227
2023-03-02 16:46:49 +08:00
jiacy-jcy
e1f5426dd6
update test case
2023-03-02 15:55:58 +08:00
Hui Li
44a61d8258
Merge pull request #20184 from taosdata/test/cyjia0227
...
test:add test case for TD-22532
2023-03-02 15:54:40 +08:00
dapan1121
8f858268d3
fix: add test case
2023-03-01 19:25:24 +08:00
Hui Li
4d35cb7fad
Merge pull request #20213 from taosdata/test/main/TD-22821
...
test: remove cross-threaded operations that use Python connection in test cases
2023-03-01 13:37:02 +08:00
Hui Li
ffa1deb077
'test: add timeout to poll'
2023-03-01 11:53:00 +08:00
Haojun Liao
b3ae58dac1
Merge pull request #20205 from taosdata/feat/TD-22831
...
feat:window close && ignore expired
2023-02-28 19:23:07 +08:00
54liuyao
fe4123e814
feat:window close && ignore expired
2023-02-28 18:20:58 +08:00
chenhaoran
ecf166bd0f
test: remove cross-threaded operations that use Python connections in test cases
2023-02-28 17:04:48 +08:00
Xiaoyu Wang
e36d9a4c25
merge main
2023-02-28 16:13:28 +08:00
wangmm0220
f08d17d2ff
Merge branch 'fix/TD-22671' of https://github.com/taosdata/TDengine into fix/TD-22671
2023-02-28 15:11:36 +08:00
plum-lihui
2310dfca22
test: del data from async to sync
2023-02-28 15:02:57 +08:00
Hui Li
3bd66ecb52
Merge pull request #20188 from taosdata/test/main/TD-22818
...
test: check asan cases successful
2023-02-27 20:36:52 +08:00
chenhaoran
8e84077488
test: check asan cases successful
2023-02-27 17:58:44 +08:00
chenhaoran
6f4b24a510
test: check asan cases successful
2023-02-27 17:56:15 +08:00
chenhaoran
78bda0d65c
test: check asan cases successful
2023-02-27 17:54:31 +08:00
jiacy-jcy
5830e0931c
test:add test case for TD-22532
2023-02-27 15:22:46 +08:00
Alex Duan
64243a2127
feat: completing create index and tag index case
2023-02-27 15:11:21 +08:00
dapan1121
178d2cac00
Merge pull request #20156 from taosdata/fix/TD-22520
...
fix(query): fix apply limit error for doMultiwayMerge operator if datablocks belongs to the same group
2023-02-27 14:20:42 +08:00
Ganlin Zhao
04bd07da59
add test cases
2023-02-26 10:28:07 +08:00
Xiaoyu Wang
d6dd087f84
merge main
2023-02-25 10:29:20 +08:00
Xiaoyu Wang
5856a39827
Merge pull request #20123 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-25 10:01:26 +08:00
dapan1121
2f816dc01f
Merge pull request #20119 from taosdata/fix/TS-2725
...
fix: alter column length too big issue
2023-02-24 17:33:37 +08:00
Xiaoyu Wang
67a94707b7
Merge pull request #20104 from taosdata/feat/3.0_wxy
...
enh: drop tables syntax optimization
2023-02-24 16:57:30 +08:00
Xiaoyu Wang
961107d1ca
merge main
2023-02-24 16:55:50 +08:00
Hui Li
fb8ab642cb
Update tmqCommon.py
2023-02-24 15:37:21 +08:00
Hui Li
e667da1666
Update subscribeDb4.py
2023-02-24 15:35:47 +08:00
dapan1121
f6acf035c9
fix: sys db vgroup update issue
2023-02-24 11:37:16 +08:00
Xiaoyu Wang
1ab144609e
merge main
2023-02-23 14:58:22 +08:00
Hui Li
04d4ee928b
Merge pull request #20105 from taosdata/test/TD-21965-3.0
...
test: add tag index basic function verify case
2023-02-23 13:27:17 +08:00
dapan1121
31615d0ccc
Merge pull request #20072 from taosdata/fix/TD-22647
...
fix: tag filter crash issue
2023-02-23 10:39:32 +08:00
dapan1121
05c7bc170e
Merge pull request #20098 from taosdata/feat/TS-2671
...
feat(query): optimize percentile function performance
2023-02-23 10:24:06 +08:00
Xiaoyu Wang
a71f728cc4
enh: drop tables syntax optimization
2023-02-22 17:45:55 +08:00
sunpeng
d4fdf17cae
build: delete TaosConsumer and TaosTmq from taospy ( #20076 ) ( #20091 )
2023-02-22 17:32:14 +08:00
Alex Duan
2c8b75885a
test: add case tag index passed ok1
2023-02-22 14:38:32 +08:00
Alex Duan
b4d84f1e5e
test: add case tag index passed ok
2023-02-22 14:36:26 +08:00
Ganlin Zhao
8175b36d31
add test cases
2023-02-22 14:08:26 +08:00
Alex Duan
4dff7f9763
Merge branch '3.0' into test/TD-21965-3.0
2023-02-22 11:05:51 +08:00
Alex Duan
40841dd666
test: modify tag range
2023-02-22 11:04:57 +08:00
Alex Duan
490370ddb7
test : add 0-other/tag_index_basic.py
2023-02-22 10:22:22 +08:00
sunpeng
7e8823d594
build: delete TaosConsumer and TaosTmq from taospy ( #20076 )
2023-02-21 19:00:50 +08:00
dapan1121
e5023259ff
fix: add tag filter case
2023-02-21 14:36:25 +08:00
Xiaoyu Wang
319dfd8f06
merge 3.0
2023-02-20 17:21:37 +08:00
Haojun Liao
ad0be66a78
Merge pull request #19935 from taosdata/enh/dynamicIdx
...
feat: change index dynamicly
2023-02-20 15:48:49 +08:00
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
cademfly
f372878655
test/TD-20331 add test case for performance_schama
2023-02-17 13:28:17 +08:00
dapan1121
052f89c3d2
Merge pull request #19964 from taosdata/fix/restrict_interp_stable
...
fix: restrict interp query on stable for now
2023-02-15 14:30:52 +08:00
Haojun Liao
4e9146f061
fix(query): fix memory leak.
2023-02-14 22:46:31 +08:00
Ganlin Zhao
10e01c0512
add test cases
2023-02-14 14:25:03 +08:00
yihaoDeng
a176899010
fix json_tag crash
2023-02-13 16:02:15 +08:00
dapan1121
df4967614f
Merge pull request #19906 from taosdata/fix/TS-2612
...
fix(query): fix max/min result inconsistent using with first or last plus interval time window query
2023-02-13 10:57:24 +08:00
Xiaoyu Wang
3382a24a69
merge main
2023-02-10 18:03:11 +08:00
Ganlin Zhao
f0c400e968
add test cases
2023-02-10 15:08:34 +08:00
Shuduo Sang
ea5d925c50
fix: alpine support ( #19353 )
...
* fix: alpine support
* fix: ostimer thread_id
* fix: taosPrintTrace and tsStreamMax
* fix: make_install.sh and dnodes.py for alpine
* fix: cmake.platform and cut option for alpine
* fix: timer sigev and string convert
* fix: test case for alpine
* fix: fix test script for alpine
* fix: fix test script for alpine
* fix: fix taosLogTrace for Alpine
* fix: fix taosSort
* fix: vnode and mnode compare functions and test cases
* fix: sorting algorithms and unit tests
* fix: libtaosws.so build error on Alpine
* fix: libtaosws.so build error on Alpine
---------
Co-authored-by: t_max <1172915550@qq.com>
2023-02-10 13:00:55 +08:00
Haojun Liao
6cf363600b
Merge pull request #19785 from taosdata/fix/TD-21899
...
fix:auto create table & NULL NONE problem for taosx
2023-02-09 15:31:13 +08:00
wangmm0220
0a01fbc16c
fix:change uid in taosx to avoiding uid same in different db
2023-02-09 14:00:03 +08:00
Xiaoyu Wang
79440f7a26
Merge pull request #19860 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-09 09:22:19 +08:00
Hui Li
b2b2592ca2
Merge pull request #19757 from taosdata/test/TD-22078
...
test:add test case into ci
2023-02-09 09:07:24 +08:00
Hui Li
a39f80bafe
Merge pull request #19866 from taosdata/case/TD-22241
...
test: add case double comma check in insert_drop.py
2023-02-08 15:46:43 +08:00
Alex Duan
82deedbaff
test: remove blank line
2023-02-08 14:13:26 +08:00
Alex Duan
4bbcfb3151
move check sql before drop database
2023-02-08 12:11:42 +08:00
Hui Li
6978a803ff
Update tmqUpdate-1ctb.py
2023-02-08 10:39:52 +08:00
Xiaoyu Wang
09925437e3
merge main
2023-02-08 09:51:52 +08:00
Alex Duan
59fc68dbf1
case: add doulbe comma insert check
2023-02-08 09:36:01 +08:00
“happyguoxy”
2a2b2262d8
test: refine query cases
2023-02-07 10:39:05 +08:00
“happyguoxy”
7a392f57af
test: refine query cases
2023-02-07 10:38:48 +08:00
wangmm0220
c330588d55
fix:error in subscribe table for taosx
2023-02-03 15:35:13 +08:00
jiacy-jcy
cbaf3829b2
test:add test case into ci
2023-02-02 15:18:42 +08:00
wangmm0220
8a21d7f307
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-21899
2023-02-01 16:13:06 +08:00
wangmm0220
2bf0916bcf
fix:split block data if there are none value in block for taosx
2023-02-01 16:12:59 +08:00
Hongze Cheng
5e7b6602c5
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/3.0_merge_main
2023-01-29 14:05:15 +08:00
plum-lihui
9ec79d7ef8
test:modify expect consume rows
2023-01-28 18:15:11 +08:00
Benguang Zhao
30a6488f0d
fix: create topic before inserting data for two testcases of 7-tmq/tmqUpdate
2023-01-28 13:38:50 +08:00
wangmm0220
3153e9847f
fix:test case for json parse string
2023-01-28 11:31:09 +08:00
kailixu
1f82c835a3
chore: test case adaption
2023-01-16 16:45:44 +08:00
kailixu
479ff7d87a
test: adjust test case for ins_columns
2023-01-16 15:06:31 +08:00
dapan1121
62b64631dc
Merge pull request #19547 from taosdata/fix/TD-21648
...
fix:add interface for odbc
2023-01-16 13:29:15 +08:00
Hui Li
e964a4d58c
Update tmqConsFromTsdb1-1ctb.py
2023-01-16 09:07:07 +08:00
Hui Li
88126dfc81
Update tmqConsFromTsdb1-mutilVg.py
2023-01-16 09:06:40 +08:00
Hui Li
60800c7732
Update tmqConsFromTsdb1-mutilVg.py
2023-01-16 09:05:58 +08:00
Hui Li
ddb9c3f530
Update tmqConsFromTsdb1-1ctb.py
2023-01-16 09:05:26 +08:00
Xiaoyu Wang
9a0c2805f4
merge main
2023-01-13 13:54:04 +08:00
Hui Li
4cae701e17
Merge pull request #19544 from taosdata/test/TD-21874
...
test:modify failed cases in ci
2023-01-13 13:11:13 +08:00
Hui Li
dbe71c3c9a
Update tmqConsFromTsdb.py
2023-01-13 11:44:23 +08:00
Hui Li
a59294b578
Update tmqConsFromTsdb.py
2023-01-13 11:43:49 +08:00
chenhaoran
ca1e1c1694
test:modify failed cases in ci
2023-01-13 10:30:43 +08:00
wangmm0220
b5e4861c50
fix:add test cases for odbc interface
2023-01-12 23:57:06 +08:00
chenhaoran
7411643c8e
test:modify failed cases in ci
2023-01-12 18:24:01 +08:00
Benguang Zhao
06c747c040
fix: wait for trans completion in testcase 5dnode3mnodeDrop.py
2023-01-11 17:06:00 +08:00
Hui Li
827ac5405a
Merge pull request #19498 from taosdata/test/cyjia-main
...
test:add test case into ci
2023-01-11 16:36:00 +08:00
jiacy-jcy
e81b344b5f
Merge branch 'main' into test/cyjia-main
2023-01-11 13:44:06 +08:00
jiacy-jcy
60c4efbc8c
add test case
2023-01-11 13:43:36 +08:00
“happyguoxy”
07adf3097a
test: refine query cases
2023-01-11 10:58:57 +08:00
“happyguoxy”
5db74213da
test: refine query cases
2023-01-11 10:58:44 +08:00
jiajingbin
91821c9bb4
test: add cases for ts-2440
2023-01-10 09:41:20 +08:00
dapan1121
54558b438c
Merge pull request #19448 from taosdata/refact/submit_req_marks
...
fix:table name error in schemaless
2023-01-09 18:36:57 +08:00
wangmm0220
a462f518e3
fix:table name error in schemaless
2023-01-09 15:14:20 +08:00
wangmm0220
060fc941b5
fix:add config dir for libtaos in sml_test
2023-01-09 11:39:14 +08:00
Shengliang Guan
3016f35e9f
Merge branch '3.0' into merge/mainto3.0_0105
2023-01-05 16:08:23 +08:00
Xiaoyu Wang
fdde287ca9
merge main
2023-01-04 11:43:20 +08:00
dapan1121
e1b25c192e
Merge pull request #19337 from taosdata/fix/TD-21688-MAIN
...
fix: varchar type order by rule different with nchar type
2023-01-04 10:49:46 +08:00
Hui Li
a38bc1ddb8
Merge pull request #19289 from taosdata/test/TD-19796_main
...
test: update tmq test cases
2023-01-04 09:16:07 +08:00
Alex Duan
f29fffd8e7
fix: adjust value with new order rule
2023-01-03 19:21:30 +08:00
Alex Duan
8cb62eb045
fix: adjust case check data by new order rule1
2023-01-03 19:15:26 +08:00
Alex Duan
c217850537
fix: adjust case check data by new order rule
2023-01-03 19:09:38 +08:00
dapan1121
100001cac9
Merge pull request #19296 from taosdata/refact/submit_req
...
opti:json parse logic in schemaless
2023-01-03 18:26:18 +08:00
Ping Xiao
4abb6448a8
test: update tmq test cases
2023-01-03 18:22:54 +08:00
dapan1121
3e1e6be827
Merge pull request #19262 from taosdata/fix/TS-2350
...
fix(query): fix floating type handle sma error
2023-01-03 17:21:30 +08:00
WANG MINGMING
0260512d95
Merge pull request #19335 from taosdata/refact/submit_req_marks
...
fix:Refact/submit req marks
2023-01-03 17:02:34 +08:00
wangmm0220
50d2a1c11f
fix:malloc too large
2023-01-03 16:01:03 +08:00
wangmm0220
5cd433f756
fix:add log for json parse
2023-01-03 15:05:25 +08:00
Ganlin Zhao
321d2d6787
add sma test cases
2023-01-03 11:10:42 +08:00
jiajingbin
2e07db6eb3
test: update tbnameTagsColsNameCheckCase for seq
2023-01-03 09:44:34 +08:00
WANG MINGMING
28b0cf949c
Merge pull request #19295 from taosdata/refact/submit_req_marks
...
opti:json parse logic for schemaless
2022-12-30 18:45:08 +08:00
wangmm0220
3220ee9f1a
fix:json parse error in the end
2022-12-30 18:18:42 +08:00