summaryrefslogtreecommitdiff
path: root/jstests/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38435 Add concurrency workloads for multi shard writes in transactions...Jack Mulrow2019-02-014-4/+417
* SERVER-38480 Make Map-Reduce fully interruptibleJustin Seyster2019-01-312-2/+92
* SERVER-39081 Fix createIndexes/shardCollection race condition in agg_out.jsJames Wahlin2019-01-181-1/+4
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-0/+10
* SERVER-38979 Shard by thread id in update_upsert_multi fsm workloadsJack Mulrow2019-01-152-1/+6
* SERVER-38387 agg_out.js concurrency workload always fails to shard the output...James Wahlin2019-01-141-3/+14
* SERVER-38257 Disable allCountsNonNegative invariant in multi_statement_transa...Tess Avitabile2019-01-111-1/+2
* SERVER-38733 Change majority read concern transaction passthroughs to use loc...Jack Mulrow2019-01-031-1/+8
* SERVER-38752 Log transaction id on failed assertions in txn atomicity isolati...Jack Mulrow2019-01-022-3/+13
* SERVER-33983 Add concurrency sharded transaction passthroughs using majority ...Jack Mulrow2018-12-2010-15/+30
* SERVER-38628 Concurrency txn passthroughs shouldn't modify thread local state...Jack Mulrow2018-12-191-5/+6
* SERVER-38026 Run concurrency_replication_multi_stmt_txn.yml against sharded c...Jack Mulrow2018-12-1614-21/+29
* SERVER-38466 Repeated reads concurrency workloads should reset previous docum...Jack Mulrow2018-12-102-2/+2
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-102-3/+85
* SERVER-38025 Run transaction workloads in sharded concurrency suites w/o fail...Jack Mulrow2018-12-057-22/+52
* SERVER-37801 Add prepared transaction metrics tracking to concurrency test suiteJason Chan2018-11-293-35/+87
* SERVER-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-291-0/+44
* SERVER-37189 Record metrics correctly for transactions that fail prior to uns...Tess Avitabile2018-11-151-0/+22
* SERVER-37841 make multi_statement_transaction_all_commands.js run multi state...Randolph Tan2018-11-143-38/+52
* SERVER-38088 Create background index FSM workload that uses partialFilterExpr...Louis Williams2018-11-142-3/+65
* SERVER-36115 (part 2) add some tags to fsm testsIan Boros2018-11-092-0/+6
* SERVER-36115 ban tests from causal consistency suites which use $currentOpIan Boros2018-11-091-0/+2
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-082-0/+14
* SERVER-37244 Expect interruption due to transaction abort in snapshot_read_ut...Kaloian Manassiev2018-11-021-1/+2
* SERVER-37426 snapshot_read_utils.js should reset the cursorId to NumberLong(0...Xiangyu Yao2018-10-252-5/+3
* SERVER-35852 Convert FSM client to use a resmoke suite for easy test blackist...Jonathan Abrahams2018-10-1210-26/+40
* SERVER-37374 cleanupOnLastIteration should tolerate an interruptionjannaerin2018-10-093-9/+14
* SERVER-37497 Clearly log sessionID override in multi_statement_transaction_al...William Schultz2018-10-061-0/+2
* SERVER-37464 Reduce execution time of secondary reads workloadMaria van Keulen2018-10-041-2/+4
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-033-42/+1
* SERVER-36309 Confirm that iff a FSM txn successfully commits that all of its ...jannaerin2018-09-286-7/+89
* SERVER-35491 extend FSM workloads to use wildcard indexesIan Boros2018-09-276-30/+156
* SERVER-37254 Retry on CursorNotFound error in multi_statement_transaction_kil...jannaerin2018-09-242-2/+4
* Revert "SERVER-36309 Confirm that iff a FSM txn successfully commits that all...Max Hirschhorn2018-09-221-80/+2
* SERVER-36309 Confirm that iff a FSM txn successfully commits that all of its ...jannaerin2018-09-211-2/+80
* SERVER-37145 Fix reference error in error msg in cleanup_txns.jsjannaerin2018-09-142-4/+3
* SERVER-37079 Handle Interrupted errors in state functions using sessionsMaria van Keulen2018-09-141-12/+21
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-131-1/+1
* SERVER-35160 Allow TestData to be undefined in worker_thread.js again.Max Hirschhorn2018-09-111-2/+7
* SERVER-36940 Remove assertion in multi_statement_transaction_kill_sessions_at...jannaerin2018-09-101-2/+4
* SERVER-36928 Handle TransientTransactionErrors in multi_statement_transaction...jannaerin2018-09-071-13/+18
* SERVER-37009 Handle missing sessionDocToKill in killSessions testMaria van Keulen2018-09-061-2/+10
* SERVER-35160 ScopedThreads should automatically inherit TestData from their p...Jonathan Abrahams2018-09-052-10/+3
* SERVER-36306 Add FSM workloads that run transactions workloads with all threa...jannaerin2018-08-286-79/+331
* SERVER-36869: Only call find once for checking capped collection truncationDavid Bradford2018-08-272-17/+16
* SERVER-35793 Add concurrency test for transactions metricsWilliam Schultz2018-08-241-0/+130
* SERVER-36847 Fix procedure to abort in-progress transactions in snapshot_read...Tess Avitabile2018-08-241-2/+4
* SERVER-32642 Return raw command response in the validate JS hookJonathan Abrahams2018-08-241-3/+3
* SERVER-36114: Fix $out FSM test in causal consistency suite andNick Zolnierz2018-08-211-3/+8
* SERVER-36114: Test sharded $out concurrently executing with chunk migrationsNick Zolnierz2018-08-213-0/+170