From 8f620acc8882b8b3c6701bccd22b2d50272207b9 Mon Sep 17 00:00:00 2001 From: Steven Li Date: Mon, 26 Oct 2020 06:18:24 +0000 Subject: [PATCH] Adjusted crash_gen tool to tolerate 0x20F error, resvolving TD-1776 --- tests/pytest/crash_gen/crash_gen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/crash_gen/crash_gen.py b/tests/pytest/crash_gen/crash_gen.py index 102d7d9bdd..739fb699d6 100755 --- a/tests/pytest/crash_gen/crash_gen.py +++ b/tests/pytest/crash_gen/crash_gen.py @@ -1231,6 +1231,7 @@ class Task(): 0x05, # TSDB_CODE_RPC_NOT_READY 0x0B, # Unable to establish connection, more details in TD-1648 0x200, # invalid SQL, TODO: re-examine with TD-934 + 0x20F, # query terminated, possibly due to vnoding being dropped, see TD-1776 0x217, # "db not selected", client side defined error code # 0x218, # "Table does not exist" client side defined error code 0x360, # Table already exists -- GitLab