googleinterns / cloud-operations-api-mock

Apache License 2.0
5 stars 2 forks source link

Test for race conditions on CreateSpan/BatchWriteSpan #17

Closed mabdi3 closed 4 years ago

mabdi3 commented 4 years ago

We want to make sure our current implementation is thread-safe, and currently we don't have any tests for that. Something along the lines of creating multiple threads and making several requests in addition to possibly removing any locks to see if the tests correctly "fail".