Commit Graph

38 Commits

Author SHA1 Message Date
Zac
591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Trevor Guidry
1fb52f7eae SERVER-107032 remove multiversion testing against v5.0 (#38059)
GitOrigin-RevId: 5cf0907301dcbfb79f9f05899364ec6aa626eebb
2025-07-03 03:37:13 +00:00
Trevor Guidry
0ae077b12f SERVER-99105 upgrade most testing to amazon2023 variants (#32734)
GitOrigin-RevId: ba409a1c4f19cf2e36f8b389009af5b48016d022
2025-04-10 00:26:39 +00:00
Matt Broadstone
771dabd098 SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
GitOrigin-RevId: 744aa110a53786b23c62ff53f87a1418b5991e8d
2024-08-20 22:00:49 +00:00
Xuerui Fa
fb78dc746d SERVER-87898: Prepare server for FCV 8.1 upgrade (#20740)
GitOrigin-RevId: 0a8d8383477d3c96c5443e33242da2d74620ca21
2024-04-03 23:54:34 +00:00
Ali Mir
5e8ceab245 SERVER-81205 Add v6.0 test case to skip_level_upgrade.js and add TODOs to programmatically generate list of LTS versions in multiversion tests 2023-09-26 18:03:53 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
XueruiFa
ed61eef7a8 SERVER-74398: Remove special handling of confirm: true for setFCV commands in JS tests 2023-08-01 19:38:12 +00:00
XueruiFa
199423c2d7 SERVER-76035: Re-enable temporarily disabled multiversion tests 2023-05-22 19:10:40 +00:00
Tommaso Tocci
1c97952f19 SERVER-75943 Stop donwloading and testing 4.2 EOL version in multiversion test suites 2023-04-19 06:47:39 +00:00
XueruiFa
1809b6dfc2 SERVER-76005: Fix evergreen redness post 7.1 FCV upgrade 2023-04-12 20:03:14 +00:00
Tommaso Tocci
1bbfe2237b SERVER-71097 Stop downloading 4.0 in multiversion suite 2022-11-11 19:44:45 +00:00
Alya Berciu
c604b24e27 SERVER-67908 Re-enable tests failing due to changing latest release to 6.0 2022-08-26 18:18:46 +00:00
David Bradford
0a861695ec SERVER-66962: multiversion configuration updates 2022-06-02 19:25:09 +00:00
Charlie Swanson
69c6a3d495 SERVER-65933 Enable creation of columnstore index
Adds a new feature flag which must be enabled to create one.
2022-05-03 18:08:50 +00:00
XueruiFa
e8bfbec951 SERVER-65585: Prepare tests for FCV upgrade 2022-04-18 20:06:09 +00:00
Zituo Jin
8b0819392f SERVER-61296 Remove obsolete TODOs 2021-11-16 14:57:55 +00:00
Wenbin Zhu
94415e3593 SERVER-58900 Re-enable major_version_upgrade.js after FCV constant change. 2021-07-29 17:57:26 +00:00
Jon Streets
05a0f8e98b SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
Vishnu Kaushik
3ce695b73a SERVER-58295 Temporarily disable multiversion tests that fail due to SERVER-56366 2021-07-14 16:14:50 +00:00
Mikhail Shchatko
10e7a6b566 SERVER-58017 Remove downloading of 3.6 binaries since they're no longer available 2021-06-25 07:51:33 +00:00
Spencer Jackson
09f99b41e3 SERVER-53062 Throw an exception in tests if server startup fails 2021-06-23 17:51:07 +00:00
Matthew Russotto
11b41d2899 SERVER-53643 Wait for FCV to be majority committed before reporting it. 2021-05-27 15:12:27 +00:00
Mikhail Shchatko
7fb2d59296 SERVER-39859 Use the Evergreen REST v2 API to download -latest tarballs in setup multiversion mongodb 2020-12-08 07:43:26 +00:00
Tommaso Tocci
478bf480eb SERVER-48170 Multiversion tests assume primary stability when using upgradeCluster() with 2-node replica set shards 2020-10-02 14:19:44 +00:00
Tommaso Tocci
49e617b554 Revert "SERVER-48170 Multiversion tests assume primary stability when using upgradeCluster() with 2-node replica set shards"
This reverts commit 8be28ffc90.
2020-10-02 10:37:45 +00:00
Tommaso Tocci
8be28ffc90 SERVER-48170 Multiversion tests assume primary stability when using upgradeCluster() with 2-node replica set shards 2020-10-02 08:48:52 +00:00
Jason Chan
f393c88a92 SERVER-49802 Update FCV constants to recognize 4.8 as latest 2020-09-30 19:37:36 +00:00
Lingzhi Deng
475078ffd9 SERVER-49783: Update latest FCV to 4.7 2020-08-02 05:39:29 +00:00
Jason Chan
25b594b233 SERVER-49068 Extend genericSetFCVUsage tests to use "last-lts" and "last-continuous" 2020-07-31 15:22:26 +00:00
Jason Chan
1c28b3cf02 SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
Lingzhi Deng
98cf395c1e SERVER-49063: Update FCV 4.6 constants to 4.5.1 2020-07-09 16:26:41 +00:00
Ali Mir
c593d0fb6e SERVER-46323 Update FCV constants throughout server code following 4.4 branch
SERVER-46589 Update Execution-related generic upgrade/downgrade references

SERVER-46587 Update Replication-related generic upgrade/downgrade references

SERVER-46839 Update Sharding-related generic upgrade/downgrade references

SERVER-46590 Update Query-related generic upgrade/downgrade references

SERVER-46318 Bump wire protocol version for 4.6

SERVER-46313 Bump Powercycle FCV
2020-04-22 00:15:51 +00:00
Bernard Gorman
6a2c556dfa SERVER-41230 Update FCV constants throughout server code following 4.2 branch
SERVER-42162 Update Execution-related generic upgrade/downgrade references
SERVER-42642 Update Replication-related generic upgrade/downgrade references
SERVER-42592 Update Sharding-related generic upgrade/downgrade references
SERVER-42794 Update Query-related generic upgrade/downgrade references
SERVER-41545 Bump wire protocol version for 4.4
2019-08-23 08:51:06 +01:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Louis Williams
f899002aad SERVER-36208 Remove repairDatabase server command and shell helper 2018-08-13 13:10:34 -04:00
Dewal Gupta
05bb1bc946 SERVER-33271 Move version non-specific FCV tests in jstests/multiVersion to jstests/multiVersion/genericSetFCVUsage 2018-07-20 17:06:05 -04:00