| 104 | } |
| 105 | |
| 106 | int main(int argc, char ** argv) { |
| 107 | google::ParseCommandLineFlags(&argc, &argv, true); |
| 108 | impala::InitCommonRuntime(argc, argv, true, impala::TestInfo::BE_TEST); |
| 109 | impala::HashRingDistributionCheck::TestDistribution(FLAGS_num_hosts, |
| 110 | FLAGS_num_replicas); |
| 111 | return 0; |
| 112 | } |
nothing calls this directly
no test coverage detected