-
Notifications
You must be signed in to change notification settings - Fork 484
Make ginkgo less verbose #1984
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
Make ginkgo less verbose #1984
Conversation
This should fix a regression in CI causing the error:
```
panic: runtime error: index out of range [1] with length 1
goroutine 111 [running]:
github.com/onsi/ginkgo/v2/reporters.(*DefaultReporter).codeLocationBlock(_, {{0xc00025aa40, 0x2, 0x2}, {0xc0001ec460, 0x2, 0x2}, {0xc0004ca540, 0x2, 0x2}, ...}, ...)
/home/runner/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/reporters/default_reporter.go:798 +0x2cb0
github.com/onsi/ginkgo/v2/reporters.(*DefaultReporter).DidRun(_, {{0xc00025aa40, 0x2, 0x2}, {0xc0001ec460, 0x2, 0x2}, {0xc0004ca540, 0x2, 0x2}, ...})
/home/runner/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/reporters/default_reporter.go:325 +0x12d5
github.com/onsi/ginkgo/v2/internal/parallel_support.(*ServerHandler).SpecSuiteWillBegin(_, {{0xc00002caf8, 0x17}, {0xc0001eb1b0, 0xe}, {0x0, 0x0, 0x0}, {0x0, 0x0, ...}, ...}, ...)
/home/runner/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/internal/parallel_support/server_handler.go:65 +0x1df
reflect.Value.call({0xc00028e5a0?, 0xc000288190?, 0x13?}, {0xad016a, 0x4}, {0xc000273ef8, 0x3, 0x3?})
/opt/hostedtoolcache/go/1.25.0/x64/src/reflect/value.go:581 +0xcc6
reflect.Value.Call({0xc00028e5a0?, 0xc000288190?, 0x41df74?}, {0xc000059ef8?, 0x0?, 0x0?})
/opt/hostedtoolcache/go/1.25.0/x64/src/reflect/value.go:365 +0xb9
net/rpc.(*service).call(0xc000290180, 0xc0002aa050, 0xc0001eab50, 0xc0001eab60, 0xc000282a00, 0xc0003fa020, {0xab8400?, 0xc0000e8800?, 0x893b45?}, {0x9eb8e0, ...}, ...)
/opt/hostedtoolcache/go/1.25.0/x64/src/net/rpc/server.go:383 +0x209
created by net/rpc.(*Server).ServeCodec in goroutine 102
/opt/hostedtoolcache/go/1.25.0/x64/src/net/rpc/server.go:480 +0x3de
```
Signed-off-by: Sascha Grunert <[email protected]>
|
@kubernetes-sigs/cri-tools-maintainers PTAL |
SergeyKanzhelev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, SergeyKanzhelev The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
This should fix a regression in CI causing the error:
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?