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
test: ignore spurious exception during jailer cleanup
A race-condition during test execution sometimes caused the destructor
of some jailer instance to be called twice. This causes spurious test
failures. In this commit, we ignore that exception, with a note that
long-term we should not rely on destructors to do resource managements
for us.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments