You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
Relax grpc errors to allow for upgrade (#6685)
#6679 is changing the gRPC errors, which fails our tests. This change allows those tests to pass so the upgrade can happen.
This commit is contained in:
@@ -200,7 +200,7 @@ func TestMaxElapsedTime(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
assert.Contains(t, reqFunc(ctx, func(context.Context) error {
|
||||
return assert.AnError
|
||||
}).Error(), "max retry time elapsed: ")
|
||||
}).Error(), "max retry time")
|
||||
}
|
||||
|
||||
func TestRetryNotEnabled(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user