-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cluster): ipv6 address in network_interfaces object
The problem was found during IPv6 test. IPv6 was converted to full format when parse nodetool status result. This change was represented by #7047 But IPv6 address was not converted when collected info about nodes network interfaces (AWS). During checking nodes status, we compare between 'nodetool status' output and node address that kept in the network_interfaces object. It fails because the IPv6 address miss leading zeros. As result the test fails with errors 'Failed to find a node in cluster by IP' Also fix the same problem for peer and gossip output. Fixes: #7447
- Loading branch information
1 parent
ebdbf8a
commit 5636e7f
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters