Skip to content

[C++][FlightRPC][ODBC] Reuse ODBC connections across tests #49783

Description

@justing-bq

Describe the enhancement requested

Currently our tests are connecting/disconnecting for each test fixure. But connecting/disconnecting too many times can cause tests to crash on Linux. We can limit the number of connection attempts if we reuse the same ODBC connections where possible across the entire test suite.

Component(s)

C++, FlightRPC

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions