.put("exchange.http-client.read-timeout", "1h")
.put("datasources", "tpch_indexed")
.build();
TestingPrestoServer server = new TestingPrestoServer(coordinator, properties, ENVIRONMENT, discoveryUri, ImmutableList.<Module>of());
server.installPlugin(new IndexedTpchPlugin(getTpchIndexSpec()));
server.createConnection("tpch_indexed", "tpch_indexed");
return server;
}