-
Notifications
You must be signed in to change notification settings - Fork 39
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 geth network on PR build #2052
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.
small comment to avoid potential future problems
integration/constants.go
Outdated
@@ -34,6 +34,22 @@ const ( | |||
DefaultTenGatewayWSPortOffset = 952 | |||
) | |||
|
|||
var PortToTestName = map[int]string{ |
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.
can we use the actual constants, or maybe reflection?
My fear is that they'll fall out of sync
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.
lgtm
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.
lgtm
Why this change is needed
https://github.com/ten-protocol/ten-internal/issues/3897
What changes were made as part of this PR
geth.ipc
on failure as this broke the buildpkill
fromkillall
on closing of processes so we don't have to exactly match the versionsPR checks pre-merging
Please indicate below by ticking the checkbox that you have read and performed the required
PR checks