0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
Commit Graph

25 Commits

Author SHA1 Message Date
clang-format-7.0.1
134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
William Schultz
3944af0d50 SERVER-31658 Wait for state SECONDARY instead of RECOVERING in replsets/auth2.js 2017-10-20 17:35:39 -04:00
Max Hirschhorn
0ed1b71a50 SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.
Ensures that the FSM worker threads are guaranteed to observe the
effects of the $config.setup() function being called since they'll
specify an afterClusterTime beyond that point.
2017-10-14 21:54:02 -04:00
Misha Tyulenev
eeee1e2b64 SERVER-30977 add clusterTime to standalone replica set 2017-09-27 23:23:46 -04:00
Spencer T Brody
67aaaf319b SERVER-30835 Increase wtimeout in auth2.js test 2017-08-25 13:24:27 -04:00
Benety Goh
0501d9eedc SERVER-28376 fixed replsets/auth2.js to not clobber global 'rs' variable. 2017-03-28 21:57:25 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Kaloian Manassiev
20cd3a392e SERVER-21050 Introduce ReplSetTest.State enumeration everywhere
Makes all JS tests access the replica set member state from the class
itself instead of the object instance. Also removes some unused code.
2015-12-11 13:21:22 -05:00
Kaloian Manassiev
3ed6635a5f SERVER-21050 Cleanup ReplSetTest
This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
2015-12-08 13:05:00 -05:00
Charlie Swanson
047f82cdba SERVER-21384 Enable replica set suites for in-memory storage engines 2015-11-19 14:19:12 -05:00
Jonathan Abrahams
46d22dc70b SERVER-20873 Add separate key file using 644 permission 2015-11-19 11:06:58 -05:00
Eric Milkie
5598c216ca SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
Eric Milkie
fdb0c2b3b6 SERVER-16306 fix primary to node 0 in auth2.js 2014-11-24 17:15:41 -05:00
Scott Hernandez
87be645d9a SERVER-15098: funnel all auth errors to the correct status/checks 2014-10-14 09:44:43 -04:00
Randolph Tan
eb41492c6f SERVER-13190 migrate replset jstest suite to use write commands api 2014-03-14 12:05:05 -04:00
Mark Benvenuto
39032c059a SERVER-4966: Renable tests for Windows 2014-01-29 17:15:54 -05:00
Spencer T Brody
49fd6dbb2b SERVER-11555 Replace all occurrences of addUser with createUser in jstests 2013-11-06 17:11:39 -05: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
ec23a4a358 SERVER-9517 Update tests to pass with new user schema 2013-09-06 12:31:22 -04:00
Spencer T Brody
7c6ad5669d Add debugging output to test to understand failure. SERVER-5948 2012-05-28 20:22:56 -04:00
Greg Studer
847b343fa5 SERVER-5876 buildbot auth.js + others - make sure we wait for replication of users added for security 2012-05-21 15:34:58 -04:00
Eric Milkie
cf0b0b38f4 SERVER-5024 disable more tests for Windows 2012-02-21 13:30:25 -05:00
Eliot Horowitz
c3f882cae9 fix test for when sockets close 2011-12-03 00:13:18 -05:00
Kristina
d21c163de2 Make secondaries go into recovering state when auth is wrong SERVER-3715 2011-10-05 16:56:06 -04:00