summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43921 Make auth_add_shard.js start shards as replica setsCheahuychou Mao2019-10-101-11/+13
* SERVER-43729: Wait for secondary state before running replSetFreeze in Rollba...Lingzhi Deng2019-10-101-0/+6
* SERVER-43639 complete index builds on the secondary using the timestamp from ...Benety Goh2019-10-101-1/+0
* SERVER-38875 Make tests start shards as replica sets instead of standalones a...Cheahuychou Mao2019-10-1067-316/+219
* SERVER-10720 Add a way for getShardVersion on mongos to return the full cache...Cheahuychou Mao2019-10-101-0/+101
* SERVER-43639 fix tests to support two phase index buildsBenety Goh2019-10-104-11/+23
* SERVER-43638 Do not block prepared transactions on index builds on secondariesLouis Williams2019-10-091-1/+0
* SERVER-43752 Fix prepare_conflict.js log checkHaley Connelly2019-10-091-19/+18
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-082-7/+7
* Revert "SERVER-42836 Fast path for sort key generation of WorkingSetMembers"Justin Seyster2019-10-082-39/+9
* SERVER-42407 Sharding/read_pref_cmd.js should assume less about secondaryPref...Rahul Sundararaman2019-10-081-20/+20
* SERVER-38884 Update multiversion tests to reflect use shards as replica sets ...Cheahuychou Mao2019-10-085-16/+18
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-082-9/+39
* SERVER-43096 Pre-allocate smaller buffer for "distinct" commandsJames Wahlin2019-10-081-0/+23
* SERVER-41512 Added tracking for metrics around a node voting in an electionXuerui Fa2019-10-071-10/+102
* Revert 'SERVER-39774 Increase number of updates in rollback_wt_cache_full.js'Evgeni Dobranov2019-10-071-1/+2
* SERVER-43197 Make existing test coverage for shard removal and cache invalida...Matthew Saltz2019-10-071-86/+138
* SERVER-43823 Fail background validation if restartCatalog runs while validate...Gregory Wlodarek2019-10-071-0/+73
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-061-0/+45
* SERVER-43694 Change waitForState to awaitSecondaryNodes in initial_sync_write...Jason Chan2019-10-041-1/+1
* SERVER-42951 Test that CRUD operations outside transactions don't throw LockT...Judah Schvimer2019-10-042-0/+222
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-041-2/+1
* SERVER-43322 Disallow oplog_sampling.js on inMemory storage enigneMaria van Keulen2019-10-041-1/+1
* SERVER-43680 Add transaction tags to tests affected by null shard key value c...Blake Oler2019-10-042-2/+2
* SERVER-43612 abort oplog application if new createIndexes oplog entry conflic...Benety Goh2019-10-031-23/+29
* SERVER-43612 add js test for duplicate index builds across stepdownsBenety Goh2019-10-031-0/+69
* SERVER-43644 Update 'validate' shell helper to use an object instead of a boo...Gregory Wlodarek2019-10-029-13/+11
* SERVER-42774 When randomBinVersions is set, randomly assign node binary versi...Jason Chan2019-10-021-2/+0
* SERVER-33830 Fix failing tests when shards are started as replica setsCheahuychou Mao2019-10-025-25/+11
* SERVER-43612 IndexBuildTest.assertIndexes() returns map of index specs on suc...Benety Goh2019-10-021-0/+3
* SERVER-43352 RestartCatalog expects listDatabases to include empty databasesXiangyu Yao2019-10-021-13/+3
* SERVER-43756 Fix tags in test timestamp_index_builds.jsXiangyu Yao2019-10-021-1/+1
* SERVER-43138 Remove restriction on number of arguments to $_internalJsJacob Evans2019-10-021-10/+2
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-3/+4
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-022-0/+46
* SERVER-39774 Revert increased number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-021-1/+2
* SERVER-7694 Enable allowing disk use for sorts in the find command.David Storch2019-10-021-0/+100
* SERVER-38890 Make geo_near_sharded.js and stale_mongos_updates_and_removes.js...Cheahuychou Mao2019-10-012-4/+2
* SERVER-33597 Make allow_partial_results.js, return_partial_shards_down.js sta...Cheahuychou Mao2019-10-012-32/+56
* SERVER-43234 Fix temporary changes made to SERVER-42287Adam Cooper2019-10-011-9/+22
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-013-4/+137
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-018-11/+124
* SERVER-43304 Modernize mr1.jsCharlie Swanson2019-10-012-203/+196
* SERVER-33601 Make sharding_migrate_large_docs.js, bulk_insert.js, and prefix_...Cheahuychou Mao2019-10-013-13/+17
* SERVER-43727 Yield locks on secondaries while waiting for two-phase index bui...Louis Williams2019-10-015-5/+0
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-011-2/+1
* SERVER-43353 index_stepdown_init.js must handle error messages other than Ind...Louis Williams2019-10-011-1/+3
* SERVER-43402 dropDatabase should send drop database oplog entry prior to drop...Gregory Wlodarek2019-10-012-5/+63
* SERVER-36222 Wait for rollback is racy in shard_identity_rollback.jsJanna Golden2019-09-301-20/+14
* SERVER-38673 Re-enable sharded change streams update lookup tests that use la...William Schultz2019-09-304-32/+0