Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore][processort/tailsamplingprocessor] Limit concurrency for certa…
…in tests (flay test on Windows runners) (#29014) **Description:** Limit number of goroutines started during `processor/tailsamplingprocessor` tests. This causes very frequently failures on the Windows tests, see [here](#28682 (comment)) for example. The issue is that the race detector has a hard limit on number of goroutines, see golang/go#23611. The fix limits the concurrency in two tests so this limit is not hit on GH Windows runners. **Link to tracking Issue:** Fix #9126 **Testing:** Increased the concurrency on the two changed tests caused the error and validated that it passed twice on my fork. **Documentation:** N/A
- Loading branch information