Mmuzaf commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1164452958
##########
test/unit/org/apache/cassandra/cql3/CQLTester.java:
##########
@@ -573,10 +579,8 @@ private static void startServer(Consumer<Server.Builder>
decorator)
private static Cluster initClientCluster(User user, ProtocolVersion
version)
{
SocketOptions socketOptions =
- new
SocketOptions().setConnectTimeoutMillis(Integer.getInteger("cassandra.test.driver.connection_timeout_ms",
-
DEFAULT_CONNECT_TIMEOUT_MILLIS)) // default is 5000
-
.setReadTimeoutMillis(Integer.getInteger("cassandra.test.driver.read_timeout_ms",
-
DEFAULT_READ_TIMEOUT_MILLIS)); // default is 12000
+ new
SocketOptions().setConnectTimeoutMillis(TEST_DRIVER_CONNECTION_TIMEOUT_MS.getInt(DEFAULT_CONNECT_TIMEOUT_MILLIS))
// default is 5000
Review Comment:
Fixed.
##########
src/java/org/apache/cassandra/config/CassandraRelevantProperties.java:
##########
Review Comment:
Fixed.
--
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]