Commit 36d17ba
authored
tests: fix various tests (#1209)
* Remove old versions of MongoDB
Removed:
| Release | Release Date | End of Life Date |
|-------------|---------------|------------------|
| MongoDB 3.4 | November 2016 | January 2020 |
| MongoDB 3.6 | November 2017 | April 2021 |
| MongoDB 4.0 | June 2018 | April 2022 |
| MongoDB 4.2 | August 2019 | April 2023 |
Added:
| Release | Release Date | End of Life Date |
|-------------|---------------|------------------|
| MongoDB 5.0 | July 2021 | October 2024 |
| MongoDB 6.0 | July 2022 | July 2025 |
| MongoDB 7.0 | August 2023 | August 2026 |
| MongoDB 8.0 | October 2024 | TBD |
https://www.mongodb.com/legal/support-policy/lifecycles
* test(postgres): run tests with PostgreSQL 17
Add PostgreSQL 17, remove PostgreSQL 12 (EOL since November 21, 2024).
https://www.postgresql.org/support/versioning/
* test(cockroachdb): remove old versions of CockroachDB in tests
Removed:
| Release | Released | Maintenance Support | Assistance Support | Latest |
|:-------------------:|:--------------------------------------:|:--------------------------------------------:|:--------------------------------------------:|:---------------------:|
| 2.1 | 6 years ago (30 Oct 2018) | Ended 5 years ago (30 Oct 2019) | Ended 4 years and 7 months ago (30 Apr 2020) | 2.1.11 (22 Jan 2020) |
| 2.0 | 6 years and 8 months ago (04 Apr 2018) | Ended 5 years and 8 months ago (04 Apr 2019) | Ended 5 years ago (04 Oct 2019) | 2.0.7 (28 Nov 2018) |
| 1.1 | 7 years ago (12 Oct 2017) | Ended 6 years ago (12 Oct 2018) | Ended 5 years and 8 months ago (12 Apr 2019) | 1.1.9 (01 Oct 2018) |
| 1.0 | 7 years ago (10 May 2017) | Ended 6 years ago (10 May 2018) | Ended 6 years ago (10 Nov 2018) | 1.0.7 (11 Feb 2018) |
Added:
| Release | Released | Maintenance Support | Assistance Support | Latest |
|:-------------------:|:--------------------------------------:|:--------------------------------------------:|:--------------------------------------------:|:---------------------:|
| 24.3 | 3 weeks ago (18 Nov 2024) | Ends in 11 months (18 Nov 2025) | Ends in 1 year and 5 months (18 May 2026) | 24.3.0 (20 Nov 2024) |
| 24.2 | 3 months and 4 weeks ago (12 Aug 2024) | Ends in 2 months (12 Feb 2025) | Ends in 2 months (12 Feb 2025) | 24.2.5 (11 Nov 2024) |
| 24.1 (Upcoming LTS) | 6 months and 3 weeks ago (20 May 2024) | Ends in 5 months (20 May 2025) | Ends in 11 months (20 Nov 2025) | 24.1.7 (11 Nov 2024) |
| 23.2 (Upcoming LTS) | 10 months ago (05 Feb 2024) | Ends in 1 month and 4 weeks (05 Feb 2025) | Ends in 7 months and 4 weeks (05 Aug 2025) | 23.2.16 (13 Nov 2024) |
* test(firebird): remove old versions of Firebird in tests
Removed: Firebird 2.5, see https://firebirdsql.org/en/discontinued-versions/
Added:
- Firebird 4.0 (https://firebirdsql.org/en/firebird-4-0-5/)
- Firebird 5.0 (https://firebirdsql.org/en/firebird-5-0-1/)
* test(clickhouse): run ClickHouse tests with official LTS image (24.8)1 parent 24a6476 commit 36d17ba
File tree
4 files changed
+9
-8
lines changed- database
- clickhouse
- firebird
- mongodb
- pgx/v5
4 files changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments