This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new f30a0de HADOOP-17641. ITestWasbUriAndConfiguration failing. (#2937)
f30a0de is described below
commit f30a0debaef91d7afcfaf91cacf7120a824cf043
Author: Steve Loughran <[email protected]>
AuthorDate: Tue Apr 20 15:32:01 2021 +0100
HADOOP-17641. ITestWasbUriAndConfiguration failing. (#2937)
This moves the mock account name --which is required to never exist-- from
"mockAccount" to an account name containing a static UUID.
Contributed by Steve Loughran.
---
.../java/org/apache/hadoop/fs/azure/AzureBlobStorageTestAccount.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/AzureBlobStorageTestAccount.java
b/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/AzureBlobStorageTestAccount.java
index e420dab..5d2d5d4 100644
---
a/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/AzureBlobStorageTestAccount.java
+++
b/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/AzureBlobStorageTestAccount.java
@@ -65,7 +65,7 @@ public final class AzureBlobStorageTestAccount implements
AutoCloseable,
public static final String ACCOUNT_KEY_PROPERTY_NAME =
"fs.azure.account.key.";
public static final String TEST_ACCOUNT_NAME_PROPERTY_NAME =
"fs.azure.account.name";
public static final String WASB_TEST_ACCOUNT_NAME_WITH_DOMAIN =
"fs.azure.wasb.account.name";
- public static final String MOCK_ACCOUNT_NAME =
"mockAccount.blob.core.windows.net";
+ public static final String MOCK_ACCOUNT_NAME =
"mockAccount-c01112a3-2a23-433e-af2a-e808ea385136.blob.core.windows.net";
public static final String WASB_ACCOUNT_NAME_DOMAIN_SUFFIX =
".blob.core.windows.net";
public static final String WASB_ACCOUNT_NAME_DOMAIN_SUFFIX_REGEX =
"\\.blob(\\.preprod)?\\.core\\.windows\\.net";
public static final String MOCK_CONTAINER_NAME = "mockContainer";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]