Merge pull request #3993 from taosdata/feature/crash_gen

Adjusted crash_gen tool to tolerate 0x20F error, resvolving TD-1776
This commit is contained in:
Shengliang Guan 2020-10-26 16:51:40 +08:00 committed by GitHub
commit 4296715925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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