embrace-io / embrace-apple-sdk

Embrace's Swift SDK built on OpenTelemetry
https://embrace.io/docs/ios/
Apache License 2.0
117 stars 11 forks source link

Fix flakyness in tests #115

Closed ArielDemarco closed 4 weeks ago

ArielDemarco commented 4 weeks ago

Overview

Added DispatchableQueue protocol to abstract DispatchQueue and make it easy to mock. In that way, everything runs sync and doesn't depends on the actual behavior of DispatchQueues.