From 83dacfaead1aa8fe554c4215065f4ee0c239a596 Mon Sep 17 00:00:00 2001 From: Yingchun Lai Date: Fri, 22 Sep 2023 10:11:50 +0800 Subject: [PATCH] 4 --- src/replica/test/mutation_log_test.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/replica/test/mutation_log_test.cpp b/src/replica/test/mutation_log_test.cpp index 0249bdd56f..980a538bf1 100644 --- a/src/replica/test/mutation_log_test.cpp +++ b/src/replica/test/mutation_log_test.cpp @@ -50,7 +50,6 @@ #include "replica/test/mock_utils.h" #include "replica_test_base.h" #include "rrdb/rrdb.code.definition.h" -#include "test_util/test_util.h" #include "utils/binary_reader.h" #include "utils/binary_writer.h" #include "utils/blob.h" @@ -88,15 +87,7 @@ static void overwrite_file(const char *file, int offset, const void *buf, int si ASSERT_EQ(ERR_OK, file::close(wfile)); } -// TODO(yingchun): make its super class replica_stub_test_base derived from encrypt_data_test_base -class replication_test : public pegasus::encrypt_data_test_base -{ -}; - -// TODO(yingchun): ENCRYPTION: add enable encryption test. -INSTANTIATE_TEST_CASE_P(, replication_test, ::testing::Values(false)); - -TEST_F(replication_test, log_file) +TEST(replication_test, log_file) { replica_log_info_map mdecrees; gpid gpid(1, 0);