homework-jianmu/tests/pytest/insert
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
..
__init__.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
alterTableAndInsert.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
basic.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
basic_unsigned.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
before_1970.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
bigint.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
binary-boundary.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
binary.py feat: taos shell refactor (#11688) 2022-04-20 20:34:45 +08:00
bool.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
boundary2.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
bug3654.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
date.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
double.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
float.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
flushwhiledrop.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
in_function.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insertDemo.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insertDynamicColBeforeVal.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insertFromCSV.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insertFromCSVPerformance.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insertIntoTwoTables.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insertJSONPayload.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insertTelnetLines.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insert_before_use_db.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
insert_locking.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
int.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
line_insert.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
metadataUpdate.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
modify_column.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
multi.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
nchar-boundary.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
nchar-unicode.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
nchar.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
ningsiInsert.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
openTsdbTelnetLinesInsert.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
randomNullCommit.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
restful.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
restfulInsert.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
retentionpolicy.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
schemalessInsert.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
smallint.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
sparseData.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
special_character_show.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
tagSepcified.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00
timestamp.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
tinyint.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
unsignedBigint.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
unsignedInt.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
unsignedSmallint.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
unsignedTinyint.py test: remove show databases check from insert cases (#11508) 2022-04-14 23:39:14 +08:00
writeDBNonStop.py [TD-13408]<test>: move tests in for3.0 (#10598) 2022-03-07 19:25:29 +08:00