summaryrefslogtreecommitdiff
path: root/jstests/sslSpecial
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-04-252-0/+2
| | | | (cherry picked from commit c556e377094792e7253a95cb5fedcd703a99bf2c)
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-5/+6
|
* SERVER-31327 Set ReplSetTest:waitForKeys default to trueMisha Tyulenev2017-10-041-1/+2
|
* SERVER-27549 Print message on intentional server crash.Robert Guo2017-05-231-3/+5
|
* SERVER-28376 fixed jstests/ssl and jstests/sslSpecial tests to not require ↵Benety Goh2017-03-291-2/+5
| | | | node 0 as primary
* SERVER-27490 Stop consulting storage engine isDurable flag in ↵Andy Schwerin2017-01-071-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ReplicationCoordinatorImpl ... and simplify ReplCoordTestFixture ReplicationCoordinatorImpl consults the storage engine's isDurable flag for two purposes: 1. To choose whether to present the durable or applied optime when standing for election in pv1 2. To decide how to interpret w:majority without an explicit j field when waiting for write concern. In the first case, it is unnecessary to choose which optime to apply based on the isDurable flag. It is always safe and correct to present the applied optime, because if the node presenting it wins election, it will attempt to commit that applied optime. That means that voters may safely vote for that node. In the second case, using the value of the local node's storage engine's isDurable flag to adjust the meaning of w:majority is out of spec. Whether w:majority writes wait for journaling is a function only of the writeConcernMajorityJournalDefault flag when a write concern omits the "j" field. This patch removes the unnecessary consultation of the isDurable flag, and uses the opportunity to simplify the constructor of ReplicationCoordinatorImpl and its test fixture.
* SERVER-26369: Fix shard server crash with encrypted PEMKeyFilesSpencer Jackson2016-11-081-0/+19
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-284-42/+33
|
* SERVER-6823 Enable simultaneous ssl/x509 auth upgrade with only two restartsShane Harvey2016-05-192-0/+72
| | | | | | Reduce the required number of restarts from three to two by allowing sslMode allowSSL to be used in combination with transitionToAuth and clusterAuthMode x509.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-094-42/+76
|
* SERVER-22341 fix jslint errors in jstests/sslSpecial with eslint --fixMike Grundy2016-02-052-3/+3
|
* SERVER-21384 Enable all suites on ephemeral storage enginesCharlie Swanson2015-12-091-0/+3
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-082-7/+7
| | | | | | 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.
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-8/+4
|
* SERVER-19113 rewrite ssl_crl.js and ssl_mixedmode.js to not depend on legacy ↵Adam Midvidy2015-06-301-42/+16
| | | | DBClientConnection behavior
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-04-062-2/+2
|
* Revert "SERVER-17450 Cleanup SSL test infrastructure"Charlie2015-03-242-2/+2
| | | | This reverts commit 43e53251a30e680fb57a3f042f66910355197cde.
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-03-242-2/+2
|
* SERVER-16371 fix ssl tests to not share replica set monitors between sub-runsEric Milkie2014-12-011-4/+4
|
* SERVER-15437 wait for replication of users in failing SSL testsSpencer T Brody2014-09-291-14/+14
|
* SERVER-14713 Specify sslAllowInvalidCertificates flag in sslSpecial tests to ↵Amalia Hawkins2014-09-253-1/+5
| | | | pass with mongo shell changes
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-3/+18
|
* SERVER-11554: Added new tests for mixed mode sslKyle Erf2013-12-136-8/+139
| | | | | | Also added ssl testing library functions Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-11703 Tests for setParameter for sslMode/clusterAuthModeAndreas Nilsson2013-11-261-0/+26
|
* SERVER-11375 Change names of sslMode statesAndreas Nilsson2013-11-142-12/+12
|
* SERVER-8864 Tests for SSL mixed-modeAndreas Nilsson2013-10-222-0/+63