diff --git a/tests/pytest/crash_gen/crash_gen_main.py b/tests/pytest/crash_gen/crash_gen_main.py index 18c395763029cc5058319e8489231cba0a62af69..2a9966eaf80cf8282585c22e8750fbb55330aaa4 100755 --- a/tests/pytest/crash_gen/crash_gen_main.py +++ b/tests/pytest/crash_gen/crash_gen_main.py @@ -1367,6 +1367,7 @@ class Task(): 0x2603, # Table does not exist, replaced by 2662 below 0x260d, # Tags number not matched 0x2662, # Table does not exist #TODO: what about 2603 above? + 0x2600, # database not specified, SQL: show stables , database droped , and show tables 0x032C, # Object is creating 0x032D, # Object is dropping 0x03D3, # Conflict transaction not completed @@ -1377,6 +1378,7 @@ class Task(): 0x03E1, # failed on tmq_subscribe ,topic not exist + 1000 # REST catch-all error ]: return True # These are the ALWAYS-ACCEPTABLE ones