Replies: 2 comments 5 replies
-
It looks like the tests are passing except for Python 3.10. Anja directly keeps the CI running well and resolves breakages. It is hard for me to read the cmdlog output. It says something failed, but I can't tell what failed from the output. It would be nice if the output contained more details about which test was run, and if a test failed, which test failed. That may be there, but I'm not sure how to read it. I am not directly adding code to VisiData, but I like to advocate for its health. I worry if the notifications are not being sent, the failures would be more likely to be ignored or missed. Would it be preferable to make the tests pass rather than turn off the notifications? |
Beta Was this translation helpful? Give feedback.
-
Happy to see the CI is back to passing! 😄 Wondering if it would be useful when there is a long running failure that cannot be fixed directly in VisiData, if that test could be moved to a separate test run like a "hospital" run. A failing test would stay in the hospital run, and it would fail regularly in that run, once the issue is passing again it could be discharged from the hospital and go back to the main run. It would allow the regular run to pass more often to help identify new failures. |
Beta Was this translation helpful? Give feedback.
-
CI seems to be broken. When I make a PR I get a failure email. This happens to many projects. I think it's annoying because it makes people get used to failure emails and disregard them.
Since we don't know if and when this'll be fixed, is it possible to just not show the failures or not send emails for them or something? (I wouldn't want to disable GitHub email notifications because some projects have a working CI.)
Beta Was this translation helpful? Give feedback.
All reactions