Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Test for invalid host names fails [JIRA: CLIENTS-926] #640

Description

@alexmoore

The test for invalid host names fails, as it is now valid (or is valid in one test environment).

public void failsResolvingHostname() throws UnknownHostException {
RiakNode node = new RiakNode.Builder().withRemoteAddress("invalid-host-name.com").build();
node.start();
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions