TestingPrestoServer server = new TestingPrestoServer(coordinator, properties.build(), ENVIRONMENT, discoveryUri, ImmutableList.<Module>of());
// install tpch plugins
server.installPlugin(new TpchPlugin());
server.createConnection("tpch", "tpch");
server.installPlugin(new SampledTpchPlugin());
server.createConnection("tpch_sampled", "tpch_sampled");
// install raptor plugin