You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/04/21 18:21:05 UTC

[hbase] branch branch-2.2 updated: HBASE-24175 [Flakey Tests] TestSecureExportSnapshot FileNotFoundException Addendum #3; catch more '/tmp' references by hadoop. Fix broken build.

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 6e8a129  HBASE-24175 [Flakey Tests] TestSecureExportSnapshot FileNotFoundException Addendum #3; catch more '/tmp' references by hadoop. Fix broken build.
6e8a129 is described below

commit 6e8a12956c039a5f297c73b8c43daa06c98d4ea1
Author: stack <st...@apache.org>
AuthorDate: Tue Apr 21 11:19:02 2020 -0700

    HBASE-24175 [Flakey Tests] TestSecureExportSnapshot FileNotFoundException
    Addendum #3; catch more '/tmp' references by hadoop.
    Fix broken build.
---
 .../src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
index a908fff..742f718 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
@@ -785,7 +785,7 @@ public class HBaseTestingUtility extends HBaseZKTestingUtility {
     }
   }
 
-  private String createDirAndSetProperty(String relPath, String property) {
+  private String createDirAndSetProperty(String property) {
     return createDirAndSetProperty(property, property);
   }