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

recalculate code hash if needed #790

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Conversation

paulo-ocean
Copy link
Contributor

Fixes #772

Changes proposed in this PR:

  • code hash might need to be recalculated if config object does not contain key (e.g: after a config reload)
  • this absence can cause the system tests to fail (property codeHash missing on the status command)

@paulo-ocean paulo-ocean self-assigned this Dec 9, 2024
@paulo-ocean paulo-ocean marked this pull request as ready for review December 9, 2024 14:47
Copy link
Member

@jamiehewitt15 jamiehewitt15 left a comment

Choose a reason for hiding this comment

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

Looks good to me

Copy link
Member

@mariacarmina mariacarmina left a comment

Choose a reason for hiding this comment

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

lgtm

@paulo-ocean paulo-ocean merged commit e42ada6 into main Dec 17, 2024
12 checks passed
@paulo-ocean paulo-ocean deleted the issue-772-missing-code-hash branch December 17, 2024 10:47
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.

codeHash (and maybe other fields) are missing on the "status" directCommand
3 participants