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

crypto: Rename msk to master_key for consistency with the wider codebase #3677

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

andybalaam
Copy link
Contributor

@andybalaam andybalaam commented Jul 10, 2024

As suggested in #3590 (comment)

Part of #3543

@andybalaam andybalaam requested a review from a team as a code owner July 10, 2024 10:16
@andybalaam andybalaam requested review from bnjbvr and removed request for a team July 10, 2024 10:16
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.31%. Comparing base (40343aa) to head (0449ca8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3677      +/-   ##
==========================================
- Coverage   84.32%   84.31%   -0.02%     
==========================================
  Files         258      258              
  Lines       26614    26614              
==========================================
- Hits        22442    22439       -3     
- Misses       4172     4175       +3     

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

Copy link
Member

@bnjbvr bnjbvr left a comment

Choose a reason for hiding this comment

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

Looks like this wasn't tested at all 👀 Bonus points if you add a test that reads and checks those values.

Copy link
Contributor

@poljar poljar left a comment

Choose a reason for hiding this comment

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

Thank you.

@poljar
Copy link
Contributor

poljar commented Jul 10, 2024

Looks like this wasn't tested at all 👀 Bonus points if you add a test that reads and checks those values.

It's unused as of now, it will become used as part of #3590, where it is also tested. It was spit out for easier review.

@andybalaam
Copy link
Contributor Author

Looks like this wasn't tested at all 👀 Bonus points if you add a test that reads and checks those values.

Thank you for your diligence and ordinarily I would enthusiastically agree but see @poljar 's answer :-)

It is unfortunate that this change is so big that I needed to break it up in annoying ways. Maybe we could have found a better way to break it up that formed individual functional changes, but I couldn't find one when I tried.

@andybalaam andybalaam merged commit 847bf5b into main Jul 10, 2024
40 checks passed
@andybalaam andybalaam deleted the andybalaam/rename_msk_master_key branch July 10, 2024 12:03
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.

3 participants