From 95f9b3a05e109c277f082a36c9d88b95d079747c Mon Sep 17 00:00:00 2001 From: obdev Date: Mon, 29 May 2023 06:11:47 +0000 Subject: [PATCH] fix test_special_tablet_flush core --- mittest/simple_server/test_special_tablet_flush.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mittest/simple_server/test_special_tablet_flush.cpp b/mittest/simple_server/test_special_tablet_flush.cpp index ae47641eab..7dd9eaa118 100644 --- a/mittest/simple_server/test_special_tablet_flush.cpp +++ b/mittest/simple_server/test_special_tablet_flush.cpp @@ -14,6 +14,7 @@ #define USING_LOG_PREFIX STORAGE #define protected public #define private public +#define UNITTEST #include "env/ob_simple_cluster_test_base.h" #include "storage/tx_storage/ob_ls_service.h"