You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cgokmen
changed the title
Fix failing tests not getting picked up by the runners
Fix segfault-failing tests not getting picked up as failing checks in report
Sep 27, 2024
Currently, if a test fails with a segfault etc. that prevents the writing of the report, this line doesnt catch it:
OmniGibson/.github/workflows/tests.yml
Line 73 in be687a4
And there's nothing preventing the report from succeeding when certain tests DONT have outputs.
So if our tests fail hard enough they just disappear from the list of tests :(
The text was updated successfully, but these errors were encountered: