adelapena commented on code in PR #1891:
URL: https://github.com/apache/cassandra/pull/1891#discussion_r1185913169
##########
test/unit/org/apache/cassandra/cql3/EmptyValuesTest.java:
##########
@@ -76,6 +78,11 @@ private void verify(String emptyValue) throws Throwable
try (PrintStream out = new PrintStream(buf, true))
{
ProcessBuilder pb = new
ProcessBuilder("tools/bin/sstabledump", ssTable.getFilename());
+ Map<String, String> envs = pb.environment();
+ envs.put("JVM_OPTS", "-D"
+ +
CassandraRelevantProperties.SSTABLE_FORMAT_TTL_MODE.getKey()
+ + "="
+ +
CassandraRelevantProperties.SSTABLE_FORMAT_TTL_MODE.getString());
Review Comment:
What's the purpose of this?
--
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]