summaryrefslogtreecommitdiff
path: root/jstests/core/startup_log.js
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2017-09-27 23:23:24 -0400
committerMisha Tyulenev <misha@mongodb.com>2017-09-27 23:23:46 -0400
commiteeee1e2b64f70e8487f017ba579f3ca861c81e4f (patch)
treee1452828e142748f1f03be61a00c32dbb3ed6bc1 /jstests/core/startup_log.js
parent55637833c707998f685f997d43624c52cde99b45 (diff)
downloadmongo-eeee1e2b64f70e8487f017ba579f3ca861c81e4f.tar.gz
SERVER-30977 add clusterTime to standalone replica set
Diffstat (limited to 'jstests/core/startup_log.js')
-rw-r--r--jstests/core/startup_log.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/startup_log.js b/jstests/core/startup_log.js
index e4e8c2bd130..aafae9bd8e4 100644
--- a/jstests/core/startup_log.js
+++ b/jstests/core/startup_log.js
@@ -55,7 +55,7 @@ load('jstests/aggregation/extras/utils.js');
var buildinfo = db.runCommand("buildinfo");
delete buildinfo.ok; // Delete extra meta info not in startup_log
delete buildinfo.operationTime; // Delete extra meta info not in startup_log
- delete buildinfo.logicalTime; // Delete extra meta info not in startup_log
+ delete buildinfo.$clusterTime; // Delete extra meta info not in startup_log
var isMaster = db._adminCommand("ismaster");
// Test buildinfo has the expected keys