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

Use netip.AddrPort rather than string for node.ProcessContext #3449

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

StephenButtolph
Copy link
Contributor

Why this should be merged

This makes it easier to access the IP:port of running nodes during the execution of E2E tests.

How this works

  • Used netip.AddrPort rather than string in the node.NodeProcessContext.
  • Renamed node.NodeProcessContext to node.ProcessContext to reduce stutter.

How this was tested

  • Added unit test to verify json format being as expected.

@StephenButtolph StephenButtolph added testing This primarily focuses on testing acp77 labels Oct 7, 2024
@StephenButtolph StephenButtolph added this to the v1.11.12 milestone Oct 7, 2024
@StephenButtolph StephenButtolph self-assigned this Oct 7, 2024
node/process_context_test.go Show resolved Hide resolved
@StephenButtolph StephenButtolph added this pull request to the merge queue Oct 7, 2024
Merged via the queue into master with commit 814ad2c Oct 7, 2024
23 checks passed
@StephenButtolph StephenButtolph deleted the cleanup-process-context branch October 7, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acp77 testing This primarily focuses on testing
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants