homework-jianmu/tests/system-test/1-insert
Alex Duan ecab6655a6
Merge pull request #24009 from taosdata/test/TD-27721
test: add coverage case
2023-12-19 10:14:16 +08:00
..
InsertFuturets.py test:add test case for future timestamp insert 2022-11-15 09:52:34 +08:00
alter_database.py chore: add test cases 2023-08-29 19:53:59 +08:00
alter_replica.py test: add test case for alter replica 2023-04-26 16:17:23 +08:00
alter_stable.py test: adjust test case for alter table 2023-11-25 00:49:49 +08:00
alter_table.py update test case 2022-11-23 12:01:21 +08:00
benchmark-tbl-rsma-alter.json test:add testcase of rsma 2023-11-14 14:56:05 +08:00
benchmark-tbl-rsma.json test:add testcase of rsma 2023-11-14 10:43:39 +08:00
block_wise.py enh: use placeholder '-' for interval of 1st retention level 2023-10-30 14:02:31 +08:00
boundary.py fix test case 2023-07-19 13:06:59 +08:00
create_retentions.py test:add testcase of rsma 2023-11-14 10:43:39 +08:00
database_pre_suf.py test: refine query cases 2023-04-24 10:29:35 +08:00
db_tb_name_check.py test: add coverage case 2023-12-11 14:36:09 +08:00
delete_childtable.py fix(stream): set the correct initial offset value. 2023-04-18 08:56:31 +08:00
delete_data.py fix: delete data is not right 2023-09-15 15:46:26 +08:00
delete_normaltable.py test:modify case delete_data.py to three cases 2022-11-08 09:04:05 +08:00
delete_stable.py enh: test case 2023-12-15 17:38:04 +08:00
delete_systable.py add test cases 2023-04-23 11:21:35 +08:00
drop.py fix:[TD-25222] error in drop topic if topic num is too long 2023-07-17 19:52:07 +08:00
influxdb_line_taosc_insert.py more code 2023-05-06 06:06:12 +08:00
insertWithMoreVgroup.py test:add replica parameters for all testcase 2022-11-02 17:33:44 +08:00
insert_double.py adjust case 2023-12-07 16:06:09 +08:00
insert_drop.py test: remove blank line 2023-02-08 14:13:26 +08:00
insert_perf.py opt double -> int 2023-12-07 01:51:23 +08:00
insert_stb.py fix: fix test case 2023-11-06 17:15:46 +08:00
insert_timestamp.py Add test cases for TD-27403 2023-12-11 17:09:12 +08:00
insert_wide_column.py fix: merge main to 3.0 2023-03-22 16:08:16 +08:00
keep_expired.py test/cases: apply duration <= 1/3keep0 2023-10-07 16:15:38 +08:00
manyVgroups.json fix: num_of_records_per_req item in json config need less than 32768. current = 100000 2023-06-02 16:56:20 +08:00
mutil_stage.py fix: windows test (#20256) 2023-03-16 10:18:06 +08:00
mutipythonnodebugtaosd.py test:add replica parameters for all testcase 2022-11-02 17:33:44 +08:00
opentsdb_json_taosc_insert.py fix:case error 2023-07-26 16:43:27 +08:00
opentsdb_telnet_line_taosc_insert.py fix:case error 2023-07-26 16:43:27 +08:00
performanceInsert.json Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-08-06 14:52:08 +08:00
performanceQuery.json test:modify testcase of python connector using Statement API 2022-05-30 13:27:53 +08:00
precisionNS.py fix: merge 3.0 to main 2023-09-01 13:24:47 +08:00
precisionUS.py test:replace clock_gettime in cases for win 2023-09-06 17:36:55 +08:00
row64kInsertByCsv.py test: add insertFromCsvOfLength65500 case for TS-3957 2023-09-25 14:27:37 +08:00
rowlength64k.json test: rowlength64k 2023-05-16 14:17:56 +08:00
rowlength64k.py test: add insertFromCsvOfLength65500 case for TS-3957 2023-09-25 14:27:37 +08:00
rowlength64k_1.py test: rowlength64k 2023-05-17 18:39:35 +08:00
rowlength64k_2.py test: rowlength64k 2023-05-18 10:22:20 +08:00
rowlength64k_3.py test: rowlength64k 2023-05-17 18:39:24 +08:00
rowlength64k_4.py test: rowlength64k 2023-05-18 10:22:35 +08:00
rowlength64k_benchmark.py test:repire test case for windows 2023-08-07 18:32:58 +08:00
rsma.py test:add testcase of rsma 2023-11-14 14:56:18 +08:00
stmt_error.py chore: more code 2023-04-25 22:15:06 +08:00
tableColumn4096.json test: add insertFromCsvOfLength65500 case for TS-3957 2023-09-20 14:54:28 +08:00
tableColumn4096csvLength64k.csv test: add insertFromCsvOfLength65500 case for TS-3957 2023-09-20 14:54:28 +08:00
table_comment.py test:add replica parameters for all testcase 2022-11-02 17:33:44 +08:00
table_param_ttl.py fix: update for ttl test cases 2023-09-07 09:33:26 +08:00
tb_100w_data_order.py test:add replica parameters for all testcase 2022-11-02 17:33:44 +08:00
test_stmt_muti_insert_query.py test: add asan case 2022-11-23 16:15:44 +08:00
test_stmt_set_tbname_tag.py test: add asan case 2022-11-23 16:15:44 +08:00
test_td27388.py add test case for task td-27388 2023-11-23 19:23:02 +08:00
test_ts4219.py add test case for ts-4219 by charles 2023-11-07 18:13:23 +08:00
test_ts4295.py add test case for ts-4295 2023-11-23 17:09:33 +08:00
time_range_wise.py enh: use placeholder '-' for interval of 1st retention level 2023-10-30 14:02:31 +08:00
ts-4272.py adjust parseOneStbRow; add case for stable 2023-11-29 22:47:31 +08:00
update_data.py test:add test case for boundary check 2022-11-17 16:58:04 +08:00
update_data_muti_rows.py test:add replica parameters for all testcase 2022-11-02 17:33:44 +08:00