Merge pull request #15377 from taosdata/enh/crash_gen

Added 2 acceptable error codes to crash_gen tool
This commit is contained in:
wade zhang 2022-07-25 12:28:55 +08:00 committed by GitHub
commit ff2a890c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1327,6 +1327,8 @@ class Task():
# TDengine 3.0 Error Codes:
0x0333, # Object is creating # TODO: this really is NOT an acceptable error
0x0369, # Tag already exists
0x0388, # Database not exist
0x03A0, # STable already exists
0x03A1, # STable [does] not exist
0x03AA, # Tag already exists