This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 05df151 HADOOP-16163. NPE in setup/teardown of
ITestAbfsDelegationTokens.
05df151 is described below
commit 05df151d09b8e02e08cfacb3970355fa69a50699
Author: Da Zhou <[email protected]>
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 <[email protected]>
---
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 e6641e3..4ce86bc 100644
--- a/hadoop-tools/hadoop-azure/pom.xml
+++ b/hadoop-tools/hadoop-azure/pom.xml
@@ -581,6 +581,7 @@
<exclude>**/azurebfs/ITestAzureBlobFileSystemE2EScale.java</exclude>
<exclude>**/azurebfs/ITestAbfsReadWriteAndSeek.java</exclude>
<exclude>**/azurebfs/ITestAzureBlobFileSystemListStatus.java</exclude>
+
<exclude>**/azurebfs/extensions/ITestAbfsDelegationTokens.java</exclude>
</excludes>
</configuration>
@@ -619,6 +620,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: [email protected]
For additional commands, e-mail: [email protected]