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
Handle fail of a non-default server in an app test
It is possible that a crash detector of a non-default instance calls for
`kill_current_test()` and the greenlet that executes the current test
will be killed. So it'll not set the returncode.
See #252 for reproducer.
Part of #65
Part of #157
0 commit comments