-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Create RDS test clients with fixture #8406
Create RDS test clients with fixture #8406
Conversation
...and standardize on "client" instead of "conn". These tests now run in a different region, but they are still passing.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8406 +/- ##
=======================================
Coverage 92.62% 92.62%
=======================================
Files 1225 1225
Lines 105633 105655 +22
=======================================
+ Hits 97843 97865 +22
Misses 7790 7790
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I'll look into what's breaking the server tests, I can reproduce the issue locally. |
...so that tests pass with TEST_SERVER_MODE=true.
Test failure seems unrelated to my changes. @bpandola Please review again. |
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.
Thanks @snordhausen
Create RDS test clients with a fixture to get rid of copy&paste code in the tests. The variable is now consistently called
client
.