Skip to content
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

Panic in report.AddFileToReportEntry #13225

Open
slonka opened this issue Mar 26, 2025 · 0 comments
Open

Panic in report.AddFileToReportEntry #13225

slonka opened this issue Mar 26, 2025 · 0 comments
Labels
area/ci-cd kind/bug A bug triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@slonka
Copy link
Contributor

slonka commented Mar 26, 2025

Kuma Version

a04fb02

Describe the bug

Seems like a flake, because it does not happen always.

Failed here: https://github.com/kumahq/kuma/actions/runs/14077698699/job/39429130444#step:12:4487

Passed normally on the next commit: b7d901a

goroutine 70 [running]:
testing.tRunner.func1.2({0x386a020, 0xc0004863f0})
	testing/testing.go:1734 +0x21c
testing.tRunner.func1()
	testing/testing.go:1737 +0x35e
panic({0x386a020?, 0xc0004863f0?})
	runtime/panic.go:792 +0x132
github.com/onsi/ginkgo/v2.Fail({0xc00030fd40, 0x203}, {0xc000d44a18?, 0x1?, 0x1?})
	github.com/onsi/ginkgo/[email protected]/core_dsl.go:427 +0x22a
github.com/onsi/ginkgo/v2.AddReportEntry({0xc000db3aa0, 0x19}, {0xc000d44c58, 0x2, 0x2})
	github.com/onsi/ginkgo/[email protected]/reporting_dsl.go:71 +0x2cd
github.com/kumahq/kuma/test/framework/report.AddFileToReportEntry({0xc000db3aa0, 0x19}, {0x3253220, 0xc0007bb6d0})
	github.com/kumahq/kuma/test/framework/report/report.go:57 +0x48b
github.com/kumahq/kuma/test/framework.debugCPLogs({0x41746b8, 0xc000531d40})
	github.com/kumahq/kuma/test/framework/debug.go:95 +0x185
github.com/kumahq/kuma/test/framework.DumpState({0x41746b8, 0xc000531d40}, {0x3bba47e, 0x7}, {0xc001445780, 0x5, 0x8})
	github.com/kumahq/kuma/test/framework/debug.go:69 +0x131
github.com/kumahq/kuma/test/framework.DebugKube(...)
	github.com/kumahq/kuma/test/framework/debug.go:51
github.com/kumahq/kuma/test/e2e_env/gatewayapi_test.TestConformance.func1.1(...)
	github.com/kumahq/kuma/test/e2e_env/gatewayapi/conformance_test.go:72
github.com/kumahq/kuma/test/e2e_env/gatewayapi_test.TestConformance.func1()
	github.com/kumahq/kuma/test/e2e_env/gatewayapi/conformance_test.go:74 +0x1d2
testing.(*common).Cleanup.func1()
	testing/testing.go:1211 +0x106
testing.(*common).runCleanup(0xc000785340, 0x11?)
	testing/testing.go:1445 +0xea
testing.tRunner.func2()
	testing/testing.go:1786 +0x25
testing.tRunner(0xc000785340, 0x3d76bd8)
	testing/testing.go:1798 +0x11e
created by testing.(*T).Run in goroutine 1
	testing/testing.go:1851 +0x413

To Reproduce

No response

Expected behavior

Does not panic.

Additional context (optional)

No response

@slonka slonka added kind/bug A bug triage/pending This issue will be looked at on the next triage meeting labels Mar 26, 2025
@lukidzi lukidzi added area/ci-cd triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci-cd kind/bug A bug triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

No branches or pull requests

2 participants