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 intermittent errors with test-network ca #1304

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

denyeart
Copy link
Contributor

If CA server hasn't finished initialization then the initial register and enroll requests will fail.
Waiting 3 seconds resolves the issue.

If CA server hasn't finished initialization then the initial
register and enroll requests will fail.
Waiting 3 seconds resolves the issue.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
@denyeart denyeart requested a review from a team as a code owner February 20, 2025 21:43
Copy link
Member

@bestbeforetoday bestbeforetoday left a comment

Choose a reason for hiding this comment

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

It would be nice if there was a better way to poll for the CA being functional instead of just having an arbitrary wait. It's better than having intermittent failures though.

@bestbeforetoday bestbeforetoday merged commit 50699a6 into hyperledger:main Feb 20, 2025
47 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.

2 participants