summaryrefslogtreecommitdiff
path: root/jstests/concurrency
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-091-1/+1
|
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-0/+90
|
* SERVER-50620 Make ChunkHelper.moveChunk retryable on LockBusy errorEric Maynard2020-09-041-1/+5
|
* SERVER-49993 Change ReplSetTest functions that use master/slave terminologyAli Mir2020-09-031-1/+1
|
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-031-13/+0
| | | | | | | Also makes SBE support the 'setYieldAllLocksHang' and 'setYieldAllLocksWait' failpoints. This in turn allows several yielding-related integration tests to be augmented to cover SBE.
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-2/+2
|
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-032-5/+5
|
* SERVER-50208 Modify existing update tests to guarantee $v:2 oplog entries ↵Ruoxin Xu2020-09-021-0/+12
| | | | generation
* SERVER-50326 Restrict sharding in agg_out.js workload to a single threadJames Wahlin2020-08-311-2/+4
|
* SERVER-50222 FSM workload "view_catalog_direct_system_writes.js" should ↵Suganthi Mani2020-08-191-2/+8
| | | | peform writes to system.views using non-atomic apply ops.
* SERVER-36709 Enable previously disabled tests due to excessive memory usageGregory Wlodarek2020-08-116-14/+3
|
* SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47Lingzhi Deng2020-08-052-2/+2
|
* SERVER-48312 Remove requiresDocumentLevelConcurrency and ↵Gregory Wlodarek2020-08-0411-68/+45
| | | | supportsDocumentLevelConcurrency from concurrency tests
* SERVER-49880 snapshot_read_at_cluster_time_crud_operations.js should expect ↵A. Jesse Jiryu Davis2020-07-281-15/+18
| | | | Interrupted error
* SERVER-49556 fix indexed_insert_base.js to work with multi-doc transactions ↵Benety Goh2020-07-211-0/+1
| | | | | | | tests Runs createIndexes with majority write concern to ensure index is available to operations within multi-document transactions.
* SERVER-49556 indexed_insert_base.js and derived fsm workloads provide index ↵Benety Goh2020-07-213-2/+21
| | | | name to createIndexes command
* SERVER-48673 Allow retrying establishing a connection to a replica set in ↵jannaerin2020-07-201-1/+11
| | | | getReplSetName in the event of a network error
* SERVER-43633 Prohibit user writes to system.views in FCV 4.6Gregory Noma2020-07-201-6/+19
|
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-176-3/+14
| | | | | | | | ephemeralForTest is now a document level locking engine unittests instantiate the oplog as it is required with doc-level locking engines Added a 'incompatible_with_eft' tag for tests that don't work with this engine for different reasons. Many concurrency suites are disabled due to excessive memory usage
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ↵Jack Mulrow2020-07-162-2/+10
| | | | waiting on replication and session migration
* SERVER-47789 Add concurrency tests for snapshot reads using atClusterTimeAli Mir2020-07-093-1/+379
|
* SERVER-49158 Make the moveChunk helper retry the command when the migration ↵Cheahuychou Mao2020-06-301-1/+5
| | | | is aborted due to stepdown
* SERVER-48572 random_moveChunk_refine_collection_shard_key.js needs to ignore ↵Alex Taskov2020-06-251-1/+1
| | | | LockTimeout errors from moveChunk
* SERVER-48929 Modified the moveChunk helper to ignore LockTimeout errorsAlex Taskov2020-06-251-0/+1
|
* SERVER-48965: Make update_and_bulk_insert.js less heavyLingzhi Deng2020-06-221-1/+1
|
* SERVER-48588 Concurrency suites creating and dropping indexes should expect ↵Benety Goh2020-06-051-0/+1
| | | | the NoMatchingDocument error code
* SERVER-47753 Enable random_moveChunk_index_operations.js in stepdown ↵Jack Mulrow2020-06-041-20/+14
| | | | concurrency suites
* SERVER-48234 Create fuzzer workflow for RoleGraph consistency checkSara Golemon2020-06-032-0/+197
|
* SERVER-48407 Concurrency suites creating and dropping indexes should expect ↵Benety Goh2020-05-292-12/+18
| | | | the NoMatchingDocument error code
* SERVER-48407 Blacklist create_index_background_unique.js from running on ↵Benety Goh2020-05-291-1/+8
| | | | inMemory variant
* SERVER-48066 Don't allow update shard key concurrency test to update shard ↵Alex Taskov2020-05-291-6/+9
| | | | key to same value
* SERVER-48271 Concurrency suites creating and dropping indexes should expect ↵Benety Goh2020-05-224-29/+52
| | | | the NoMatchingDocument error code
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-1/+8
|
* SERVER-48093 plan_cache_drop_database.js should catch DatabaseDropPending errorsBenety Goh2020-05-151-13/+18
|
* SERVER-47320: Disable WCE tracing on FSM tests.Daniel Gottlieb2020-05-062-0/+7
|
* SERVER-44240 Remove unused test concurrency/fsm_workloads/database_versioning.jsTommaso Tocci2020-05-041-146/+0
|
* SERVER-38961 remove override for causally consistent index buildsBenety Goh2020-05-031-6/+0
|
* SERVER-47422 Allow LockBusy errors in ↵Matthew Saltz2020-05-011-1/+5
| | | | random_moveChunk_refine_collection_shard_key.js
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-2912-17/+8
|
* SERVER-47632 Explicitly ignore all acceptable moveChunk errors in update ↵Gregory Noma2020-04-281-2/+9
| | | | shard key concurrency workload
* SERVER-47631 Explicitly ignore all acceptable moveChunk errors in refine ↵Gregory Noma2020-04-271-11/+16
| | | | shard key concurrency workloads
* SERVER-45541 Test interrupting $unionWith.Charlie Swanson2020-04-162-11/+133
|
* SERVER-45956 Allow findAndModify with upsert=true inside multi-document ↵Gregory Noma2020-04-081-4/+0
| | | | transactions
* SERVER-47011 Add list of errors to ignore in update shard key concurrency ↵Blake Oler2020-04-061-3/+18
| | | | test (only in stepdown suites)
* SERVER-43681 Wait longer for TTL monitor in indexed_insert_ttl.js.Max Hirschhorn2020-04-031-1/+2
|
* SERVER-45955 Make findAndModify not take database MODE_X lockGregory Noma2020-04-011-0/+59
|
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-302-74/+59
|
* SERVER-47058 Fix agg_union_with_chunk_migrations.js blacklist typo for multi ↵Nick Zolnierz2020-03-231-1/+1
| | | | version
* SERVER-42192 Unblacklist refine shard key test from stepdown suites.Max Hirschhorn2020-03-173-9/+32
|
* 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.