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
The TestNatsChannel test is inconsistently failing. Failure example: https://github.com/stacklok/minder/actions/runs/10610301617/job/29407533319 Success example: https://github.com/stacklok/minder/actions/runs/10610294403/job/29407511948
TestNatsChannel
Failure reason:
make: *** [.mk/test.mk:32: test-silent] Error 1 natschannel_test.go:96: Got {"msg":"hello"} from out1 natschannel_test.go:101: timeout waiting for message 2
The text was updated successfully, but these errors were encountered:
Skip the flaky NATS test until it's fixed
e4d7ebe
Related: mindersec#4312
Skip the flaky NATS test until it's fixed (#4344)
af631f3
Related: #4312
Fixed fairly conclusively in #4841
Sorry, something went wrong.
evankanderson
No branches or pull requests
The
TestNatsChannel
test is inconsistently failing.Failure example: https://github.com/stacklok/minder/actions/runs/10610301617/job/29407533319
Success example: https://github.com/stacklok/minder/actions/runs/10610294403/job/29407511948
Failure reason:
The text was updated successfully, but these errors were encountered: