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:20:39 UTC

[hbase] branch branch-2.3 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.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 5ce96fb565e7e6a9d744d309a29cf6cd4439ce0e
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 5c44c56..38b28d2 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
@@ -791,7 +791,7 @@ public class HBaseTestingUtility extends HBaseZKTestingUtility {
     }
   }
 
-  private String createDirAndSetProperty(String relPath, String property) {
+  private String createDirAndSetProperty(String property) {
     return createDirAndSetProperty(property, property);
   }