-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Workaround
-
Affects Version/s: 3.3.0
-
Fix Version/s: None
-
Component/s: fs/azure
-
Labels:None
In org.apache.hadoop.fs.azurebfs.AbstractAbfsIntegrationTest#AbstractAbfsIntegrationTest we do a
abfsConfig.setBoolean(AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION, true);
which is not good for some testcases (eg. HADOOP-16138) where we want to test against a container that is not exist.
A property should be added to be able to override this.