summaryrefslogtreecommitdiff
path: root/jstests/sharding/auth.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38875 Make tests start shards as replica sets instead of standalones ↵Cheahuychou Mao2019-10-101-2/+0
| | | | after auth cluster time gossiping fix
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-3/+3
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-302/+292
|
* SERVER-35591 Remove MMAPv1 testingGeert Bosch2018-06-251-2/+1
|
* SERVER-3645 make count() with a predicate accurate on sharded clustersIan Boros2018-03-301-1/+1
|
* Revert 0c082a81047cee66821e295d02e3588f7934ff64: SERVER-3645Ian Boros2018-03-261-1/+1
|
* SERVER-3645 make count() with a predicate accurate on sharded clustersIan Boros2018-03-211-1/+1
|
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-1/+2
|
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-0/+9
|
* SERVER-31579 Tag specific sharding tests as being resource intensiveEddie Louie2017-10-181-2/+9
|
* SERVER-31184 Make sharding tests only consider chunks for collections they ↵samantharitter2017-10-101-3/+3
| | | | actually use
* SERVER-31327 Set ReplSetTest:waitForKeys default to trueMisha Tyulenev2017-10-041-2/+2
|
* SERVER-20392 remove early chunksize autosplit heuristicKevin Pulo2017-08-091-1/+2
|
* SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS ↵Benety Goh2016-11-071-2/+2
| | | | tests
* SERVER-26435 Refactor replsettest.js to reduce sizeJames Wahlin2016-10-171-2/+3
|
* SERVER-26309 for renamed tests, change test name in blacklists to matchEsha Maharishi2016-09-301-1/+1
|
* Revert "SERVER-26309 Disable auto splitting in ShardingTest by default"Dan Pasette2016-09-291-1/+1
| | | | This reverts commit c47eb7408d712ac75c09b54079abfd0c28346a07.
* SERVER-26309 Disable auto splitting in ShardingTest by defaultEsha Maharishi2016-09-291-1/+1
|
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-121-3/+3
|
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a ↵Esha Maharishi2016-08-111-3/+3
| | | | | | shard" This reverts commit d1223a8ad44d6bc91766f0bd05a08820cdb1fdea.
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-111-3/+3
|
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-201-1/+1
| | | | | | | | This change makes auth tests with 3.2 mongos, which need to control the balancer state to go through a special control mongos instance running version 3.4. This reverts commit bfde0ecb1ca31c35a37f90a7706987acc0c217f7.
* SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.Max Hirschhorn2016-06-071-12/+8
| | | | | | | | | | 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.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-49/+32
|
* SERVER-23733 Tests should not write chunkSize to config.settings directlyKaloian Manassiev2016-05-041-7/+2
| | | | | | | Instead, they should pass it as parameter to ShardingTest. This change is in preparation for removing the chunkSize parameter to mongos.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-289/+317
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-8/+8
|
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-4/+3
| | | | | Makes all JS tests access the replica set member state from the class itself instead of the object instance. Also removes some unused code.
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-4/+4
| | | | | | 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-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-4/+3
| | | | | | | | | The default ShardingTest verbosity is currently zero, but we have many tests, which bump it to 1 and even higher. Since verbosity level of 0 is sometimes insufficient for investigating transient failures, this change makes the default to be 1 and removes all places, which explicitly make it 1 or higher.
* SERVER-20867 Integrate mongobridge into ShardingTest.Max Hirschhorn2015-11-091-2/+1
|
* SERVER-20787 Cleanup sharding auth testKaloian Manassiev2015-10-071-255/+259
| | | | | | This change makes the auth.js faster by using much smaller amount of data and writes a separate test, which exercises the auto-split/auto-rebalance logic.
* SERVER-20494 SERVER-20493 Change CatalogManagerReplicaSet to use Nearest ↵Spencer T Brody2015-09-241-1/+2
| | | | read preference
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-45/+55
|
* SERVER-18376 Re-add bits to buildinfoJonathan Reams2015-05-111-1/+1
|
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-1/+1
|
* Increase awaitReplication timeout in sharding/auth.js to make it more stableSpencer T Brody2015-04-151-2/+2
|
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-6/+2
|
* Call awaitReplication in sharding/auth.js test in attempt to make it more stableSpencer T Brody2015-04-101-0/+3
|
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-7/+2
|
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-1/+1
|
* SERVER-15973 disable sharding/auth.js and re-enable auth/auth1.jsDan Pasette2014-11-051-248/+260
|
* SERVER-7596 Fix sharding/auth.js test to use SCRAM-SHA-1Andreas Nilsson2014-11-041-6/+5
|
* SERVER-14685 Wait for balancing and replication in sharding/auth.js testSpencer T Brody2014-07-251-7/+3
|
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-16/+9
|
* SERVER-12605 update ShardingTest to turn off balancer by defaultdaveh862014-05-121-1/+7
| | | | Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-13799 Increase timeout waiting for user to replicate in ↵Spencer T Brody2014-05-011-2/+2
| | | | sharding/auth.js test
* SERVER-13799 Wait for balancer in sharding/auth.js testSpencer T Brody2014-04-301-7/+14
|
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-16/+8
|
* SERVER-12072 Don't swallow 'norepl' errors in the shell now that they no ↵Spencer T Brody2014-01-071-4/+2
| | | | longer happen with default write concern