Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for data race in TestApplication_StartUnified (#96)
Added a Sleep to work around a data race bug in Jaeger (jaegertracing/jaeger#1625) caused by stopping immediately after starting. Without this Sleep we were observing this bug on our side: #43 The Sleep ensures that Jaeger Start() is fully completed before we call Jaeger Stop(). TODO: Jaeger bug is already fixed, remove this once we update Jaeger to latest version. Testing done: make test
- Loading branch information