summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2017-11-03 15:20:12 -0400
committerJudah Schvimer <judah@mongodb.com>2017-11-06 10:24:20 -0500
commitd2fce7077c22f9fe1f8fbb8659d032938686cf62 (patch)
treef89d9b4a45ce00377fd359d7da13dae14dc7e646 /jstests
parente7aa63c457a3658c1a69b4c2acaffe1f445ee7f1 (diff)
downloadmongo-d2fce7077c22f9fe1f8fbb8659d032938686cf62.tar.gz
SERVER-31820 log UUID during collection drop
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/drop_collections_two_phase_rename_drop_target.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/replsets/drop_collections_two_phase_rename_drop_target.js b/jstests/replsets/drop_collections_two_phase_rename_drop_target.js
index 042dad458c3..e0c2aabadb6 100644
--- a/jstests/replsets/drop_collections_two_phase_rename_drop_target.js
+++ b/jstests/replsets/drop_collections_two_phase_rename_drop_target.js
@@ -72,9 +72,7 @@
// Confirm in the logs that the renameCollection dropped the target collection on the
// secondary using two phase collection drop.
- checkLog.contains(
- secondary,
- 'dropCollection: ' + toColl.getFullName() + ' - renaming to drop-pending collection:');
+ checkLog.contains(secondary, 'dropCollection: ' + toColl.getFullName());
// Rename target collection back to source collection. This helps to ensure the collection
// metadata is updated correctly on both primary and secondary.