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

CircleCI: fix go-tests/TestRequiredProtocolVersionChangeAndHalt #150

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

syntrust
Copy link

@syntrust syntrust commented Jan 2, 2025

This PR fixes #136.

The test TestRequiredProtocolVersionChangeAndHalt is to verify that an op node can stop upon a major version upgrade.

The issue happens because IsURLAvailable() returns true for an empty URL ("http://") when port 80 happens to be occupied by another process on the CircleCI server. However, "http://" means the op-geth instance already stopped.

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.

CircleCI: go-tests/TestRequiredProtocolVersionChangeAndHalt failed
3 participants