-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3480 Multiple Build Failures in 3.13 Due to Running Newer Servers on Amazon Linux #1086
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
Conversation
.evergreen/config.yml
Outdated
TOPOLOGY: "replica_set" | ||
- func: "run mod_wsgi tests" | ||
|
||
- name: "mod-wsgi-standalone-latest" |
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.
I think we can stop test latest altogether on the failing platforms in this PR. It's not worth trying to migrate.
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.
Done. Load balancer tests are now passing.
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.
Also mod_wsgi with 5.0
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.
two minor comments otherwise lgtm
.evergreen/config.yml
Outdated
@@ -2931,7 +2931,7 @@ buildvariants: | |||
tasks: | |||
- name: "test-enterprise-auth" | |||
|
|||
- matrix_name: "tests-mod-wsgi" | |||
- matrix_name: "tests-mod-wsgi-aws" |
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.
Let's revert the name change to avoid loosing task history.
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.
Done
.evergreen/config.yml
Outdated
@@ -3111,17 +3111,28 @@ buildvariants: | |||
- name: "aws-auth-test-5.0" | |||
- name: "aws-auth-test-latest" | |||
|
|||
- matrix_name: "load-balancer" | |||
- matrix_name: "load-balancer-awslinux" |
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.
Let's revert the name change to avoid loosing task history.
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.
Done
No description provided.