-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[exporter/elasticsearch] Integration test TestExporter failing #34042
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
ack, will look into it soon. |
I am able to reproduce this locally. Working on this actively to dig the root cause, will put a fix soon. |
There is a bug in the ProviderSender load generator (ref) logData, done := ps.Provider.GenerateLogs()
if done {
return nil
}
for {
select {
case <-ps.stopSignal:
return nil
default:
err := logSender.ConsumeLogs(context.Background(), logData) The generated count is incremented when |
Fix PR is up: #34061 |
This should be fixed with #34061. |
I'll close for now and we can reopen if it continues failing. Thanks for fixing @lahsivjar! |
Component(s)
exporter/elasticsearch
Describe the issue you're reporting
Failing CI/CD action link
This failure occurred on Windows, I'm not sure if it's related or not.
Failure output: (Note that multiple tests are failing, all with similar failure output, so I'm just including one here)
The text was updated successfully, but these errors were encountered: