Skip to content

Conversation

@yma955
Copy link
Member

@yma955 yma955 commented May 29, 2025

No description provided.

@coveralls
Copy link

coveralls commented May 29, 2025

Pull Request Test Coverage Report for Build 15317191896

Details

  • 1 of 5 (20.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.08%) to 65.022%

Changes Missing Coverage Covered Lines Changed/Added Lines %
charon/pkgs/radas_signature_handler.py 1 5 20.0%
Totals Coverage Status
Change from base Build 15315368056: -0.08%
Covered Lines: 2082
Relevant Lines: 3202

💛 - Coveralls

super().__init__()
self.sign_result_loc = sign_result_loc
self.request_id = request_id
self.sign_result_status = "success"
Copy link
Member

Choose a reason for hiding this comment

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

This does not make sense, because it is asynchronized accessed in main process. If we set it in init method, it means it will be "success" at start time, even that the receiver does not get any message yet from UMB. Instead we should set it as None, then loop and waiting to check it to be a not None value to continue.

Copy link
Member Author

Choose a reason for hiding this comment

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

@ligangty That's right, updated, thanks.

@yma955 yma955 merged commit 1921e41 into Commonjava:main May 29, 2025
17 checks passed
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