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

fix: fixed AutoMinorVersionUpgrade and TransitEncryptionEnabled argument issue #8641

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saleem-latif
Copy link

@saleem-latif saleem-latif commented Mar 1, 2025

For create_cache_cluster function passing AutoMinorVersionUpgrade or TransitEncryptionEnabled had no effect and the result always contained False. This PR fixes that issue and updates unit test to validate the updated behaviour.

Fixes #8636

…ent issue.

For create_cache_cluster function passing AutoMinorVersionUpgrade or TransitEncryptionEnabled had no effect and the result always contained "False". This PR fixes that issue and updates unit test to validate the updated behavior.
Copy link

codecov bot commented Mar 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (150778f) to head (6f1978d).
Report is 14 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8641   +/-   ##
=======================================
  Coverage   92.73%   92.74%           
=======================================
  Files        1251     1251           
  Lines      108362   108442   +80     
=======================================
+ Hits       100492   100573   +81     
+ Misses       7870     7869    -1     
Flag Coverage Δ
servertests 28.08% <ø> (-0.01%) ⬇️
unittests 92.71% <ø> (+<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.

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.

Elasticache AutoMinorVersionUpgrade Bug
1 participant