-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix go vet
failure on TestDNSProcessorRunInParallel
#25468
Conversation
libbeat/processors/dns/dns_test.go
Outdated
@@ -141,6 +141,7 @@ func TestDNSProcessorRunInParallel(t *testing.T) { | |||
|
|||
// Start several goroutines. | |||
wg.Add(numGoroutines) | |||
errs := make(chan error, numGoroutines*numEvents) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
Pinging @elastic/agent (Team:Agent) |
What does this PR do?
Fixes the failure on
make check
Why is it important?
No error after the change.
Checklist