-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OTLP receiver had a bug when it would generate traces after Shutdown() was returned. It was visible in the test, with the following symptoms (it was a racy bug): === RUN TestShutdown otlp_test.go:871: Error Trace: otlp_test.go:871 Error: Not equal: expected: 4 actual : 5 Test: TestShutdown otlp_test.go:871: Error Trace: otlp_test.go:871 Error: Not equal: expected: 6 actual : 7 Test: TestShutdown --- FAIL: TestShutdown (0.49s)
- Loading branch information
1 parent
e6319ac
commit 3163ee0
Showing
2 changed files
with
6,905 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.