From 6b3fccab3c728a2ea276994fef0870cb1dc3cc2a Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Mon, 8 Feb 2021 12:26:26 +0800 Subject: [PATCH] [td-2886]: add a new error code in crash_gen --- tests/pytest/crash_gen/crash_gen_main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/crash_gen/crash_gen_main.py b/tests/pytest/crash_gen/crash_gen_main.py index c6b857b097..13e59f345e 100755 --- a/tests/pytest/crash_gen/crash_gen_main.py +++ b/tests/pytest/crash_gen/crash_gen_main.py @@ -1276,6 +1276,7 @@ class Task(): 0x510, # vnode not in ready state 0x14, # db not ready, errno changed 0x600, # Invalid table ID, why? + 0x218, # Table does not exist 1000 # REST catch-all error ]: return True # These are the ALWAYS-ACCEPTABLE ones