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
Describe the bug Wrong regex for golang panic join.
To Reproduce Steps to reproduce the behavior:
Run TestSimpleJoin with this stack trace:
TestSimpleJoin
panic: interface conversion: *card.CheckUserDeleteResponse is not protoreflect.ProtoMessage: missing method ProtoReflect goroutine 1112 [running]: gitlab.ozon.ru/platform/scratch/pkg/mw/grpc/callopts.unaryClientInterceptor.func1({0x18bda78, 0xc002e47080}, {0x162a945, 0x1a}, {0x158e100, 0xc002e46e40}, {0x158d840, 0xc002e46e70}, 0x1, 0xc002e471a0, ...) /builds/.cache/go/pkg/mod/gitlab.ozon.ru/platform/scratch@v1.12.4-alpha.3.0.20220525161738-c7c89a81036d/pkg/mw/grpc/callopts/interceptors.go:49 +0x205 google.golang.org/grpc.getChainUnaryInvoker.func1({0x18bda78, 0xc002e47080}, {0x162a945, 0x1a}, {0x158e100, 0xc002e46e40}, {0x158d840, 0xc002e46e70}, 0xc0007d14c0, {0x0, ...}) /builds/.cache/go/pkg/mod/google.golang.org/grpc@v1.44.0/clientconn.go:360 +0x154 gitlab.ozon.ru/platform/scratch/pkg/mw/grpc/circuitbreaker.(*RTCircuitBreakerGroup).UnaryClientInterceptor.func1.1({0x18bda78, 0xc002e47080}) /builds/.cache/go/pkg/mod/gitlab.ozon.ru/platform/scratch@v1.12.4-alpha.3.0.20220525161738-c7c89a81036d/pkg/mw/grpc/circuitbreaker/interceptors.go:23 +0x6b gitlab.ozon.ru/platform/circuit/v3.(*Circuit).run(0xc002e449c0, {0x18bda78, 0xc002e47080}, 0xc0007d1710) /builds/.cache/go/pkg/mod/gitlab.ozon.ru/platform/circuit/v3@v3.1.2-0.20210115121924-4b7fb14c90d5/circuit.go:298 +0x2b7 gitlab.ozon.ru/platform/circuit/v3.(*Circuit).Execute(0xc002e449c0, {0x18bda78, 0xc002e47080}, 0x162a945, 0x1a) /builds/.cache/go/pkg/mod/gitlab.ozon.ru/platform/circuit/v3@v3.1.2-0.20210115121924-4b7fb14c90d5/circuit.go:235 +0x65 gitlab.ozon.ru/platform/scratch/pkg/mw/grpc/circuitbreaker.(*RTCircuitBreakerGroup).UnaryClientInterceptor.func1({0x18bda78, 0xc002e47080}, {0x162a945, 0x1a}, {0x158e100, 0xc002e46e40}, {0x158d840, 0xc002e46e70}, 0xc0008bcf00, 0xc002e470b0, ...) /builds/.cache/go/pkg/mod/gitlab.ozon.ru/platform/scratch@v1.12.4-alpha.3.0.20220525161738-c7c89a81036d/pkg/mw/grpc/circuitbreaker/interceptors.go:20 +0x18c google.golang.org/grpc.getChainUnaryInvoker.func1({0x18bda78, 0xc002e47080}, {0x162a945, 0x1a}, {0x158e100, 0xc002e46e40}, {0x158d840, 0xc002e46e70}, 0x7fd128bcbfff, {0x0, ...}) /builds/.cache/go/pkg/mod/google.golang.org/grpc@v1.44.0/clientconn.go:360 +0x154
Expected behavior Test passed
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Wrong regex for golang panic join.
To Reproduce
Steps to reproduce the behavior:
Run
TestSimpleJoin
with this stack trace:Expected behavior
Test passed
The text was updated successfully, but these errors were encountered: