Description
The fs.contract.is-blobstore flag guards against execution of several contract tests when the file system is backed by a blob store. Even though Azure Storage is a blob store, WASB is still capable of passing these tests, because its implementation matches the semantics of HDFS in these areas. This issue proposes setting the flag to false for improved regression testing of WASB.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-13502 Split fs.contract.is-blobstore flag into more descriptive flags for use by contract tests.
- Resolved