-
Notifications
You must be signed in to change notification settings - Fork 112
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 address book bootstrap failing with null ip_address_v4
#8851
Conversation
Signed-off-by: mgoelswirlds <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8851 +/- ##
============================================
+ Coverage 92.18% 92.20% +0.01%
- Complexity 7597 7598 +1
============================================
Files 925 925
Lines 30377 30407 +30
Branches 3684 3694 +10
============================================
+ Hits 28003 28036 +33
+ Misses 1548 1545 -3
Partials 826 826 ☔ View full report in Codecov by Sentry. |
Needs a test that reproduces the issue. |
ip_address_v4
- Adding tests. Signed-off-by: mgoelswirlds <[email protected]>
Quality Gate passedIssues Measures |
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
...mporter/src/test/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImplTest.java
Show resolved
Hide resolved
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.
Looks good
Adding back, throwing exception for invalid IP. --------- Signed-off-by: mgoelswirlds <[email protected]>
Description:
This PR sets ip_address_v4 to an empty string.
This PR
Related issue(s):
Fixes #8844
Notes for reviewer:
Checklist