summaryrefslogtreecommitdiff
path: root/jstests/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-232-6/+2
* SERVER-51046: Have transaction helpers for sharded FSMs log a fully qualified...Daniel Gottlieb2020-09-182-9/+10
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-161-28/+0
* SERVER-48594 Add concurrency workload using slow user acquisitionSara Golemon2020-09-141-0/+40
* SERVER-50750 refineCollectionShardKey should add nested keys as dotted fieldsJack Mulrow2020-09-119-47/+246
* SERVER-50610 secondary_reads.js should not make assertions based on natural c...Louis Williams2020-09-112-38/+63
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-111-5/+3
* 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
* 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 gen...Ruoxin Xu2020-09-021-0/+12
* 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 pefor...Suganthi Mani2020-08-191-2/+8
* 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 supportsDocumentLeve...Gregory Wlodarek2020-08-0411-68/+45
* SERVER-49880 snapshot_read_at_cluster_time_crud_operations.js should expect I...A. Jesse Jiryu Davis2020-07-281-15/+18
* SERVER-49556 fix indexed_insert_base.js to work with multi-doc transactions t...Benety Goh2020-07-211-0/+1
* SERVER-49556 indexed_insert_base.js and derived fsm workloads provide index n...Benety Goh2020-07-213-2/+21
* SERVER-48673 Allow retrying establishing a connection to a replica set in get...jannaerin2020-07-201-1/+11
* 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
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-162-2/+10
* 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 i...Cheahuychou Mao2020-06-301-1/+5
* SERVER-48572 random_moveChunk_refine_collection_shard_key.js needs to ignore ...Alex Taskov2020-06-251-1/+1
* 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 t...Benety Goh2020-06-051-0/+1
* SERVER-47753 Enable random_moveChunk_index_operations.js in stepdown concurre...Jack Mulrow2020-06-041-20/+14
* SERVER-48234 Create fuzzer workflow for RoleGraph consistency checkSara Golemon2020-06-032-0/+197
* SERVER-48407 Concurrency suites creating and dropping indexes should expect t...Benety Goh2020-05-292-12/+18
* SERVER-48407 Blacklist create_index_background_unique.js from running on inMe...Benety Goh2020-05-291-1/+8
* SERVER-48066 Don't allow update shard key concurrency test to update shard ke...Alex Taskov2020-05-291-6/+9
* SERVER-48271 Concurrency suites creating and dropping indexes should expect t...Benety Goh2020-05-224-29/+52
* 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 random_moveChunk_refine_collection_shar...Matthew Saltz2020-05-011-1/+5
* 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 shar...Gregory Noma2020-04-281-2/+9
* SERVER-47631 Explicitly ignore all acceptable moveChunk errors in refine shar...Gregory Noma2020-04-271-11/+16
* SERVER-45541 Test interrupting $unionWith.Charlie Swanson2020-04-162-11/+133
* SERVER-45956 Allow findAndModify with upsert=true inside multi-document trans...Gregory Noma2020-04-081-4/+0