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

5571migrate tests to junit5 #6121

Closed

Conversation

fspirola
Copy link
Contributor

@fspirola fspirola commented Nov 5, 2023

PR description

issue #5571

Fixed Issue(s)

Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Copy link

github-actions bot commented Nov 5, 2023

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.
  • I thought about the changelog and included a changelog update if required.
  • If my PR includes database changes (e.g. KeyValueSegmentIdentifier) I have thought about compatibility and performed forwards and backwards compatibility tests

@fspirola
Copy link
Contributor Author

fspirola commented Nov 5, 2023

#5571

@@ -0,0 +1,3 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Please exclude IDE files from commits

Copy link
Contributor Author

Choose a reason for hiding this comment

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

IDE files removed from commit. Include .vscode/ in gitignore

@@ -500,7 +500,7 @@ public void toURI_WithHostnameShouldWorkWhenDnsEnabledAndUpdateEnabled()
"enode://"
+ VALID_NODE_ID
+ "@"
+ InetAddress.getLocalHost().getCanonicalHostName()
+ InetAddress.getLocalHost().getHostName()
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this related to Junit5 port?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, just a mistake.

Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
@fspirola fspirola requested a review from fab-10 November 7, 2023 03:30
Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

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

LGTM

@macfarla
Copy link
Contributor

macfarla commented Nov 7, 2023

this one is superseded by #5571 - right? can this one be closed?

@fspirola
Copy link
Contributor Author

fspirola commented Nov 8, 2023

Yes, #5571 can be closed.

@macfarla
Copy link
Contributor

macfarla commented Nov 8, 2023

closing this one as it's a subset of #5571

@macfarla macfarla closed this Nov 8, 2023
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