summaryrefslogtreecommitdiff
path: root/jstests/multiVersion
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded ↵Gil Alon2023-04-271-0/+86
| | | | clusters
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-266-6/+6
|
* SERVER-21578 Remove jstests/multiVersion/balancer_multiVersion_detect.jsAntonio Fuschetto2023-04-261-34/+0
|
* SERVER-75943 Stop donwloading and testing 4.2 EOL version in multiversion ↵Tommaso Tocci2023-04-192-2/+0
| | | | test suites
* SERVER-75990: Tenant Migrations are not resilient to recipient failoverChristopher Caplinger2023-04-172-168/+0
|
* SERVER-76029 remove batched delete multiversion test intended for a 6.x/7.0 ↵Benety Goh2023-04-121-59/+0
| | | | mixed cluster
* SERVER-76005: Fix evergreen redness post 7.1 FCV upgradeXueruiFa2023-04-1219-1095/+43
|
* SERVER-75000 Update replication-related tests in genericSetFCVUsage to test ↵Huayu Ouyang2023-04-122-12/+31
| | | | the downgrading state
* SERVER-75594 Make analyzeShardKey command only use one config collection to ↵Cheahuychou Mao2023-04-071-0/+1
| | | | store split points
* SERVER-74810 add restart downgrading FCV testJiawei Yang2023-04-061-0/+95
|
* SERVER-52433 Enable feature flag for PM-1858Cheahuychou Mao2023-04-051-1/+1
|
* SERVER-75548 Use w:all barrier in transitionToCatalogShardJack Mulrow2023-04-051-27/+72
|
* SERVER-56579 Enable feature flags for PM-2290Jack Mulrow2023-03-302-2/+2
|
* SERVER-64917: Enable featureFlagDowngradingToUpgradingXueruiFa2023-03-307-43/+7
|
* SERVER-71962 Support a catalog shard enabled config server in setFCVJack Mulrow2023-03-291-2/+2
|
* SERVER-61100 Fix multiversion tests that assert last-lts/last-continuous ↵Tausif Rahman2023-03-292-84/+74
| | | | incompatibility
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated ↵Suganthi Mani2023-03-281-166/+0
| | | | | | collection" This reverts commit 3c130a69eaddc7cb44895f57af4da6e39556dbb4.
* SERVER-73691: Require confirmation for upgrade/downgradeXueruiFa2023-03-281-0/+100
|
* SERVER-74672 Update expected error codeJack Mulrow2023-03-261-1/+1
|
* SERVER-73648: Prohibit FCV downgrade to a rapid releaseXueruiFa2023-03-241-0/+74
|
* SERVER-74672 Add separate feature flag to run transition to and from catalog ↵Jack Mulrow2023-03-242-2/+2
| | | | shard mode commands
* SERVER-75089 Fail setFCV with CannotDowngrade if the config server is ↵Jack Mulrow2023-03-231-6/+12
| | | | serving as a shard
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-03-211-0/+166
|
* SERVER-73778 Require all internal server data cleanup as part of FCV ↵Jordi Serra Torrens2023-03-203-61/+81
| | | | downgrade be completed before allowing transition to kUpgraded for sharded clusters
* SERVER-73397 New shard merge recipient POS instance, along with test changes.Suganthi Mani2023-03-173-1/+10
|
* SERVER-73657 add jstest for setFCV downgrading to upgraded with specific ↵Jiawei Yang2023-03-153-0/+280
| | | | features
* SERVER-74535 Add downgrade/upgrade test for compound wildcard indexesRuoxin Xu2023-03-141-0/+129
|
* SERVER-74282 Require all internal server data cleanup be completed before ↵Huayu Ouyang2023-03-141-0/+122
| | | | allowing transition to upgraded for replica sets
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-012-45/+107
|
* SERVER-74270 Allow changeStreamPreAndPostImages collection option on config ↵Jack Mulrow2023-02-271-0/+41
| | | | server nodes
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-231-1/+0
|
* SERVER-74159: Update test to use transitionToCatalogShard commandwenqinYe2023-02-181-1/+1
|
* SERVER-73647: Remove downgradeOnDiskChanges flagXueruiFa2023-02-173-394/+0
|
* SERVER-65332 Get rid of ClusterChunksResizePolicySilvia Surroca2023-02-171-56/+0
|
* SERVER-73833 Make the server to ignore and automatically remove unsupported ↵Denis Grebennicov2023-02-171-0/+69
| | | | 'recordPreImages' collection option
* SERVER-73277: Prevent downgrading to FCV lower than 7.0 when the catalog ↵wenqinYe2023-02-161-0/+41
| | | | shard contains user data
* SERVER-72517 feature flag testing robustnessCharlie Swanson2023-02-141-1/+1
|
* SERVER-72912 Create TTL indexes on ↵Israel Hsu2023-02-021-0/+117
| | | | config.{sampledQueries,sampledQueriesDiff} on setFCV upgrade
* SERVER-73508 Increase timeout for resharding command in ↵r6.3.0-alpha0Arun Banala2023-02-011-1/+5
| | | | change_streams_read_oplog_after_downgrade.js
* SERVER-73105 Partial indexes should not check FCV during startupMatt Boros2023-01-261-0/+44
|
* SERVER-72830 add multiversion test for multi-deletesBenety Goh2023-01-261-0/+59
|
* SERVER-72577 Convert tenant migrations tests to use es modulesMatt Broadstone2023-01-105-44/+25
|
* Revert "SERVER-72577 Convert tenant migrations tests to use es modules"auto-revert-processor2023-01-105-25/+44
| | | | This reverts commit 9c2d2f716db7924c7fe12af379437f637efba744.
* SERVER-72577 Convert tenant migrations tests to use es modulesMatt Broadstone2023-01-095-44/+25
|
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-201-2/+2
|
* SERVER-71260 Add tenantIds parameter to donorStartMigrationDidier Nadeau2022-12-095-6/+5
|
* SERVER-68888 Remove deprecated fields from config.versionTommaso Tocci2022-11-122-13/+35
|
* SERVER-71097 Stop downloading 4.0 in multiversion suiteTommaso Tocci2022-11-115-330/+2
|
* SERVER-71149 Rename queryType range to rangePreviewMark Benvenuto2022-11-091-1/+1
|
* SERVER-67695 Remove write-blocking dbCheckLouis Williams2022-11-031-0/+83
| | | | This removes the snapshotRead:false option to dbCheck which blocked concurrent writes