alinaliBQ commented on issue #49207: URL: https://github.com/apache/arrow/issues/49207#issuecomment-4284889524
Hi @shashbha14 , we were able to resolve this issue by reusing connections to reduce the number of new connections made on macOS, and keeping 1 mock server set up/shut down during the entire test execution flow. Previously, new connections were made during each test, and the mock server had set up / tear down during each test case, and we think this is what caused the `too_many_operations` error. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
