summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45094 add replica_sets_reconfig_jscore_passthrough suitePavi Vetriselvan2020-03-171-0/+133
|
* SERVER-46211 Disable balancer on mr_output_options.jsRandolph Tan2020-03-171-1/+1
|
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-1711-228/+243
|
* SERVER-45450 Fix lintGregory Wlodarek2020-03-171-4/+4
|
* SERVER-46641: Limit collection names to 255 characters.Daniel Gottlieb2020-03-173-63/+4
|
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-179-18/+45
|
* SERVER-45450 $accumulator performanceDavid Percy2020-03-173-9/+258
|
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-174-25/+146
|
* SERVER-44115 autocomplete.js uses its own test databaseTommaso Tocci2020-03-171-0/+2
| | | | | to avoid autocompletion trigger actions on leftover collections from previus tests
* SERVER-46505 Restore requirement that full shard key must be in query to ↵Jack Mulrow2020-03-175-32/+45
| | | | update shard key value
* SERVER-45834 Turn off hang analyzer diagnostics for expected to fail ↵Shreyas Kalyan2020-03-172-0/+13
| | | | replicaset initialization
* SERVER-45088 Test safe reconfig avoids diverging configsAli Mir2020-03-171-0/+122
|
* SERVER-46783 Mark $accumulator, $_internalJs operators as FCV 4.4 onlyDavid Percy2020-03-161-0/+17
|
* SERVER-46872 Tolerate NoProgressMade response in yield_with_drop.js.Max Hirschhorn2020-03-161-0/+1
| | | | | | It is possible for mongos to fail to upsert the document because a shard responds with a CannotImplicitlyCreateCollection error response after the collection has been dropped.
* SERVER-46889 Add back original tests of cleanupOrphaned, but with shards ↵Esha Maharishi2020-03-169-1/+698
| | | | running with disableResumableRangeDeleter=true
* SERVER-46468 Prevent validate from generating overlong responsesGregory Noma2020-03-162-0/+77
|
* SERVER-46888 Make disableResumableRangeDeleter a startup-only parameterEsha Maharishi2020-03-161-18/+24
|
* SERVER-46168 Sort without predicate on non-hashed prefix fields does not use ↵Arun Banala2020-03-161-0/+26
| | | | compound hashed index
* SERVER-45094 add retryable read logic to network_error_and_txn_override.jsPavi Vetriselvan2020-03-162-0/+262
|
* SERVER-46879 Fix profiler query in read_pref_cmd.js and not assert that the ↵Cheahuychou Mao2020-03-162-61/+90
| | | | command runs on two nodes when hedging is enabled
* SERVER-45140 Remove lingering use of requires_text_logs tag.Henrik Edin2020-03-161-4/+0
|
* SERVER-46854 Disable periodic index consistency checker on config servers in ↵Mihai Andrei2020-03-161-0/+5
| | | | jstests/sharding/lookup_mongod_unaware.js
* SERVER-46846 Prevent delete_hint.js from running in multiversion ↵Bernard Gorman2020-03-161-1/+1
| | | | passthroughs when last-stable is 4.2
* SERVER-46640 The TTLMonitor should not remove the cached index information ↵Gregory Wlodarek2020-03-131-0/+63
| | | | from the TTLCollectionCache when a collection is not yet visible
* SERVER-46756 Migration recovery on stepup can attempt to recover a move ↵Esha Maharishi2020-03-132-84/+21
| | | | chunk already running and cause it to abort
* SERVER-46859 Use namespace parameter with find fail point in ↵Jack Mulrow2020-03-131-1/+1
| | | | router_transactions_metrics.js
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-131-0/+82
|
* SERVER-44272 Re-implement replSetSyncFrom logic while in initial syncJason Chan2020-03-131-0/+66
|
* SERVER-44642 Verify that implementation of cross-database $out attaches ↵Svilen Mihaylov2020-03-133-1/+42
| | | | writeConcern appropriately in sharded environments
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-30/+7
|
* SERVER-46386 Change MetadataManager::_findNewestOverlappingMetadata to work ↵Matthew Saltz2020-03-131-12/+70
| | | | with refined shard keys
* SERVER-46847 Add 'requires_fcv_4.4' to $unionWith concurrency testCharlie Swanson2020-03-131-2/+7
|
* SERVER-46215: use primaryShardAfter for the second ↵Lamont Nelson2020-03-131-2/+2
| | | | assertShardDatabaseVersion in database_versioning_all_commands.js
* SERVER-45987 Ensure apply op entries for deletes in multi-document ↵Ruoxin Xu2020-03-132-0/+251
| | | | transactions only include the document key
* SERVER-46004 refineCollectionShardKey should verify indexes on a shard with ↵Jack Mulrow2020-03-133-0/+158
| | | | a chunk
* SERVER-44244 Increase transactionLifetimeLimitSecs during validate hook.Max Hirschhorn2020-03-123-35/+63
|
* SERVER-43528 Remove already completed TODO in shard_existing_coll_chunk_count.jsMatthew Saltz2020-03-121-1/+0
|
* SERVER-21700 Do not relax constraints during steady state replication.Matthew Russotto2020-03-126-46/+73
|
* SERVER-46440 Routing info should be reloaded before retry of creating ↵Alex Taskov2020-03-121-0/+40
| | | | session collection index on stale config error
* SERVER-46824 Fix read_after_optime.js when run in replica_sets_multiversion ↵Henrik Edin2020-03-121-1/+3
| | | | | | suite The test is causing more logs to be sent than fits in the ramlog
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-122-317/+0
|
* SERVER-44409 Add FSM and nice-to-have collection and index test casesMaria van Keulen2020-03-128-24/+556
|
* SERVER-46802 Fix detection of functioning TCP_FASTOPEN_CLIENTSara Golemon2020-03-121-11/+13
|
* SERVER-45489 Remove compound hashed shard key FCV related codeArun Banala2020-03-121-14/+0
|
* SERVER-42192 Enable moveChunk FSM workloads to run in stepdown suites.Max Hirschhorn2020-03-129-65/+160
| | | | | | | | | | | | | | | Adds automatic retry logic to ChunkHelper.moveChunk() to handle when the CSRS or replica set shard primary being killed, terminated, or stepped down leads to the moveChunk command being interrupted. Exposes replica set connections as part of the "connection cache" so that DBClientRS may be used to track the current primary of the CSRS or replica set shard. Introduces an fsm.forceRunningOutsideTransaction() utility function to prevent a state function from running inside a multi-statement transaction as part of the concurrency_*_multi_stmt_txn*.yml test suites.
* SERVER-46310 index_build_restart_standalone.js should startup standalone ↵Gregory Wlodarek2020-03-121-1/+16
| | | | nodes with 'recoverFromOplogAsStandalone=true'
* SERVER-45826 Detect and fail when using passphrase with PKCS1/8 on macOSSara Golemon2020-03-121-0/+25
|
* SERVER-46771 Fix auth_pass_prompt.jsHenrik Edin2020-03-121-1/+1
|
* SERVER-46533 Persist underlying BSON in CmdUpdate invocationAmirsaman Memaripour2020-03-111-0/+4
|
* SERVER-46806 repair_unfinished_indexes.js should startup standalone nodes ↵Louis Williams2020-03-111-1/+7
| | | | with 'recoverFromOplogAsStandalone=true'