We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The smoketest can fail here if the first span has not been flushed by the time the test does the http get.
https://github.com/jaegertracing/jaeger-operator/blob/master/test/e2e/smoketest.go#L46-L52
The text was updated successfully, but these errors were encountered:
The whole block is in wait.Pool so if the spans is not there the request to query service is repeated.
wait.Pool
Sorry, something went wrong.
@pavolloffay I think the problem is that if you don't find the span you're looking for on the first try, this line returns an error, so the test terminates. https://github.com/jaegertracing/jaeger-operator/blob/master/test/e2e/smoketest.go#L50
I see that one should return nil
nil
kevinearls
Successfully merging a pull request may close this issue.
The smoketest can fail here if the first span has not been flushed by the time the test does the http get.
https://github.com/jaegertracing/jaeger-operator/blob/master/test/e2e/smoketest.go#L46-L52
The text was updated successfully, but these errors were encountered: