Skip to content
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

Test against standalones with auth/ssl enabled #1129

Merged
merged 1 commit into from
May 30, 2023
Merged

Conversation

jyemin
Copy link
Contributor

@jyemin jyemin commented May 26, 2023

JAVA-4973

Note that the Evergreen checks for this PR now include * Standalone Auth SSL JDK8 Linux (8 more variants). Probably overkill but it follows the pattern for the other cluster types.

@jyemin jyemin self-assigned this May 26, 2023
@jyemin jyemin requested a review from vbabanin May 26, 2023 13:07
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk17"], version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "7.0", "latest"],
topology: ["replicaset", "sharded-cluster"], os: "linux" }
matrix_spec: { auth: "auth", ssl: "ssl", jdk: [ "jdk8", "jdk17" ], version: [ "3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "7.0", "latest" ],
topology: "*", os: "linux" }
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
tags: ["tests-variant"]
tasks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not directly related to the changes made in this pull request, however, I noticed that the tests-jdk-secure-jdk11 matrix could potentially be consolidated with the tests-jdk-secure matrix. The latter runs tests using JDK11 against version 7.0. It might be worth considering running JDK11 against all versions and topologies. However, I understand there may be specific reasons why JDK11 is currently limited to version 7.0 and replicaset topology, which I may not be aware of

@jyemin jyemin merged commit 136cafa into mongodb:master May 30, 2023
53 of 62 checks passed
@jyemin jyemin deleted the j4973 branch May 30, 2023 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants