Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Workaround
-
3.3.0
-
None
-
None
Description
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.