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