You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/08 12:44:46 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #12344: ARROW-13409: [C++][FlightRPC] Expose server shutdown with deadline

pitrou commented on a change in pull request #12344:
URL: https://github.com/apache/arrow/pull/12344#discussion_r801591118



##########
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:
       Is it actually useful to do this in a loop?




-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org