fix/TS-5251-add-conflict-check
This commit is contained in:
parent
93c58252a6
commit
ce9b3e8462
|
@ -93,6 +93,7 @@ class TDTestCase:
|
||||||
tdSql.error('compact database db;', expectErrInfo="Conflict transaction not completed")
|
tdSql.error('compact database db;', expectErrInfo="Conflict transaction not completed")
|
||||||
t6.join()
|
t6.join()
|
||||||
|
|
||||||
|
'''
|
||||||
tdLog.debug("start test8")
|
tdLog.debug("start test8")
|
||||||
t7 = threading.Thread(target=self.alterDBThread)
|
t7 = threading.Thread(target=self.alterDBThread)
|
||||||
t7.start()
|
t7.start()
|
||||||
|
@ -100,6 +101,7 @@ class TDTestCase:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
tdSql.error('compact database db;', expectErrInfo="Conflict transaction not completed")
|
tdSql.error('compact database db;', expectErrInfo="Conflict transaction not completed")
|
||||||
t7.join()
|
t7.join()
|
||||||
|
'''
|
||||||
|
|
||||||
|
|
||||||
def compactDBThread(self, p, event):
|
def compactDBThread(self, p, event):
|
||||||
|
|
Loading…
Reference in New Issue