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
Hi. For v3.14.0, tests for v3/integrations/nrgrpc are failing with following error:
% go test --- FAIL: TestUnaryServerInterceptorError (0.00s) expect_implementation.go:27: error events value difference key=error.class gRPC Status: DataLoss gRPC Error: DataLoss --- FAIL: TestStreamServerInterceptorError (0.00s) expect_implementation.go:27: error events value difference key=error.class gRPC Status: DataLoss gRPC Error: DataLoss FAIL exit status 1 FAIL github.com/newrelic/go-agent/v3/integrations/nrgrpc 0.048s
The text was updated successfully, but these errors were encountered:
Thanks for the heads up. We'll look into that and also why the tests passed for us but failed later when installed.
Sorry, something went wrong.
That was a typo in the testcase. It's been corrected in our development branch and will be released ASAP.
This has been fixed in the 3.14.1 go-agent release (nrgrpc integration 1.3.1)
Successfully merging a pull request may close this issue.
Hi. For v3.14.0, tests for v3/integrations/nrgrpc are failing with following error:
The text was updated successfully, but these errors were encountered: