Re: ABFS/WASB IT test cases not running

2022-12-07 Thread ramkrishna vasudevan
Makes sense. I will get in touch with the PMC once I raise the PR with the tests. Regards Ram On Wed, Dec 7, 2022 at 1:16 PM Matthias Pohl wrote: > You can implement the tests. Access to the underlying filesystem should be > configurable through system properties (similar to what is done in > A

Re: ABFS/WASB IT test cases not running

2022-12-06 Thread Matthias Pohl
You can implement the tests. Access to the underlying filesystem should be configurable through system properties (similar to what is done in AzureFileSystemBehaviorITCase). This enables contributors to run the tests locally (if they set the corresponding resource up). You should reach out to the F

Re: ABFS/WASB IT test cases not running

2022-12-06 Thread ramkrishna vasudevan
Thank you for your email. So with this PR I should be adding ABFS related config and secrets and also ensure that the existing WASB secrets are also updated? Regards Ram On Wed, Dec 7, 2022 at 1:51 AM Matthias Pohl wrote: > Hi Ramkrishna, > There are Jira issues for the Azure e2e tests [1] and

Re: ABFS/WASB IT test cases not running

2022-12-06 Thread Matthias Pohl
Hi Ramkrishna, There are Jira issues for the Azure e2e tests [1] and AzureFileSystemBehaviorITCase [2]. Essentially, it comes down to setting things up in Azure and working together with the PMC to add the secrets to the Azure CI project. The secrets are only set for CI on master and the release br