Kamil Sobol
Kamil Sobol
@simonbasle `yes/no/unknown` would be a step forward. It would let us leverage this for flows we control and swap non-trivial population of user provided fluxes. When can we have it?
Prototype: https://github.com/Azure/azure-sdk-for-java/pull/27881
/azp run java - storage - ci
/azp run java - storage - ci
+1 I also have a need to mix test templates. It would be great if JUnit has an option to generate cartesian product for arbitrary number of test templates. The...
> That method is actually my current workaround: Add an extra string as the last argument, than I ignore it in the test, but use it in the template of...
This is most likely coming from https://github.com/Azure/azure-sdk-for-net/blob/0e7a91c5c18f4b5d1a41f4660d007dd5874b60ba/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/src/Listeners/BlobReceiptManager.cs#L125-L144 . We'll look for ways to not report that warning.