Shengliang Guan
3d8ebc2660
refactor: adjust logs
2022-06-13 15:38:43 +08:00
tomchon
9579710f80
Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699
2022-06-13 09:57:14 +08:00
tomchon
b1a2dff6ba
test:add dnode of clusters
2022-06-11 20:30:02 +08:00
afwerar
fc489882eb
fix(os): add win32 tmq case test
2022-06-11 17:19:53 +08:00
afwerar
c105f0a4df
fix(os): start win32 taosd case
2022-06-09 19:11:44 +08:00
afwerar
d95b7a3dc1
fix(os): add win32 taosd case
2022-06-09 11:48:41 +08:00
afwerar
43df05c161
fix(os): add win32 query case
2022-06-07 16:22:20 +08:00
afwerar
20c2eb1d84
fix(os): add win32 query case
2022-06-07 09:49:09 +08:00
afwerar
da03a3b6fb
fix(os): do not kill taosd when case init dnodes
2022-06-06 19:40:13 +08:00
afwerar
268236d804
fix(os): do not kill taosd when case init dnodes
2022-06-06 17:28:45 +08:00
afwerar
d01bb6a823
fix(os): add other two win32 udf case
2022-06-05 20:44:13 +08:00
afwerar
ac09ef04a9
fix(os): add win32 udf case
2022-06-05 17:02:43 +08:00
afwerar
490889f8e7
fix(os): win python case error
2022-06-03 16:13:06 +08:00
afwerar
d84a5af792
fix(os): remote fqdn error
2022-06-01 16:18:47 +08:00
jiajingbin
4abcac3907
test: finish 1-insert/opentsdb_json_taosc_insert.py
2022-05-31 19:01:42 +08:00
plum-lihui
f8d29a12ab
test: support taosc run by valgrind to python cases
2022-05-31 16:46:01 +08:00
jiajingbin
990abaaab1
test: finish 1-insert/influxdb_line_taosc_insert.py
2022-05-31 16:03:36 +08:00
afwerar
6e59f7c4ee
fix(os): config remote server info
2022-05-30 10:38:29 +08:00
jiajingbin
38a6745634
test: add schemaless-insert 1-insert/opentsdb_telnet_line_taosc_insert.py to CI
2022-05-28 21:55:23 +08:00
Liu Jicong
1aa97bc117
fix(tmq): update tq for auto create table
2022-05-28 19:48:17 +08:00
afwerar
e164e194b1
fix(os): case run remote taosd
2022-05-28 17:03:26 +08:00
afwerar
06f72448aa
fix(os): case run remote taosd
2022-05-28 15:30:14 +08:00
afwerar
f999132ff0
fix(os): windows run shell case
2022-05-27 22:53:29 +08:00
afwerar
1e5ef3b145
fix(os): windows timezone error
2022-05-27 19:00:48 +08:00
Liu Jicong
d3a2e98d60
fix(stream): double free
2022-05-26 20:52:27 +08:00
Zhiqiang Wang
4cf843ed51
Merge pull request #12977 from taosdata/fix/ZhiqiangWang/TD-15849-run-case-on-win
...
fix(os): run case on win
2022-05-25 20:55:04 +08:00
afwerar
5a15739cc3
fix(os): run case on win
2022-05-25 20:37:00 +08:00
afwerar
704fc25622
fix(os): run case on win
2022-05-25 19:43:09 +08:00
Liu Jicong
79e97271ca
fix(stream): memory error
2022-05-25 18:43:25 +08:00
jiajingbin
84cf8ff273
test: add debug cases
2022-05-25 18:00:58 +08:00
afwerar
3a0efe7255
fix(os): run case on win
2022-05-25 16:30:26 +08:00
plum-lihui
7e9e0596b7
test:modify valgrind log director
2022-05-22 16:41:10 +08:00
tomchon
3c0a1bc7ee
add valgrind.log to dnodes.py
2022-05-20 16:20:27 +08:00
plum-lihui
534dfae907
[test: set days to 300 for default db]
2022-05-18 22:06:59 +08:00
Shengliang Guan
eebd3f0f0f
test: adjust debugflag
2022-05-13 16:01:05 +08:00
plum-lihui
265f2a8582
test: add get rows api in test frame
2022-05-12 16:36:08 +08:00
afwerar
30179d48d6
fix(os): TDinternal CI pytest error.
2022-05-10 20:52:00 +08:00
jiacy-jcy
7a1794ce69
Merge branch '3.0' into test/jcy
2022-04-27 14:53:42 +08:00
Ping Xiao
c6cc7eff86
test: add client config for test cases
2022-04-27 10:02:22 +08:00
jiacy-jcy
24ac70fc41
update
2022-04-27 08:31:11 +08:00
Ping Xiao
ccffe94579
test: add client config for test cases
2022-04-26 18:46:08 +08:00
plum-lihui
b790102ffd
[test: add sleep for elect leader]
2022-04-22 18:50:21 +08:00
Shuduo Sang
29d994d1dd
feat: taos shell refactor ( #11688 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
* add nchar
* adjust taos_fetch_lengths
* print fields
* remove show databases check from insert cases
* fix lua example compile for 3.0
still not work
* remove lua.py from smoketest
* use get_column_data_offset() to get offset and convert length
* add int, float, timestamp value convert
* improve tests/pytest/insert/binary.py
* improve example/src/demoapi.c
2022-04-20 20:34:45 +08:00
afwerar
97a373fa17
fix(build): exec output build bin.
2022-04-16 15:12:11 +08:00
Shuduo Sang
61d5f6ff2a
feat(tools): demoapi implemented normal insert/query ( #11553 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
* add nchar
* adjust taos_fetch_lengths
* print fields
* remove show databases check from insert cases
* fix lua example compile for 3.0
still not work
* remove lua.py from smoketest
* use get_column_data_offset() to get offset and convert length
2022-04-16 12:18:07 +08:00
Shuduo Sang
30799e59ce
test: remove show databases check from insert cases ( #11508 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
* add nchar
* adjust taos_fetch_lengths
* print fields
* remove show databases check from insert cases
2022-04-14 23:39:14 +08:00
afwerar
09be9e4d9d
fix(test): enterprise test.
2022-04-14 17:49:48 +08:00
Shuduo Sang
6eba8ad1ab
test: add platform logic ( #11459 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
2022-04-13 17:50:33 +08:00
Shuduo Sang
e5b0b962d7
test: adjust test case for show databases result on 3.0 ( #11454 )
...
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
2022-04-13 17:00:41 +08:00
Shuduo Sang
2c1ec0dd10
[TD-13603]<feature>: python connector for 3.0 ( #11152 )
...
* add a few stmt_ interface declartion
* add taos_load_table_info
* add taos_set_config(() interface
* add more interfaces
* warn 'reset query cache' only since lack engine support
* update taos-tools
2022-03-31 11:32:23 +08:00