Write tests mimicking slow and intermittent network responses #1953
Labels
Azure.Core
The azure_core crate
Client
This issue points to a problem in the data-plane of the library.
Milestone
As follow up from discussions, implement some integrations in
azure_core
that mimic slow, chunky network responses where some of those chunks may exhibit a network error. This point is to make sure that - whether callingResponse<T>::into_body()
and streaming theResponseBody
or callingResponse<T: Model>::deserialize_body()
- we correctly retry requests.Note: this is not about ranged request headers e.g., with Storage, but that we at least start over from the beginning and try again for both retriable HTTP status codes as well as network "hiccups".
The text was updated successfully, but these errors were encountered: