absurdfarce commented on PR #1981:
URL: 
https://github.com/apache/cassandra-java-driver/pull/1981#issuecomment-2598915793

   Yup, doesn't look like we're quite there yet:
   
   ```
   
com.datastax.driver.core.ControlConnectionTest.should_extract_hosts_port_using_rpc_port_from_local
 (from TestSuite)
   ...
   Error Message
   Codec not found for requested operation: [varchar <-> java.net.InetAddress]
   Stacktrace
   com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found 
for requested operation: [varchar <-> java.net.InetAddress]
        at 
com.datastax.driver.core.CodecRegistry.notFound(CodecRegistry.java:808)
        at 
com.datastax.driver.core.CodecRegistry.createCodec(CodecRegistry.java:638)
        at 
com.datastax.driver.core.CodecRegistry.access$500(CodecRegistry.java:167)
        at 
com.datastax.driver.core.CodecRegistry$TypeCodecCacheLoader.load(CodecRegistry.java:279)
        at 
com.datastax.driver.core.CodecRegistry$TypeCodecCacheLoader.load(CodecRegistry.java:263)
   ...
   ```


-- 
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]

Reply via email to