-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3110 [v3.13] Remove use of example.com in CSFLE tests (#848) #851
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
(cherry picked from commit 561ee7c)
Scheduled encryption runs for Python 2.7 and 3.9 |
} | ||
with self.assertRaisesRegex(EncryptionError, 'parse error'): | ||
with self.assertRaisesRegex(EncryptionError, self.invalid_host_error): |
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.
invalid_host_error hasn't been defined
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.
Fixed
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.
And rescheduled encryption tasks
The Encryption Python 3.9 Amazon Linux 2018 (Enterprise) NoAuth NoSSL build is failing with |
Same issue with Encryption Python 3.8 Amazon Linux 2018 (Enterprise) NoAuth NoSSL, trying with a Windows variant. |
Ah, I was misreading the logs. I fixed the missing |
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.
LGTM!
(cherry picked from commit 561ee7c)