-
Notifications
You must be signed in to change notification settings - Fork 229
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
False Positive on CI tests: test-readme #1315
Comments
@seemethere @malfet @kit1980 can you please have a look as to why these tests are not flagged as failing? ditto, from yesterday - https://github.com/pytorch/torchchat/actions/runs/11634438558/job/32413340991?pr=1339 is shown as passed even though commands in the test failed and aborted with an error indication? |
And still happening. One possible explanation might be that somewhere the code is catching the exception, pretty printing it, and then exit with a non-error code because the fails such as https://github.com/pytorch/torchchat/actions/runs/12243820522/job/34154220414?pr=1404 show that the code continues executing (see test run dump below) despite the fact that the first command in the generated test is
|
🐛 Describe the bug
In CI, there are a few tests that should be flagged as failing, but are currently marked as green.
Specifically they seem to revolve around the test-readme unittests: see surfacing PR for examples (#1309)
Versions
NA
The text was updated successfully, but these errors were encountered: