justing-bq opened a new pull request, #49784: URL: https://github.com/apache/arrow/pull/49784
### Rationale for this change We avoid crashing tests on Linux if we minimize the number of connect/disconnect attempts. So now we are reusing the same connection as much as possible throughout the tests. ### What changes are included in this PR? All our necessary connections happen during global `SetUp()` and then they get disconnected during global `TearDown()`. Test Fixture SetUp logic is now about updating pointers to the correct environment, connection, and statement handles for those tests. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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]
