summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-59667 Test tailable cursors across yield and getMore cmdsDianna Hohensee2021-12-011-0/+76
|
* SERVER-61201 Prevent deadlock when user tries to create a view on the ↵Dianna Hohensee2021-12-011-1/+10
| | | | database system.views collection
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-0/+99
|
* SERVER-61713 Implement donortStartSplit and add support for multiple tenant idsDidier Nadeau2021-11-301-8/+44
|
* SERVER-61464 Make all tests in jstests/serverless use ServerlessTestSophia Tan2021-11-304-44/+33
|
* SERVER-61729 Rename TenantSplit to ShardSplitDidier Nadeau2021-11-305-35/+21
|
* Revert "SERVER-46399 remove fallback SCRAM-SHA-1 for internalSecurity.userAdam Rayner2021-11-303-24/+12
|
* SERVER-61509 Avoid repairing read-only databasesDaniel Gómez Ferro2021-11-301-0/+41
|
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-0/+43
|
* SERVER-61787 Block pushdown of subplanned $match stageYoonsoo Kim2021-11-301-0/+7
|
* SERVER-46399 remove fallback SCRAM-SHA-1 for internalSecurity.userAdam Rayner2021-11-293-12/+24
|
* SERVER-61128 voteCommitMigrationProgress commandA. Jesse Jiryu Davis2021-11-2920-5/+171
|
* SERVER-61623 Stop using current datetime in update_min_max_examples.jsAlexander Ignatyev2021-11-291-1/+1
|
* SERVER-61751 Remove collMod from index_commands_shard_targeting.jsRui Liu2021-11-261-26/+9
|
* SERVER-61445 OCSP fetcher treats responses without nextUpdate as expiredErwin Pe2021-11-251-0/+70
|
* SERVER-61706 ensure new config reached all nodessergey.galtsev2021-11-241-0/+33
|
* SERVER-60936 re-enable sharding multiversion testSergi Mateo Bellido2021-11-241-1/+0
|
* SERVER-61720 Use tmp dir in dbpath for shard mergeA. Jesse Jiryu Davis2021-11-241-7/+9
|
* SERVER-59647: Test maximum client document size thresholds specfically for ↵Daniel Gottlieb2021-11-241-0/+113
| | | | retryable findAndModify.
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-2319-74/+145
|
* SERVER-61665 Ensure read is directed to hanging secondary node in ↵Sophia Tan2021-11-231-29/+13
| | | | secondary_reads_waitForShardingInit.js
* SERVER-61423 Be able to use mongoq from jstestsSophia Tan2021-11-232-18/+87
|
* SERVER-60238 Implement pre-image propagation to secondaries for ↵Mindaugas Malinauskas2021-11-236-74/+295
| | | | non-transactional writes
* SERVER-61456 Fix various jstests failing due to engine difference in ↵Mindaugas Malinauskas2021-11-235-4/+20
| | | | retryable_writes_downgrade_last_lts suite
* SERVER-59706 Extend tests for change stream pre-images retrieval capability ↵Denis Grebennicov2021-11-233-144/+206
| | | | controlled by option recordPreImages
* SERVER-61681 Wait for replSetGetStatus to update in ↵Vesselina Ratcheva2021-11-231-24/+28
| | | | replSetGetStatus_member_wall_times.js
* SERVER-61548 Handle dotted partitionByFields in $densifyDavid Percy2021-11-221-0/+91
|
* SERVER-61137 Implement rollback-to-stable for shard mergeA. Jesse Jiryu Davis2021-11-221-0/+92
|
* SERVER-61651 Always check HashAgg memory limit in UnionWith.js testEric Cox2021-11-221-5/+21
|
* SERVER-61650 Disconnect nodes before restarting replication in ↵Huayu Ouyang2021-11-221-1/+5
| | | | sync_source_selection_ignores_minvalid_after_rollback.js
* SERVER-60685 Add Interruption category to ↵Luis Osta2021-11-221-0/+134
| | | | 'TransactionCoordinatorReachedAbortDecision'
* SERVER-56227 Change jstest function name that sends the setAllowMigrations ↵Marcos José Grillo Ramirez2021-11-221-5/+5
| | | | command
* SERVER-59132: Improve error message for $merge with whenMatched: failHana Pearlman2021-11-222-7/+44
|
* SERVER-60533 Ensure db exists in distinct commandAlya Berciu2021-11-222-0/+14
|
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-2213-36/+219
|
* SERVER-57588 Inconsistent query results when an array position is indexed ↵Timour Katchaounov2021-11-221-0/+96
| | | | whose value is an array
* SERVER-61267: Fix multiple issues with change stream multi-version whole ↵Rishab Joshi2021-11-203-11/+18
| | | | cluster test case.
* SERVER-60540 Add retryability support for internal transactions for ↵Cheahuychou Mao2021-11-209-228/+662
| | | | findAndModify
* SERVER-61607 Add DuplicateKey as acceptable error in resharding test.Max Hirschhorn2021-11-191-1/+13
|
* SERVER-61636 clean up countc.jsBenety Goh2021-11-191-37/+55
|
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-1924-255/+364
|
* SERVER-61626 Fix index build race in drop_ready_index_while_building_an_index.jsGregory Wlodarek2021-11-191-1/+8
|
* SERVER-61602 timeseries_min_max.js does not assume measurements are returned ↵Gregory Wlodarek2021-11-191-7/+21
| | | | in insertion order
* SERVER-61155 Add collStat for number of subobj compression restarts for ↵Henrik Edin2021-11-191-0/+25
| | | | timeseries bucket compression
* SERVER-61534 Increase default max chunk size to 128MiBPierlauro Sciarelli2021-11-191-1/+2
|
* SERVER-61493 Support sharded $stddev accumulators for SBE group pushdownYoonsoo Kim2021-11-192-24/+19
|
* SERVER-58602 Implement $geoNear on time-series measurementsDavid Percy2021-11-197-8/+972
|
* SERVER-61492 Support sharded $avg accumulator for SBE $group pushdownYoonsoo Kim2021-11-192-77/+109
|
* SERVER-59590 Add test coverage for the max 'n' value for ↵Mihai Andrei2021-11-192-107/+168
| | | | $firstN/$lastN/$topN/$bottomN
* SERVER-61596 remove find3.jsBenety Goh2021-11-181-10/+0
|