update
This commit is contained in:
parent
486446ad8f
commit
92e0af3c9e
|
@ -67,7 +67,7 @@ class TDTestCase:
|
||||||
tdSql.execute('create table ct1 using st tags(1)');
|
tdSql.execute('create table ct1 using st tags(1)');
|
||||||
tdSql.execute('create table ct2 using st tags(2)');
|
tdSql.execute('create table ct2 using st tags(2)');
|
||||||
|
|
||||||
time.sleep(1)
|
time.sleep(3)
|
||||||
|
|
||||||
ret = tdSql.query('show vnodes "{}"'.format(dnodeEndpoint))
|
ret = tdSql.query('show vnodes "{}"'.format(dnodeEndpoint))
|
||||||
tdSql.checkRows(1)
|
tdSql.checkRows(1)
|
||||||
|
|
|
@ -155,6 +155,7 @@ python3 ./test.py -f import_merge/importCSV.py
|
||||||
python3 ./test.py -f import_merge/import_update_0.py
|
python3 ./test.py -f import_merge/import_update_0.py
|
||||||
python3 ./test.py -f import_merge/import_update_1.py
|
python3 ./test.py -f import_merge/import_update_1.py
|
||||||
python3 ./test.py -f import_merge/import_update_2.py
|
python3 ./test.py -f import_merge/import_update_2.py
|
||||||
|
python3 ./test.py -f update/merge_commit_data.py
|
||||||
#======================p1-end===============
|
#======================p1-end===============
|
||||||
#======================p2-start===============
|
#======================p2-start===============
|
||||||
# tools
|
# tools
|
||||||
|
@ -183,7 +184,7 @@ python3 ./test.py -f update/allow_update-0.py
|
||||||
python3 ./test.py -f update/append_commit_data.py
|
python3 ./test.py -f update/append_commit_data.py
|
||||||
python3 ./test.py -f update/append_commit_last-0.py
|
python3 ./test.py -f update/append_commit_last-0.py
|
||||||
python3 ./test.py -f update/append_commit_last.py
|
python3 ./test.py -f update/append_commit_last.py
|
||||||
python3 ./test.py -f update/merge_commit_data.py
|
|
||||||
|
|
||||||
python3 ./test.py -f update/merge_commit_data2.py
|
python3 ./test.py -f update/merge_commit_data2.py
|
||||||
python3 ./test.py -f update/merge_commit_data2_update0.py
|
python3 ./test.py -f update/merge_commit_data2_update0.py
|
||||||
|
|
Loading…
Reference in New Issue