Closed vangent closed 5 years ago
The record/replay infrastructure we currently use for blob testing (go-vcr
) doesn't deal well with non-determinism, and concurrent tests will produce non-deterministic orders of requests/responses.
We'll be looking into using httpreplay
for blob conformance tests
@vangent would you like to see additional concurrent tests beyond #1952?
Nope, LGTM!
Add some conformance tests that use the
blob
API concurrently and make sure things work.