-
Notifications
You must be signed in to change notification settings - Fork 784
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 AddrInUse
error in cli tests
#5266
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I've opened #5267 to track further improvements to unused_port
, as these tests will still be a bit racy
b2738ab
to
a54372e
Compare
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@Mergifyio dequeue |
✅ The pull request has been removed from the queue
|
@Mergifyio requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
🛑 The pull request has been removed from the queue
|
@Mergifyio requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
🛑 The pull request has been removed from the queue
|
✅ This pull request will be re-embarked automaticallyThe followup |
🛑 The pull request has been removed from the queue
|
🛑 The pull request has been removed from the queue
|
✅ The pull request has been removed from the queue
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
🛑 The pull request has been removed from the queue
|
@mergify requeue |
☑️ This pull request is already queued |
@mergify dequeue |
☑️ The pull request is not queued |
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
🛑 The pull request has been removed from the queue
|
@mergify dequeue |
✅ The pull request has been removed from the queue
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 762dab2 |
Issue Addressed
Another attempt to fix our flaky CI tests due to port conflicts.
Example failure:
https://github.com/sigp/lighthouse/actions/runs/7966087945/job/21746780132
Proposed Changes
DUMMY_ENR_
ports were meant to be used forenr-xxx-port
flag only, and should not be bound, i.e. they must not be used forport
ordiscovery-port
.