Max Hirschhorn
01dfe61a6c
SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.
...
Changes all usages of runMongoProgram(<mongo tool>, ...) to
MongoRunner.runMongoTool(<mongo tool>, {...}) to take advantage of the
--dialTimeout command line option supported by the mongo tools.
Adds support for specifying positional arguments to
MongoRunner.runMongoTool() in order to support all invocations of the
bsondump and mongofiles tools.
2016-06-07 16:01:44 -04:00
Jonathan Abrahams
4ae691e8ed
SERVER-22468 Format JS code with approved style in jstests/
2016-03-09 12:18:14 -05:00
Spencer T Brody
6ccb82c987
SERVER-17450 Standardize on a single way to start mongod in tests
2015-04-06 18:19:21 -04:00
Gabriel Russell
b896f4ca68
TOOLS-488 Tools exit 1 on error
...
Closes #890
Signed-off-by: Benety Goh <benety@mongodb.com >
2014-12-23 16:15:28 -05:00
mike o'brien
8fc0c842c0
TOOLS-492 stat1.js should explicitly specify --authenticationDatabase
...
Closes #880
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com >
2014-12-12 17:09:29 -05:00
Amalia Hawkins
1b4b52a9d4
SERVER-12621 narrow the localhost exception when auth is enabled
2014-05-22 20:29:39 -04:00
Spencer T Brody
49fd6dbb2b
SERVER-11555 Replace all occurrences of addUser with createUser in jstests
2013-11-06 17:11:39 -05:00
Benety Goh
2e10439eba
SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) mongod processes through the mongo shell
2013-10-29 13:11:41 -04:00
Spencer T Brody
f0c6cebd73
SERVER-10794 Maintain backwards-compatible form of addUser for one more release
2013-10-11 18:14:12 -04:00
Spencer T Brody
1fde472858
SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to dropUser/dropRole
2013-10-06 12:02:45 -04:00
Spencer T Brody
ec23a4a358
SERVER-9517 Update tests to pass with new user schema
2013-09-06 12:31:22 -04:00
Spencer T Brody
211099e4bb
SERVER-6246 Restrict direct removes from system.users, add a shell helper to use the removeUser command, and update tests to use the helper
2013-08-01 14:12:09 -04:00
Lu Guanqun
c27acf3c31
add test case for SERVER-3875
2011-09-19 20:58:22 +08:00