summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44814 Support waitInIsMaster failpoint on mongosTess Avitabile2020-01-271-0/+37
* SERVER-44418 Optimise distinct queries to use DISTINCT_SCAN in the presence o...Arun Banala2020-01-273-68/+179
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-276-217/+220
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-271-0/+853
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-2721-23/+155
* SERVER-44515 Test that TopologyCoordinator::awaitIsMasterResponse returns ear...Jason Chan2020-01-272-37/+117
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-271-0/+8
* SERVER-45564 test SIGUSR2 multithread stacktraceBilly Donahue2020-01-271-0/+19
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-274-23/+19
* SERVER-45485 Test in resubmit_rangedeletions_on_stepup.js is interfered with ...Alex Taskov2020-01-271-63/+54
* SERVER-45079 Only allow addition or removal of a single voting node in non-fo...William Schultz2020-01-274-7/+11
* SERVER-45400 Reduce OplogFetcher getMore awaitData timeout for nodes in Rollb...Ryan Timmons2020-01-271-0/+18
* SERVER-42037 Add requires_persistence to freeStorageSize jstestDaniel Ernst2020-01-271-1/+3
* SERVER-45411 Complete TODO listed in SERVER-43279Matthew Russotto2020-01-272-6/+4
* SERVER-43917 Support pre-splitting compound hashed shard keys with 'presplitH...Arun Banala2020-01-271-36/+278
* SERVER-45201 add createIndexes fast path for index builds on empty collectionsBenety Goh2020-01-271-0/+84
* SERVER-45473 Ban incompatible tests from multiversion suiteA. Jesse Jiryu Davis2020-01-275-4/+18
* SERVER-45513 Make index_operations_abort_concurrent_outgoing_migrations.js on...Cheahuychou Mao2020-01-272-3/+20
* SERVER-44761 Use new readDumpFile shell helper for tests instead of bsondumpAndrew Morrow2020-01-271-16/+11
* SERVER-45201 fix index tests to avoid empty collection optimizationBenety Goh2020-01-2710-2/+54
* SERVER-45501 RollbackTest shouldn't run serverStatus against node that may be...William Schultz2020-01-271-4/+7
* SERVER-45483 Stale Shard Version errors are not retried if another error is r...Marcos José Grillo Ramírez2020-01-271-8/+11
* SERVER-45497 Add tests that will be fixed by future backport to backports_req...Samyukta Lanka2020-01-273-3/+3
* SERVER-45484: Blacklist rollback_after_enabling_majority_reads.js from multiv...Lingzhi Deng2020-01-271-1/+1
* SERVER-45495 Add tag to merge_with_drop_shard.js and convert_to_and_from_shar...Janna Golden2020-01-272-1/+2
* SERVER-45486 Add information to debug index key count mismatch issue in 'hash...Arun Banala2020-01-271-4/+16
* SERVER-45391 oplog_format_create_indexes.js ignores 'ns' field from 4.2 serverBenety Goh2020-01-271-2/+3
* SERVER-45487 Add requires_fcv_44 tag to migration_coordinator_basic.jsEsha Maharishi2020-01-271-0/+3
* SERVER-37791 Prevent exclusion of non-existent field from affecting field order.David Storch2020-01-271-0/+33
* SERVER-45248 Retry transaction on CursorNotFound error for 'multi_statement_t...Arun Banala2020-01-271-1/+5
* SERVER-45421 Fix transactions_block_ddl.js to use write concern "majority" fo...Suganthi Mani2020-01-271-4/+19
* SERVER-42037 Add freeListSize collection stat with scale supportDaniel Ernst2020-01-271-0/+43
* SERVER-44011 Allow queries containing $not to use non-hashed compound index f...Bernard Gorman2020-01-271-21/+42
* SERVER-45459 Add requires_fcv_44 tag to mr_output_options.jsTed Tuckman2020-01-271-0/+3
* SERVER-45463 Fix mr_multiversion_check_uuid.js to work with latest 4.2 mongos...Nicholas Zolnierz2020-01-271-19/+15
* SERVER-43516: complete TODO listed in validate_collections_on_shutdown.jsMisha Tyulenev2020-01-271-3/+1
* SERVER-44252 Delete implicit collection creation loop through the config serv...Mihai Andrei2020-01-271-8/+5
* SERVER-45038 Add privilege actions for getDefaultRWConcern and setDefaultRWCo...Jack Mulrow2020-01-271-16/+28
* SERVER-45410 Separate aborted migration assertions from index command asserti...Mihai Andrei2020-01-271-35/+35
* SERVER-45396 Fix the 'me' field in isMaster responses when using splithorizonTess Avitabile2020-01-271-2/+21
* SERVER-43723 FCV gating for RWC defaultsJack Mulrow2020-01-271-0/+110
* SERVER-44898 Lower thread count of compact FSM workloads and blacklist from s...Daniel Ernst2020-01-272-2/+2
* SERVER-45282 Unify how mongos and mongod default RWC caches handle deleted de...Jack Mulrow2020-01-271-9/+3
* SERVER-44821 logging slow ops should not conflict with two phase index commitsBenety Goh2020-01-271-0/+84
* SERVER-44821 accessing db.system.profile and currentOp storage stats should n...Benety Goh2020-01-271-0/+64
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-273-17/+70
* SERVER-45064 single phased index builds do not generate startIndexBuild or co...Benety Goh2020-01-271-4/+9
* SERVER-45359 Rename mapReduce test database to prevent collection drop failu...Eric Cox2020-01-273-7/+11
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-272-1/+66
* SERVER-44762 Remove go tools specific testsAndrew Morrow2020-01-2743-3067/+0