summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35627 Repair should recreate missing collection data files with the ex...Louis Williams2018-06-281-0/+154
* SERVER-35580 Remove ReIndexCmd from mongosCheahuychou Mao2018-06-288-128/+120
* SERVER-35720 Allow zones to be created on non-existent collectionCheahuychou Mao2018-06-281-0/+44
* SERVER-35751 robustify kill_own_ops.jsIan Boros2018-06-281-10/+17
* SERVER-32959 collection renames are no longer constrained by names of indexesBenety Goh2018-06-273-10/+14
* SERVER-32959 remove limit on index namespace at index creationBenety Goh2018-06-272-11/+7
* SERVER-32959 clean up tests before removing index namespace constraintsBenety Goh2018-06-273-109/+134
* SERER-35263 blacklist test from backup_restore.jsRobert Guo2018-06-271-0/+1
* SERVER-35845 Add tag to noPassthrough/indexbg2.js to exclude it from running ...Audrey Fang2018-06-271-0/+1
* SERVER-35691 Cleanup StaleConfigInfo serializationKaloian Manassiev2018-06-271-125/+112
* Revert "SERVER-35317: Preserve minVisible values when refreshing the catalog."Daniel Gottlieb2018-06-271-44/+0
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-06-271-0/+44
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-273-59/+69
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-0/+2
* SERVER-35262 Add concurrency_simultaneous_replication.yml test suiteJonathan Abrahams2018-06-263-28/+108
* SERVER-35559 Correct logic in auto_retry_transaction.jsJonathan Abrahams2018-06-261-8/+10
* SERVER-35559 Update transaction retry functions to not call abort after commitJonathan Abrahams2018-06-262-9/+28
* SERVER-35398 Remove Mobile SE's capped collection codeSulabh Mahajan2018-06-261-0/+1
* SERVER-35292 Add total number of started transactions to serverStatusNathan Louie2018-06-251-0/+54
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-2510-34/+46
* SERVER-35591 Remove MMAPv1 testingGeert Bosch2018-06-25130-5560/+119
* SERVER-34956 Replace big_object1.js with max_doc_size.jsJames Wahlin2018-06-252-108/+68
* SERVER-32884 Add back deleted sh.waitForBalancer() to utils_sh.jsCheahuychou Mao2018-06-225-7/+7
* SERVER-35754 Avoid network errors in stopSet() in catchup_takeover_one_high_p...Samy Lanka2018-06-221-0/+3
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-1/+1
* SERVER-35084 Modify change_stream_enforce_max_time_ms_on_mongos.js to ensure ...David Storch2018-06-221-12/+62
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-221-0/+9
* SERVER-35675 find_by_uuid_and_rename.js should not fail from QueryPlanKilled ...Louis Williams2018-06-221-0/+6
* SERVER-35632 Blacklist lagged_config_secondary.js and all_config_servers_blac...Esha Maharishi2018-06-222-4/+15
* SERVER-35674 Improve error logging in abort_transaction_thread_does_not_block...Louis Williams2018-06-221-2/+6
* SERVER-35677 always log a prepare oplog entry on prepareTransactionJudah Schvimer2018-06-221-0/+48
* SERVER-35376 added prepared state to sessionJudah Schvimer2018-06-211-1/+7
* SERVER-35239 AwaitData cursor must handle getMore from client with higher las...Samy Lanka2018-06-211-0/+110
* SERVER-35324 parse and store allPaths index specsamontea2018-06-211-0/+82
* SERVER-33870 make numYields of parent CurOps reflect child yieldssamontea2018-06-211-0/+120
* SERVER-1761 Add mongos unix domain socket tests and close transport layerAnthony Roy2018-06-211-4/+29
* SERVER-26387: Replace noPassthrough/indexbg2.js with test that usesAudrey Fang2018-06-211-57/+131
* SERVER-35698 Uncap usersInfo output past 101 resultsSpencer Jackson2018-06-201-0/+47
* SERVER-35357 Implement a temporary map of transaction runtime states on MongoSRandolph Tan2018-06-201-57/+0
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-205-66/+413
* SERVER-34933 tests for PCRE verbs and Unicode optionsKyle Suarez2018-06-203-16/+185
* Revert "SERVER-30986 Prevent invalid regex in RegexMatchExpressions"Kyle Suarez2018-06-201-1/+1
* SERVER-35670 Add test that if a shard already has a cache entry for a databas...Esha Maharishi2018-06-201-4/+20
* SERVER-35670 Add test that if a shard already has a cache entry for a databas...Esha Maharishi2018-06-201-0/+45
* SERVER-35030: Add 'startAfter' option to the $changeStream stageNick Zolnierz2018-06-203-84/+271
* SERVER-35609 Create initial chunk on primaryShardjannaerin2018-06-201-33/+59
* SERVER-35361 Ensure collection is locked when deleting filemd5's PlanExecutorCharlie Swanson2018-06-201-0/+48
* SERVER-35661 Add 5 second syncdelay to rollback shutdown fuzzersJudah Schvimer2018-06-192-0/+6
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-199-372/+103
* SERVER-35029: Add change stream notification for database dropNick Zolnierz2018-06-1913-65/+213