summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updates to some codeSERVER-36895Shreyas Kalyan2018-09-174-5/+9
|
* SERVER-36895 created new stringShreyas Kalyan2018-09-131-5/+6
|
* SERVER-36895 added CIDR importShreyas Kalyan2018-09-132-1/+2
|
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-09-139-7/+364
|
* SERVER-36998 Run dbtest_TG on windows-64-vs2015-large distro.Max Hirschhorn2018-09-051-0/+2
|
* SERVER-36827 Warning about "No SSL certificate validation can be performed" ↵Shreyas Kalyan2018-09-051-1/+1
| | | | is misleading
* SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on ↵Samy Lanka2018-09-059-16/+168
| | | | prepare conflicts
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-053-2/+14
|
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-0526-336/+40
|
* Revert "SERVER-36975 Fix race condition in ↵Tess Avitabile2018-09-052-13/+2
| | | | | | read_concern_snapshot_catalog_invalidation.js" This reverts commit bd982824a7967b5e518bf9255b8f5e051bdaff7d.
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-052-2/+13
|
* SERVER-34120 call done() in SessionsCollectionRSJason Carey2018-09-051-1/+9
| | | | | | We make connections from the secondaries to the primary that we fail to call done() on. This causes those connections to fall out of the pool, reducing connection pooling and producing worrisome log messages.
* SERVER-36969 reduce number of updates in wt cache tests from 1000 to 500Benety Goh2018-09-054-4/+4
|
* SERVER-36958 Make sharding_multiple_ns.js wait for the CSRS primary to ↵Kaloian Manassiev2018-09-051-5/+3
| | | | discover downed shard node
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-0411-76/+275
|
* SERVER-33606 fail to create logical session in shell connected to old serversKevin Pulo2018-09-035-5/+51
| | | | Also add --disableImplicitSessions shell cmdline arg.
* SERVER-36947 enable test commands for micro benchmarksIan Boros2018-08-311-2/+2
|
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-3134-287/+881
|
* SERVER-36442 Restore {storageEngine: wiredTiger} in ↵Kaloian Manassiev2018-08-311-1/+2
| | | | autodiscover_config_rs_from_secondary.js
* SERVER-36453 robustify aggregation_cursor_invalidations.jsIan Boros2018-08-301-34/+29
|
* SERVER-36746 Don't erroneously skip drain mode if a stepdown attempt fails.Spencer T Brody2018-08-305-64/+124
|
* SERVER-36452 Avoid compile failures on OS X if system headers add more ↵Geert Bosch2018-08-301-0/+1
| | | | SSLProtocol enum cases
* SERVER-36942 Differentiate invalid hostname from invalid certificateSara Golemon2018-08-303-3/+8
|
* SERVER-36932 Implement rename tracking API for $matchCharlie Swanson2018-08-302-0/+41
|
* SERVER-36381 Test using $out during upgrade of a clusterCharlie Swanson2018-08-301-10/+24
|
* SERVER-34757 Await replication before cloning in clone_catalog_data.js testBlake Oler2018-08-301-0/+8
|
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-3013-217/+592
|
* SERVER-36100 generate _id for $out uniqueKey if not presentKyle Suarez2018-08-305-40/+158
| | | | | | | | | If the _id field is part of the $out "uniqueKey" but is not present in the document at the time of write, the $out stage will generate it automatically. We won't generate an _id if if isn't part of the "uniqueKey" so that DocumentSourceOutInPlaceReplace won't use it as part of the update.
* SERVER-36122 Add capability to send 'fire and forget' commands to ShardRemoteRandolph Tan2018-08-305-29/+107
|
* SERVER-36015: Fix lint.Daniel Gottlieb2018-08-291-1/+1
|
* SERVER-36929 Temporarily blacklist ↵jannaerin2018-08-291-0/+4
| | | | multi_statement_transaction_all_commands*.js from concurrency_simultaneous_replication
* SERVER-35247 Undefined is allowed for required fields in IDLMark Benvenuto2018-08-292-11/+88
|
* SERVER-36531 Lock acquisition may throw despite use of ↵Louis Williams2018-08-292-2/+51
| | | | UninterruptibleLockGuard when WiredTiger tickets are exhausted
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-2992-1497/+203
|
* SERVER-36081: Write auth tests for $out and bypassDocumentValidationNick Zolnierz2018-08-293-4/+234
|
* SERVER-36848 Temporarily blacklist snapshot_read_kill_op_only.js.Max Hirschhorn2018-08-291-0/+4
|
* SERVER-36807 Add --setShellParameter to shellSara Golemon2018-08-293-0/+64
|
* Revert "SERVER-13455 Add new configuration option for mongod to allow ↵Daniel Gottlieb2018-08-2919-407/+30
| | | | | | separate journal directory for WT" This reverts commit d3656459d016d6a1be0788acfe3276734ab59210.
* SERVER-36845 Change sessionId check in check_repl_db_hash_background hook to ↵jannaerin2018-08-291-1/+2
| | | | use bsonWoCompare
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections ↵Sara Golemon2018-08-296-39/+194
| | | | separately
* SERVER-34593 New resmoke option to repeat testsYves Duhem2018-08-299-31/+54
|
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-2922-243/+52
| | | | | | The UpdateNotifier was a callback mechanism for issuing MMAPv1 diskloc invalidations. It does nothing now that MMAPv1 invalidations are themselves deleted.
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-2965-999/+218
| | | | | | - Removes of PlanStage::invalidate(). - Removes RecordCursor::invalidate() from the storage API. - Removes CursorManager::invalidateDocument().
* SERVER-36613 Remove PyYaml depedency in configExpandRest testsSara Golemon2018-08-296-9/+18
|
* SERVER-36306 Add FSM workloads that run transactions workloads with all ↵jannaerin2018-08-2810-82/+378
| | | | threads using same session
* SERVER-36906 Connection state now allowed to be kConnectionStateUnknownBen Caimano2018-08-281-4/+0
|
* SERVER-36899 Accept new 'startAfter' option in watch() helpersCharlie Swanson2018-08-285-51/+77
|
* SERVER-36130 Verify shardId rather than connection string during migrationjannaerin2018-08-282-3/+6
|
* SERVER-36736 Avoid doing work in Client lock when destroying ↵Matthew Russotto2018-08-281-5/+10
| | | | OperationContextSession.
* SERVER-36725 force periodic_runner_impl_test to call tearDownJason Carey2018-08-281-0/+13
| | | | | | | | The periodic_runner_impl_test holds references to stack allocated condvars in every one of its tests. All of them have a chance to data race (destruction and job invocation, or the end of job invocation). Manually calling tearDown in all cases fixes those races