提交 9e5ecf88 编写于 作者: S Steven Li

Minor additional tweaks for crash_gen tool

上级 6b45bc66
......@@ -1474,6 +1474,10 @@ class Task():
elif errno == 0x200 : # invalid SQL, we need to div in a bit more
if msg.find("invalid column name") != -1:
return True
elif msg.find("tags number not matched") != -1: # mismatched tags after modification
return True
elif msg.find("duplicated column names") != -1: # also alter table tag issues
return True
return False # Not an acceptable error
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册