You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by tm...@apache.org on 2019/08/27 21:34:56 UTC

[hadoop] 01/07: HADOOP-16163. NPE in setup/teardown of ITestAbfsDelegationTokens.

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

tmarquardt pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 006ae258b3b8e95cfa4a4f6e16b9d56f9149be12
Author: Da Zhou <da...@microsoft.com>
AuthorDate: Tue Mar 5 14:01:21 2019 +0000

    HADOOP-16163. NPE in setup/teardown of ITestAbfsDelegationTokens.
    
    Contributed by Da Zhou.
    
    Signed-off-by: Steve Loughran <st...@apache.org>
---
 hadoop-tools/hadoop-azure/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml
index 01562fd..832fa95 100644
--- a/hadoop-tools/hadoop-azure/pom.xml
+++ b/hadoop-tools/hadoop-azure/pom.xml
@@ -566,6 +566,7 @@
                     <exclude>**/azurebfs/ITestAzureBlobFileSystemE2EScale.java</exclude>
                     <exclude>**/azurebfs/ITestAbfsReadWriteAndSeek.java</exclude>
                     <exclude>**/azurebfs/ITestAzureBlobFileSystemListStatus.java</exclude>
+                    <exclude>**/azurebfs/extensions/ITestAbfsDelegationTokens.java</exclude>
                   </excludes>
 
                 </configuration>
@@ -604,6 +605,7 @@
                     <include>**/azurebfs/ITestAzureBlobFileSystemE2EScale.java</include>
                     <include>**/azurebfs/ITestAbfsReadWriteAndSeek.java</include>
                     <include>**/azurebfs/ITestAzureBlobFileSystemListStatus.java</include>
+                    <include>**/azurebfs/extensions/ITestAbfsDelegationTokens.java</include>
                   </includes>
                 </configuration>
               </execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org