| 153 | |
| 154 | |
| 155 | static std::shared_ptr<SQLRouter> GetNewSQLRouter() { |
| 156 | SQLRouterOptions sql_opt; |
| 157 | sql_opt.zk_cluster = mc_->GetZkCluster(); |
| 158 | sql_opt.zk_path = mc_->GetZkPath(); |
| 159 | sql_opt.enable_debug = hybridse::sqlcase::SqlCase::IsDebug(); |
| 160 | return NewClusterSQLRouter(sql_opt); |
| 161 | } |
| 162 | |
| 163 | TEST_P(SQLSDKQueryTest, sql_sdk_distribute_batch_request_test) { |
| 164 | auto sql_case = GetParam(); |
no test coverage detected