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

bugfix(tls_test): use timed_mutex #1006

Merged
merged 1 commit into from
Jan 16, 2025
Merged

bugfix(tls_test): use timed_mutex #1006

merged 1 commit into from
Jan 16, 2025

Conversation

a-w50
Copy link
Contributor

@a-w50 a-w50 commented Jan 16, 2025

  • on some machines, the tls_test might not be able to run, because it can't open a port
  • instead of hanging, it now will skip the test
  • NOTE: some other tls test cases still fail and don't skip, this should be fixed

Describe your changes

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

- on some machines, the `tls_test` might not be able to run, because it
  can't open a port
- instead of hanging, it now will skip the test
- NOTE: some other tls test cases still fail and don't skip, this should
  be fixed

Signed-off-by: aw <[email protected]>
Copy link
Contributor

@james-ctc james-ctc 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. Many thanks

@a-w50 a-w50 merged commit 10dbb55 into main Jan 16, 2025
11 checks passed
@a-w50 a-w50 deleted the bugfix/tls_tests branch January 16, 2025 14:48
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