googleapis / storage-testbench

A testbench for Google Cloud Storage client libraries.
Apache License 2.0
9 stars 20 forks source link

Support for retriable stall #667

Closed raj-prince closed 2 months ago

raj-prince commented 2 months ago

Is your feature request related to a problem? Please describe. I would like to inject a retriable stall. This will be beneficial to test intermittent stall scenario.

Currently, we have support for stall-always, which stalls the request every time and not useful to test the intermittent stall.

Describe the solution you'd like Support injection of retriable stall using x-retry-test-id header. Also, useful if we can provide the controllable stall delay.

Describe alternatives you've considered NA

Additional context NA