rok commented on a change in pull request #12344: URL: https://github.com/apache/arrow/pull/12344#discussion_r801592511
########## File path: cpp/src/arrow/flight/flight_test.cc ########## @@ -374,6 +374,24 @@ TEST(TestFlight, ServeShutdown) { } } +TEST(TestFlight, ServeShutdownWithDeadline) { + constexpr int kIterations = 10; + for (int i = 0; i < kIterations; i++) { Review comment: I'm modeling this on the test above (`ServeShutdown`). Not sure if it's useful. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org