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 geth network on PR build #2052

Merged
merged 16 commits into from
Sep 11, 2024
Merged

Fix geth network on PR build #2052

merged 16 commits into from
Sep 11, 2024

Conversation

badgersrus
Copy link
Contributor

@badgersrus badgersrus commented Sep 10, 2024

Why this change is needed

https://github.com/ten-protocol/ten-internal/issues/3897

What changes were made as part of this PR

  • Filter out the upload of geth.ipc on failure as this broke the build
  • Add test name to l1 logs so you can tell which test is running for that scenario
  • Switch to pkill from killall on closing of processes so we don't have to exactly match the versions

PR checks pre-merging

Please indicate below by ticking the checkbox that you have read and performed the required
PR checks

  • PR checks reviewed and performed

@badgersrus badgersrus changed the title NOMERGE - Sanity check main Fix geth network on PR build Sep 10, 2024
Copy link
Collaborator

@tudor-malene tudor-malene left a 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

@@ -34,6 +34,22 @@ const (
DefaultTenGatewayWSPortOffset = 952
)

var PortToTestName = map[int]string{
Copy link
Collaborator

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

Copy link
Collaborator

@BedrockSquirrel BedrockSquirrel left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Collaborator

@tudor-malene tudor-malene left a comment

Choose a reason for hiding this comment

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

lgtm

@badgersrus badgersrus merged commit cb90bc1 into main Sep 11, 2024
2 checks passed
@badgersrus badgersrus deleted the will/sanity-check branch September 11, 2024 16:49
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.

3 participants