From 26fef2a02ae7918ce5964cf64c2d17e2812dd3eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:23:37 +0800 Subject: [PATCH] branch-2.1: [Fix](UT) Fix status UT error introduced by #43731 #43922 (#43927) Cherry-picked from #43922 Co-authored-by: abmdocrt --- be/src/common/status.h | 1 + 1 file changed, 1 insertion(+) diff --git a/be/src/common/status.h b/be/src/common/status.h index 4d26ba5342..05c77e931f 100644 --- a/be/src/common/status.h +++ b/be/src/common/status.h @@ -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) \