Skip to content

Commit 043a150

Browse files
committed
refactor(FQDN): feather refactor on client and host_port.h
1 parent d704881 commit 043a150

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/meta/test/meta_data.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,7 @@ TEST(meta_data, construct_replica)
422422
dropped_replica{node_list[2], dropped_replica::INVALID_TIMESTAMP, 7, 10, 12},
423423
dropped_replica{node_list[3], dropped_replica::INVALID_TIMESTAMP, 8, 10, 12},
424424
dropped_replica{node_list[4], dropped_replica::INVALID_TIMESTAMP, 9, 11, 12}};
425-
print_pc_cc("BEFORE construct_replica");
426425
ASSERT_TRUE(construct_replica(view, rep.pid, 3));
427-
print_pc_cc("AFTER construct_replica");
428426
dsn::host_port primary;
429427
GET_HOST_PORT(pc, primary, primary);
430428
ASSERT_EQ(node_list[4], primary);

0 commit comments

Comments
 (0)