summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37573 make wildcard_index_feature_compatibility_version.js more robustIan Boros2018-10-221-0/+1
* SERVER-37363 switch abortTransaction() statements to commitTransaction() in t...Esha Maharishi2018-10-221-12/+4
* SERVER-37673 Increase logging verbosity for shard_existing_coll_chunk_count.jsMatthew Saltz2018-10-221-2/+3
* SERVER-37674 Increase logging verbosity for sharding_balance4.jsMatthew Saltz2018-10-221-3/+6
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-0/+118
* SERVER-37569 prevent map-reduce from checking out a sessionJudah Schvimer2018-10-192-14/+9
* SERVER-37555 Fix the error code in the uassert.nehakhatri52018-10-161-2/+2
* SERVER-37555 Abort of collMod need not refreshEntry for index on rollback.nehakhatri52018-10-161-0/+52
* SERVER-36262 Support inferring database names from privileges in mongo shell ...Sara Golemon2018-10-151-6/+16
* SERVER-37618 Capture all the logs in lock_stats_suboperation_logs.jsXiangyu Yao2018-10-151-3/+4
* SERVER-37503 Support $type with wildcard indexyarai2018-10-151-0/+145
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-151-0/+28
* SERVER-35852 Require --shellConnString to use mongodb:// URI scheme.Max Hirschhorn2018-10-131-2/+2
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-132-10/+10
* SERVER-37610: Use unique coll name in update_numeric_field_name.js to avoid c...Nick Zolnierz2018-10-121-1/+1
* SERVER-37391 plan_cache_index_create.js should wait for index build start, ra...James Wahlin2018-10-121-2/+3
* SERVER-37229: Switch to unordered write ops ini $outNick Zolnierz2018-10-121-4/+4
* SERVER-35852 Convert FSM client to use a resmoke suite for easy test blackist...Jonathan Abrahams2018-10-1211-129/+64
* SERVER-37529 Fix issues for ssl_ECDHE_suites.js on non x86 evergreen machinesShreyas Kalyan2018-10-121-6/+10
* Remove listLocalCursorsTed Tuckman2018-10-1210-106/+48
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-4/+7
* SERVER-37055 IndexBuildBlock::fail() should grab a lockGregory Wlodarek2018-10-111-6/+13
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-10-111-44/+86
* SERVER-35323 Guarantee the command object sent by the ShardingTaskExecutor wi...Blake Oler2018-10-111-0/+10
* 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