summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40193 Do not propagate commit point through heartbeats when FCV=4.0Tess Avitabile2019-03-211-0/+7
* SERVER-38876 Ensure secondary user operations cannot abort transactions being...Esha Maharishi2019-03-201-2/+23
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-201-8/+170
* SERVER-40201 Retrying commit on original router after a read only commit inco...Esha Maharishi2019-03-201-16/+13
* SERVER-39694 Implement $regexMatch as syntactic sugar on top of $regexFindArun Banala2019-03-201-12/+44
* SERVER-26625 Make collStats command consistent on background index reportingGregory Wlodarek2019-03-201-0/+54
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-203-530/+1351
* SERVER-39630 Allow updates to the shard key value only when the document will...jannaerin2019-03-205-920/+847
* SERVER-39696 Implement $regexFindAllArun Banala2019-03-202-339/+438
* SERVER-33149 createIndexes fails to report an error when index is not created...Gregory Wlodarek2019-03-203-1/+32
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-10/+49
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-197-38/+181
* SERVER-40094 Do not prematurely reject resume attempt in DSShardCheckResumabi...Bernard Gorman2019-03-191-0/+98
* Revert "SERVER-39630 Allow updates to the shard key value only when the docum...jannaerin2019-03-194-834/+915
* SERVER-39630 Allow updates to the shard key value only when the document will...jannaerin2019-03-194-915/+834
* SERVER-39221 Test rollback after enableMajorityReadConcern upgrade/downgradeTess Avitabile2019-03-193-2/+127
* SERVER-40093 Make commit_quorum.js use try-finally blocks to always unset the...Gregory Wlodarek2019-03-191-34/+37
* SERVER-39383 Add a test for speculative majority change stream secondary read...William Schultz2019-03-181-0/+74
* SERVER-39764 fix bug where $in is planned from cache incorrectlyIan Boros2019-03-181-0/+45
* SERVER-40163 Increase transactionLifetimeLimitSeconds from 15 seconds to 30 s...Esha Maharishi2019-03-181-1/+1
* SERVER-40027 Add targeted test that we cannot modify shard key fields in FCV 4.0jannaerin2019-03-181-0/+146
* SERVER-40116 Unify the order of cleanup operations in dropCollectionXiangyu Yao2019-03-181-82/+0
* SERVER-38994 step down on SIGTERMJason Carey2019-03-152-5/+41
* SERVER-40154 change_streams_resume_at_same_clustertime.js should not assume c...James Wahlin2019-03-151-5/+5
* SERVER-39356 Make speculative majority change stream reads utilize the `kNoOv...William Schultz2019-03-151-0/+107
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-151-0/+234
* SERVER-39878 Make router return empty recoveryToken until transaction has don...Esha Maharishi2019-03-131-0/+59
* SERVER-39878 Clean up transaction recovery from alternate router integration ...Esha Maharishi2019-03-131-90/+186
* SERVER-39877 Make router send commitTransaction directly to participants for ...Esha Maharishi2019-03-131-0/+321
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-133-2/+110
* SERVER-40062 Add skipWriteConflictRetries failpoint.Max Hirschhorn2019-03-132-7/+74
* SERVER-38297 Reenable FSM transactions tests with killOpKaloian Manassiev2019-03-134-9/+13
* SERVER-40095 Disable chaining in rollback_wt_cache_full.jsGregory Wlodarek2019-03-131-0/+1
* Revert "SERVER-39957 Two-phase drop by rename should wait until dropOptime is...Mathew Robinson2019-03-131-45/+0
* SERVER-39695 Implement $regexFindArun Banala2019-03-131-0/+339
* SERVER-39419 Stepdown interrupting a running dropDatabase command could leave...Gregory Wlodarek2019-03-131-0/+60
* SERVER-39788 Large values in $skip and $limit stages may cause an arithmetic ...Anton Korshunov2019-03-131-0/+123
* SERVER-39957 Two-phase drop by rename should wait until dropOptime is both ch...Xiangyu Yao2019-03-121-0/+45
* SERVER-39925 change ignoreUnknownSpecFieldNames to ignoreUnknownIndexOptionsGregory Wlodarek2019-03-121-4/+4
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-73/+0
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-117-384/+467
* SERVER-39061 Fix the wt_operation_stats test to wait for the operation log to...nehakhatri52019-03-121-1/+2
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-1187-117/+342
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-111-0/+72
* SERVER-38503 Empty networkMessageCompressors is an errorAndrew Morrow2019-03-111-1/+0
* SERVER-40039 Increase assert.soon timeout in initial_sync_invalid_index_spec.jsWilliam Schultz2019-03-111-8/+11
* SERVER-39930 transactions_block_ddl.js needs more loggingMatthew Russotto2019-03-111-7/+13
* SERVER-39910 Fix race in rollback_drop_database.jsA. Jesse Jiryu Davis2019-03-087-23/+47
* SERVER-40038 Handle renames across databases in lock failpoint.Max Hirschhorn2019-03-081-1/+8
* SERVER-39933 replSetStepDown in continuous_stepdown.js should allow expected ...Tess Avitabile2019-03-081-2/+6