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 that the interrupted InterruptibleTask does in fact produce InterruptedException.
I added this as part of debugging an inexplicable flaky failure under Android Lollipop. The failure remains inexplicable, but I figured I might as well submit the new assertion.
This assertion, by blocking on some `InterruptibleTask` output, conveniently makes the existing blocking in `join` obsolete.
RELNOTES=n/a
PiperOrigin-RevId: 752845298
0 commit comments