Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 22, 2023
1 parent 8c58303 commit 83dacfa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/replica/test/mutation_log_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 83dacfa

Please sign in to comment.