fix/TS-5251-add-conflict-check-fix-case

This commit is contained in:
dmchen 2024-11-13 09:06:41 +08:00
parent ce9b3e8462
commit b98cf8df37
1 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@ 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()
@ -101,7 +100,6 @@ 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):