summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-07-301-0/+49
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2755-2820/+2791
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-219/+238
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Vishnu Kaushik2019-07-081-4/+19
* SERVER-41968 remove locks from IndexBuildTest.waitForIndexBuildToScanCollecti...Benety Goh2019-07-071-7/+1
* SERVER-41968 fix db.currentOp() query in index build tests to work with Index...Benety Goh2019-07-061-1/+7
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-7/+10
* SERVER-38251 Remove cloneCollection commandZach Yam2019-06-211-69/+0
* SERVER-41000 Fix typo in failpoint writeConfilctInRenameCollCopyToTmpZach Yam2019-05-311-1/+1
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-7/+39
* SERVER-40882 Restore the --noIndexBuildRetry server parameter flag and the st...Dianna2019-05-221-0/+95
* SERVER-41206 create_indexes_waits_for_already_in_progress.js should not run w...Dianna2019-05-201-1/+4
* SERVER-10075 Forbid illegal forms of TTL indexes during index creationGregory Wlodarek2019-05-161-18/+0
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-151-2/+2
* SERVER-40926 SERVER-40927 createIndexes cmd requests for indexes that are alr...Dianna2019-05-131-0/+135
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-101-2/+2
* SERVER-40660 Ensure multiple indexes via createIndexes() cannot bypass index ...Gregory Wlodarek2019-05-101-0/+38
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-101-2/+2
* SERVER-40403 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-071-0/+18
* SERVER-40402 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-061-0/+20
* SERVER-40781 place a try-finally block around collstats_shows_ready_and_in_pr...Dianna2019-04-251-34/+51
* SERVER-40561 Disable tests that build indexes on preexisting data when using ...Henrik Edin2019-04-121-0/+4
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-2/+1
* SERVER-40436 Ensure that the 'collMod' command takes a database MODE_X lock d...Gregory Wlodarek2019-04-111-0/+33
* SERVER-32709 Improve performance with the mobile storage engine.Henrik Edin2019-04-051-4/+0
* SERVER-40345 Change calls involving the 'temp' field in the 'create' command ...Gregory Wlodarek2019-04-041-5/+13
* SERVER-39231 'create' command should reject incorrect types for known optionsGregory Wlodarek2019-04-021-18/+0
* SERVER-40210 Integration tests for $$NOW/$$CLUSTER_TIME in find, aggregate, a...Martin Neupauer2019-03-281-0/+91
* SERVER-26625 Make collStats command consistent on background index reportingGregory Wlodarek2019-03-201-0/+54
* SERVER-39764 fix bug where $in is planned from cache incorrectlyIan Boros2019-03-181-0/+45
* SERVER-39983 Speed up dup_bgindex.jsGeert Bosch2019-03-061-15/+18
* SERVER-39826 add a new 'leaveIndexBuildUnfinishedForShutdown' failpoint and r...Dianna Hohensee2019-02-261-11/+18
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-86/+0
* SERVER-38705 Remove jstests for retrying index builds on startupGregory Wlodarek2019-01-171-95/+0
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-0/+37
* SERVER-38301 Improve racy indexbg_drop.js testGregory Wlodarek2018-12-311-83/+0
* SERVER-37716 Implement internal match expression which matches a particular B...vrachev2018-12-211-0/+57
* SERVER-38143 Removing MMAPV1 noprealloc command-line option from jstestsGregory Wlodarek2018-12-112-3/+2
* SERVER-38303: Temporarily handle ipv6 failures due to s390x machine without i...Tyler Kaye2018-11-302-0/+8
* SERVER-37729 IndexBuilder updates CurOp using createIndexes formatBenety Goh2018-11-281-17/+4
* SERVER-37613 Exchange error handling may deliver incorrect error code.Martin Neupauer2018-11-091-4/+7
* SERVER-37525 Error handling in the exchange can cause invariant failures in d...Martin Neupauer2018-10-101-0/+56
* SERVER-31698 Move wildcard_index integration tests to /core/Bernard Gorman2018-10-1015-1604/+0
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-081-1/+63
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-0315-843/+690
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-0/+91
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-031-0/+64
* SERVER-37252 Ban descending wild card indexesJames Wahlin2018-10-031-1/+6
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-0211-121/+114
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-011-2/+2