ctubbsii commented on code in PR #4116:
URL: https://github.com/apache/accumulo/pull/4116#discussion_r1467128091
##########
test/src/main/java/org/apache/accumulo/test/functional/RecoveryWithEmptyRFileIT.java:
##########
@@ -95,7 +95,8 @@ public void replaceMissingRFile() throws Exception {
Path rfile =
StoredTabletFile.of(entry.getKey().getColumnQualifier()).getPath();
log.debug("Removing rfile '{}'", rfile);
cluster.getFileSystem().delete(rfile, false);
- Process processInfo = cluster.exec(CreateEmpty.class,
rfile.toString()).getProcess();
+ Process processInfo =
+ cluster.exec(CreateEmpty.class, "--type", "rfile",
rfile.toString()).getProcess();
Review Comment:
I was thinking this could be a nice coverage for the default case. As long
as there's some coverage for the default case, I think either is fine here.
--
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]