summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-0/+198
* SERVER-37460 Add type to all currentOp documentsTed Tuckman2018-10-102-1/+3
* SERVER-36478 Use user-provided wtimeout for setFCV commandLouis Williams2018-10-101-1/+16
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-103-14/+225
* SERVER-37525 Error handling in the exchange can cause invariant failures in d...Martin Neupauer2018-10-101-0/+56
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-103-6/+66
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-101-100/+64
* SERVER-31698 Move wildcard_index integration tests to /core/Bernard Gorman2018-10-1017-75/+119
* SERVER-37436 Add fields to idleCursor object in curOpTed Tuckman2018-10-101-3/+38
* SERVER-37374 cleanupOnLastIteration should tolerate an interruptionjannaerin2018-10-093-9/+14
* SERVER-37459 special case for $group with $$ROOT or $$CURRENTIan Boros2018-10-091-0/+26
* SERVER-37007 Add planSummary to idleCursorTed Tuckman2018-10-091-0/+31
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-096-11/+123
* SERVER-37515 Change name of collections in currentop_cursors testsTed Tuckman2018-10-092-16/+22
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-10-085-0/+217
* SERVER-37441 Add integration test for count using wildcard indexes.David Storch2018-10-081-0/+95
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-082-2/+92
* SERVER-36270: Add test combining backup cursors and manipulating the truncate...Daniel Gottlieb2018-10-082-39/+69
* SERVER-36618 Write JS integration tests that validate whichever TLS suites ar...Shreyas Kalyan2018-10-082-0/+145
* SERVER-37497 Clearly log sessionID override in multi_statement_transaction_al...William Schultz2018-10-061-0/+2
* SERVER-37486 Prevent race in currentop_cursors.jsTed Tuckman2018-10-051-23/+42
* SERVER-37004 Add auth to getIdleCursorsTed Tuckman2018-10-051-0/+93
* SERVER-37464 Reduce execution time of secondary reads workloadMaria van Keulen2018-10-041-2/+4
* SERVER-36911: Relax assertions in agg cleanup test to fix failures on slow ma...Nick Zolnierz2018-10-041-4/+4
* SERVER-37363 Return Future with commit decision from coordinateCommitMatthew Saltz2018-10-041-12/+42
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-042-33/+156
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-1/+53
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-041-0/+29
* SERVER-37166 Add testing that moveChunk doesn't transfer uncommitted writesRandolph Tan2018-10-041-0/+57
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-032-0/+324
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-0320-920/+693
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-0/+91
* SERVER-37212 move prepare_conflict_read_concern_behavior.js from jstests/core...Samy Lanka2018-10-031-5/+11
* 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-30773 optimize bsonWoCompare/bsonBinaryEqualablack122018-10-021-38/+39
* SERVER-37006 Move originatingCommand from currentOp inprog to cursor objectTed Tuckman2018-10-025-20/+23
* SERVER-37385 make max_time_ms.js even more robustIan Boros2018-10-021-12/+15
* SERVER-34930 Generate sha256 credentials for the internal userJonathan Reams2018-10-021-0/+24
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-0283-53/+328
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-0211-121/+114
* SERVER-31570 Add tags to shell_mongobridge_port_allocation.js test.Max Hirschhorn2018-10-011-0/+2
* SERVER-31570 Stagger mongod/mongos ports +10 from mongobridge port.Max Hirschhorn2018-10-011-0/+77
* SERVER-37372 Fix race condition in change_stream_update_lookup_read_concern.jsIan Boros2018-10-011-4/+9
* SERVER-35338 Multiversion tests for allPaths indexesBernard Gorman2018-10-011-0/+153
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-0/+146
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-012-17/+68
* SERVER-37274 Set priority of secondaries to zero in commands_that_accept_writ...William Schultz2018-10-013-5/+24
* SERVER-36309 Confirm that iff a FSM txn successfully commits that all of its ...jannaerin2018-09-286-7/+89
* SERVER-36580 Write test for verifying that mongos preserves the error label f...Randolph Tan2018-09-281-0/+31