summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_test.cpp
diff options
context:
space:
mode:
authorScott Hernandez <scotthernandez@gmail.com>2016-03-31 09:18:20 -0400
committerScott Hernandez <scotthernandez@gmail.com>2016-04-05 13:10:19 -0400
commitbfe6a0cefe770f0c21495be5e5bdf4328fc771c4 (patch)
tree3fe010eb40083f099ccf1c534527b56b1d36c94e /src/mongo/db/repl/replication_coordinator_impl_test.cpp
parent45be6ce3c54aca9d1453380b74a6adc464a3c148 (diff)
downloadmongo-bfe6a0cefe770f0c21495be5e5bdf4328fc771c4.tar.gz
SERVER-19200: move initial sync behavior out of rs_sync
Diffstat (limited to 'src/mongo/db/repl/replication_coordinator_impl_test.cpp')
-rw-r--r--src/mongo/db/repl/replication_coordinator_impl_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/repl/replication_coordinator_impl_test.cpp b/src/mongo/db/repl/replication_coordinator_impl_test.cpp
index 6b10ba21154..de8a175d01c 100644
--- a/src/mongo/db/repl/replication_coordinator_impl_test.cpp
+++ b/src/mongo/db/repl/replication_coordinator_impl_test.cpp
@@ -2442,8 +2442,7 @@ TEST_F(ReplCoordTest, LogAMessageWhenShutDownBeforeReplicationStartUpFinished) {
startCapturingLogMessages();
getReplCoord()->shutdown();
stopCapturingLogMessages();
- ASSERT_EQUALS(1,
- countLogLinesContaining("shutdown() called before startReplication() finished"));
+ ASSERT_EQUALS(1, countLogLinesContaining("shutdown() called before startup() finished"));
}
TEST_F(ReplCoordTest, DoNotProcessSelfWhenUpdatePositionContainsInfoAboutSelf) {