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

Create RDS test clients with fixture #8406

Merged
merged 5 commits into from
Dec 31, 2024

Conversation

snordhausen
Copy link
Contributor

Create RDS test clients with a fixture to get rid of copy&paste code in the tests. The variable is now consistently called client.

...and standardize on "client" instead of "conn". These tests
now run in a different region, but they are still passing.
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.62%. Comparing base (9fa5890) to head (a3d6c01).
Report is 4 commits behind head on master.

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           
Flag Coverage Δ
servertests 27.75% <ø> (-0.01%) ⬇️
unittests 92.60% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@snordhausen
Copy link
Contributor Author

I'll look into what's breaking the server tests, I can reproduce the issue locally.

@bpandola
Copy link
Collaborator

@snordhausen
Copy link
Contributor Author

Test failure seems unrelated to my changes.

@bpandola Please review again.

Copy link
Collaborator

@bpandola bpandola left a comment

Choose a reason for hiding this comment

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

Thanks @snordhausen

@bpandola bpandola merged commit 4c1a208 into getmoto:master Dec 31, 2024
52 of 53 checks passed
@snordhausen snordhausen deleted the create-rds-client-with-fixture branch January 1, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants