Added 2 acceptable error codes to crash_gen tool

This commit is contained in:
Steven Li 2022-07-25 09:50:44 +05:30
parent 38cf3f5942
commit 4d8fc705d8
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