tolbertam commented on code in PR #1934:
URL:
https://github.com/apache/cassandra-java-driver/pull/1934#discussion_r1613635010
##########
test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm/BaseCcmRule.java:
##########
@@ -38,7 +38,7 @@ public abstract class BaseCcmRule extends
CassandraResourceRule {
new Thread(
() -> {
try {
- ccmBridge.remove();
+ ccmBridge.close();
Review Comment:
Why the change from `remove` to `close`? Possible this was changed to check
directory outputs after but forgot to change back?
--
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]