branch-2.1: [Fix](UT) Fix status UT error introduced by #43731 #43922 (#43927)

Cherry-picked from #43922

Co-authored-by: abmdocrt <lianyukang@selectdb.com>
This commit is contained in:
github-actions[bot]
2024-11-14 19:23:37 +08:00
committed by GitHub
parent 4f2a67251a
commit 26fef2a02a

View File

@ -70,6 +70,7 @@ namespace ErrorCode {
TStatusError(TABLET_MISSING, true); \
TStatusError(NOT_MASTER, true); \
TStatusError(OBTAIN_LOCK_FAILED, false); \
TStatusError(SNAPSHOT_EXPIRED, false); \
TStatusError(DELETE_BITMAP_LOCK_ERROR, false);
// E error_name, error_code, print_stacktrace
#define APPLY_FOR_OLAP_ERROR_CODES(E) \