Commits


David Li authored and Krisztián Szűcs committed 0fa4b9ca1e7
ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt This test tends to be flaky under pytest --pdb because the exception it's looking for may either be the exception pytest captured, or the __context__ of said exception. Test both to be sure. Closes #12245 from lidavidm/arrow-15437 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>