bereng commented on code in PR #2896:
URL: https://github.com/apache/cassandra/pull/2896#discussion_r1448510880
##########
test/distributed/org/apache/cassandra/distributed/impl/InstanceConfig.java:
##########
@@ -113,6 +114,45 @@ private InstanceConfig(int num,
.set("index_summary_capacity", "50MiB")
.set("counter_cache_size", "50MiB")
.set("key_cache_size", "50MiB");
+ if
(CassandraRelevantProperties.DTEST_JVM_DTESTS_USE_LATEST.getBoolean())
+ {
+ // TODO: make this load latest_diff.yaml or cassandra_latest.yaml
Review Comment:
Do we want to make that param a String instead of a Boolean to open the door
to more configs?
--
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]