EdColeman commented on code in PR #4116:
URL: https://github.com/apache/accumulo/pull/4116#discussion_r1467153875
##########
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:
Reverted RecoveryWithEmptyRFileIT to use default in 2124f38165. Also added
a specific test in CreateEmptyTest to catch if the default changes without
needing to run an IT.
--
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]