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

Flaky test: Test_summaryModel/Result:_Confirm #8044

Open
1 task
rynowak opened this issue Nov 10, 2024 · 4 comments
Open
1 task

Flaky test: Test_summaryModel/Result:_Confirm #8044

rynowak opened this issue Nov 10, 2024 · 4 comments
Assignees
Labels
bug Something is broken or not working as expected on-call Issue for on-call to research/resolve. triaged This issue has been reviewed and triaged

Comments

@rynowak
Copy link
Contributor

rynowak commented Nov 10, 2024

Steps to reproduce

See logs: https://github.com/radius-project/radius/actions/runs/11768735276/job/32778890465?pr=8038

Observed behavior

=== FAIL: pkg/cli/cmd/radinit Test_summaryModel/Result:_Confirm (0.05s)
    --- FAIL: Test_summaryModel/Result:_Confirm (0.05s)
panic: interface conversion: tea.Model is nil, not *radinit.summaryModel [recovered]
	panic: interface conversion: tea.Model is nil, not *radinit.summaryModel

goroutine 75 [running]:
testing.tRunner.func1.2({0x463d200, 0xc0004645a0})
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1632 +0x3fc
testing.tRunner.func1()
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1635 +0x6b6
panic({0x463d200?, 0xc0004645a0?})
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/runtime/panic.go:785 +0x132
github.com/radius-project/radius/pkg/cli/cmd/radinit.Test_summaryModel.func3(0xc00063b040, {0x49ddd06, 0x9}, 0xd)
	/home/runner/work/radius/radius/pkg/cli/cmd/radinit/display_test.go:73 +0x518
github.com/radius-project/radius/pkg/cli/cmd/radinit.Test_summaryModel.func4(0xc00063b040)
	/home/runner/work/radius/radius/pkg/cli/cmd/radinit/display_test.go:78 +0x49
testing.tRunner(0xc00063b040, 0xc000651c30)
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1690 +0x227
created by testing.(*T).Run in goroutine 74
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1743 +0x826

=== FAIL: pkg/cli/cmd/radinit Test_summaryModel (0.05s)

Desired behavior

Test passes reliably.

Workaround

No response

rad Version

This shouldn't be a required field.

Operating system

No response

Additional context

No response

Would you like to support us?

  • Yes, I would like to support you

AB#13669

@rynowak rynowak added the bug Something is broken or not working as expected label Nov 10, 2024
@radius-triage-bot
Copy link

👋 @rynowak Thanks for filing this bug report.

A project maintainer will review this report and get back to you soon. If you'd like immediate help troubleshooting, please visit our Discord server.

For more information on our triage process please visit our triage overview

@ytimocin ytimocin added the triaged This issue has been reviewed and triaged label Nov 11, 2024
@radius-triage-bot
Copy link

👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up.

We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

@ytimocin ytimocin added the on-call Issue for on-call to research/resolve. label Nov 11, 2024
@ytimocin
Copy link
Contributor

On-call will start working on this. On-call can hand it off to the next on-call but then if the issue is still not resolved it should go into the sprint planning.

@rynowak
Copy link
Contributor Author

rynowak commented Nov 12, 2024

We should probably start with logging a bug on the upstream project. All of our tests that cover bubbletea have failed at one point or another. It's probably a data-race in their testing framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken or not working as expected on-call Issue for on-call to research/resolve. triaged This issue has been reviewed and triaged
Projects
None yet
Development

No branches or pull requests

2 participants