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 branches as described in the Repository section of the CI docs [3].
I hope that helps, Matthias [1] https://issues.apache.org/jira/browse/FLINK-12654 [2] https://issues.apache.org/jira/browse/FLINK-29810 [3] https://cwiki.apache.org/confluence/display/FLINK/Continuous+Integration On Tue, Dec 6, 2022 at 6:23 PM ramkrishna vasudevan <ramvasu.fl...@gmail.com> wrote: > Hi devs, > > I was trying to write test cases for the Streaming sink support for ABFS as > part of https://issues.apache.org/jira/browse/FLINK-30128. > > I found that the AzureFileSystemBehaviorITCase was not running in the CI > build too. So if I want to add the Recoverable support for ABFS , is there > a way I can add test cases ? > > Regards > Ram >