summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/roll_back_local_operations_test.cpp
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2018-05-31 17:04:37 -0400
committerVesselina Ratcheva <vesselina.ratcheva@10gen.com>2018-05-31 17:04:49 -0400
commitd425fb810663b0f898c32a851807f3e021327bce (patch)
tree87ea46fcd9939db5991c54dce0f766cbcc6a4576 /src/mongo/db/repl/roll_back_local_operations_test.cpp
parentc191447505716af0219eb1c6b03b7b052ef84ddb (diff)
downloadmongo-d425fb810663b0f898c32a851807f3e021327bce.tar.gz
SERVER-22563 amend uassert code
Diffstat (limited to 'src/mongo/db/repl/roll_back_local_operations_test.cpp')
-rw-r--r--src/mongo/db/repl/roll_back_local_operations_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/roll_back_local_operations_test.cpp b/src/mongo/db/repl/roll_back_local_operations_test.cpp
index b30210edd92..043f813e11b 100644
--- a/src/mongo/db/repl/roll_back_local_operations_test.cpp
+++ b/src/mongo/db/repl/roll_back_local_operations_test.cpp
@@ -424,7 +424,7 @@ public:
unittest::log()
<< "Throwing DBException on DBClientCursorForTest::query(). Failures left: "
<< _initFailuresLeft;
- uasserted(226530, "Simulated network error");
+ uasserted(50852, "Simulated network error");
MONGO_UNREACHABLE;
}