-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: fix various tests #1209
tests: fix various tests #1209
Changes from all commits
86fb393
7e3043a
defe564
3b65b82
21af4c5
e856498
b3e58b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,9 @@ var ( | |
}, | ||
} | ||
specs = []dktesting.ContainerSpec{ | ||
{ImageName: "jacobalberty/firebird:2.5-ss", Options: opts}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirming that v2.5 is no longer supported: |
||
{ImageName: "jacobalberty/firebird:3.0", Options: opts}, | ||
{ImageName: "jacobalberty/firebird:v3.0", Options: opts}, | ||
{ImageName: "jacobalberty/firebird:v4.0", Options: opts}, | ||
{ImageName: "jacobalberty/firebird:v5.0", Options: opts}, | ||
} | ||
) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,10 @@ var ( | |
opts = dktest.Options{PortRequired: true, ReadyFunc: isReady} | ||
// Supported versions: https://www.mongodb.com/support-policy | ||
specs = []dktesting.ContainerSpec{ | ||
{ImageName: "mongo:3.4", Options: opts}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirming that mongo db v5-v8 is supported: |
||
{ImageName: "mongo:3.6", Options: opts}, | ||
{ImageName: "mongo:4.0", Options: opts}, | ||
{ImageName: "mongo:4.2", Options: opts}, | ||
{ImageName: "mongo:5.0", Options: opts}, | ||
{ImageName: "mongo:6.0", Options: opts}, | ||
{ImageName: "mongo:7.0", Options: opts}, | ||
{ImageName: "mongo:8.0", Options: opts}, | ||
} | ||
) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,11 @@ var ( | |
PortRequired: true, ReadyFunc: isReady} | ||
// Supported versions: https://www.postgresql.org/support/versioning/ | ||
specs = []dktesting.ContainerSpec{ | ||
{ImageName: "postgres:12", Options: opts}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirming that postgres 12 will no longer have releases: |
||
{ImageName: "postgres:13", Options: opts}, | ||
{ImageName: "postgres:14", Options: opts}, | ||
{ImageName: "postgres:15", Options: opts}, | ||
{ImageName: "postgres:16", Options: opts}, | ||
{ImageName: "postgres:17", Options: opts}, | ||
} | ||
) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirming that v21 is no longer supported:
https://hub.docker.com/_/clickhouse