summaryrefslogtreecommitdiff
path: root/jstests/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42392 Add concurrency testing for refineCollectionShardKeyJamie Heppenstall2019-08-221-0/+178
* SERVER-42963 For active sessions only set transaction stats in TransactionRou...Jack Mulrow2019-08-221-14/+13
* SERVER-42907 Add timeActiveMicros and timeInactiveMicros for transactions in ...Jack Mulrow2019-08-211-1/+11
* SERVER-42566 Blacklist indexed_insert_ttl.js from mobileMaria van Keulen2019-08-211-0/+1
* SERVER-42718: Disallow dropDatabase from running concurrently.Daniel Gottlieb2019-08-211-2/+2
* SERVER-42863 Limit size of in kill_multicollection_aggregationJustin Seyster2019-08-191-1/+4
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-141-0/+147
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-1459-84/+86
* SERVER-41177 Remove Javascript ScopedThread classMathew Robinson2019-08-124-12/+11
* SERVER-42749 blacklist server_status_with_time_out_cursors from transaction s...Ian Boros2019-08-092-1/+3
* SERVER-42128 Lower thread count and number of documents in compact_while_crea...Louis Williams2019-07-311-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-27157-684/+402
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-07-261-0/+72
* SERVER-42300 Retry, not skip, renamed ns in forEachCollectionFromDbGeert Bosch2019-07-251-5/+21
* SERVER-41880 Blacklist schema_validator_with_expr_variables.js from running o...Anton Korshunov2019-06-261-1/+6
* SERVER-16413 Storage engines that allow online compaction should not take an ...Gregory Wlodarek2019-06-212-37/+78
* SERVER-41836 Log thread Id as part of error in FSM testsArun Banala2019-06-211-2/+2
* SERVER-41096 Fix file-based protocol for permitting stepdowns.Max Hirschhorn2019-06-202-27/+25
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-0/+80
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-80/+0
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-0/+80
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-041-1/+2
* SERVER-40386: replace abortTransaction() used in jstests with abortTransactio...Lingzhi Deng2019-06-041-8/+9
* SERVER-41427 Bind the isKilledSessionCode return value to a global variableJudah Schvimer2019-06-041-1/+1
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-2/+1
* SERVER-39844 Add shard key update and migration concurrency testingBlake Oler2019-05-282-0/+523
* SERVER-41107 Create concurrency test that accesses a collection in a transact...Tess Avitabile2019-05-281-0/+342
* SERVER-39770 Add retry logic to FSM connection cache setupVesselina Ratcheva2019-05-241-1/+5
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-2310-1/+41
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-2/+2
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-212-12/+21
* SERVER-41057 Add non-transactional afterClusterTime find to multi_statement_t...Judah Schvimer2019-05-214-12/+38
* SERVER-41212 snapshot_read_kill_operations.js should accept CursorKilled on c...Jack Mulrow2019-05-171-1/+1
* SERVER-41032 Properly reset the _isRecoverCommit flag on the TransactionRoute...Matthew Saltz2019-05-151-1/+7
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-151-3/+1
* SERVER-41078 Make replica set primary detection stepdown-proof in concurrency...jannaerin2019-05-141-9/+15
* Revert "SERVER-40996 abortTransaction in cleanup_txns.js does not handle diff...Esha Maharishi2019-05-131-13/+2
* SERVER-40411 Add FSM workload to stress write conflict retrying of pipeline-s...James Wahlin2019-05-132-3/+31
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-101-1/+3
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-101-3/+1
* SERVER-40410 Add FSM workload to stress write conflict retrying of pipeline-s...James Wahlin2019-05-082-5/+31
* SERVER-40996 abortTransaction in cleanup_txns.js does not handle different er...Matthew Russotto2019-05-071-2/+13
* SERVER-40996 abortTransaction in cleanup_txns.js does not handle LockTimeoutMatthew Russotto2019-05-074-32/+17
* SERVER-40999 snapshot_read_kill_operations.js should accept CursorNotFound on...James Wahlin2019-05-031-1/+1
* SERVER-40183 Create kill_session version of multi_statement_transaction_simpl...Jack Mulrow2019-05-024-52/+89
* SERVER-40509 Add debug logging to yield_geonear_dedupIan Boros2019-04-291-4/+9
* SERVER-40186 Retry interrupted commits in auto_retry_transaction.jsJack Mulrow2019-04-252-13/+67
* SERVER-39992 Add version of concurrency_sharded_multi_stmt_txn.yml with stepd...Jack Mulrow2019-04-222-4/+14
* SERVER-39991 Enable transaction workloads in concurrency sharded stepdown suitesJack Mulrow2019-04-222-11/+46
* SERVER-38569 Reduce the number of documents in remove_and_bulk_insert.jsKaloian Manassiev2019-04-161-1/+1