awslabs / aws-sdk-swift

Apache License 2.0
359 stars 71 forks source link

Concurrency Test Automation #1561

Open smivij opened 3 weeks ago

smivij commented 3 weeks ago

Background

Currently we don't have any tests that make concurrent calls to services. This makes customers the first one to detect issues or bugs with making concurrent calls.

To-do

Add integration tests that run concurrently to have a safety-net for catching bugs before they affect customers.