Skip to content

Commit 61a5399

Browse files
saintstackJenkins
authored andcommitted
HBASE-24175 [Flakey Tests] TestSecureExportSnapshot FileNotFoundException
Addendum apache#3; catch more '/tmp' references by hadoop. Fix broken build. (cherry picked from commit 6e8a129) Change-Id: I07b96ff9c98c4fb1e25b1633321b93f5eb4e1815
1 parent 8b63c91 commit 61a5399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ private void enableShortCircuit() {
785785
}
786786
}
787787

788-
private String createDirAndSetProperty(String relPath, String property) {
788+
private String createDirAndSetProperty(String property) {
789789
return createDirAndSetProperty(property, property);
790790
}
791791

0 commit comments

Comments
 (0)