0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/jstests/noPassthroughWithMongod/ftdc_params.js

11 lines
179 B
JavaScript
Raw Normal View History

// FTDC test cases
//
2017-07-12 15:22:58 +02:00
load('jstests/libs/ftdc.js');
(function() {
'use strict';
var admin = db.getSiblingDB("admin");
2017-07-12 15:22:58 +02:00
verifyCommonFTDCParameters(admin, true);
})();