提交 7dd6e6a4 编写于 作者: S Steven Li

removed a check condition from crash_gen

上级 0d90cc89
......@@ -690,8 +690,8 @@ class StateHasData(AnyState):
else: # should be STATE_HAS_DATA
self.assertNoTask(tasks, DropDbTask)
if (not self.hasTask(tasks, CreateFixedSuperTableTask)) : # if we didn't create the table
self.assertNoTask(tasks, DropFixedSuperTableTask) # we should not have a task that drops it
self.assertIfExistThenSuccess(tasks, ReadFixedDataTask)
self.assertNoTask(tasks, DropFixedSuperTableTask) # we should not have a task that drops it
# self.assertIfExistThenSuccess(tasks, ReadFixedDataTask)
# State of the database as we believe it to be
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册