absurdfarce commented on PR #1981:
URL:
https://github.com/apache/cassandra-java-driver/pull/1981#issuecomment-2597031162
Yup, turned out to be pretty simple:
```
$ git diff
diff --git
a/driver-core/src/test/java/com/datastax/driver/core/ControlConnectionTest.java
b/driver-core/src/test/java/com/datastax/driver/core/ControlConnectionTest.java
index 22f4bf6a4..688b022c4 100644
---
a/driver-core/src/test/java/com/datastax/driver/core/ControlConnectionTest.java
+++
b/driver-core/src/test/java/com/datastax/driver/core/ControlConnectionTest.java
@@ -691,8 +691,7 @@ public class ControlConnectionTest extends
CCMTestsSupport {
.build();
cluster.connect();
- assertThat(
-
cluster.getManager().getControlConnection().connectedHost().getBroadcastRpcAddress())
+
assertThat(cluster.manager.getControlConnection().connectedHost().getBroadcastRpcAddress())
.isEqualTo(new InetSocketAddress(expectedAddress,
expectedPort));
} finally {
if (cluster != null) cluster.close();
```
@lukasz-antoniak if you can apply that to your feature branch I think we can
get a clean run from DataStax CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]