This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new de05a9b330e branch-3.0: [Fix](UT) Fix status UT error introduced by
#43731 #43922 (#43925)
de05a9b330e is described below
commit de05a9b330e718a78846bac30e455740e4872d8a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 14 19:54:38 2024 +0800
branch-3.0: [Fix](UT) Fix status UT error introduced by #43731 #43922
(#43925)
Cherry-picked from #43922
Co-authored-by: abmdocrt <[email protected]>
---
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 91386a5887e..ec604ab866a 100644
--- a/be/src/common/status.h
+++ b/be/src/common/status.h
@@ -77,6 +77,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) \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]