Searched refs:connPool_ (Results 1 – 1 of 1) sorted by relevance
42 static std::shared_ptr<ConnectionPool> connPool_; member in Test::RdbTransDBTest48 std::shared_ptr<ConnectionPool> RdbTransDBTest::connPool_ = nullptr; member in Test::RdbTransDBTest72 connPool_ = ConnectionPool::Create(config_, errCode); in SetUpTestCase()73 EXPECT_TRUE(connPool_ != nullptr); in SetUpTestCase()78 connPool_ = nullptr; in TearDownTestCase()84 auto [errCode, conn] = connPool_->CreateTransConn(); in SetUp()