30313233343536
private final TestingPostgreSqlServer postgreSqlServer; public TestPostgreSqlIntegrationSmokeTest() throws Exception { this(new TestingPostgreSqlServer("testuser", "tpch")); }
31323334353637
private final TestingPostgreSqlServer postgreSqlServer; public TestPostgreSqlDistributedQueries() throws Exception { this(new TestingPostgreSqlServer("testuser", "tpch")); }
46474849505152
@SuppressWarnings("UnusedDeclaration") public TestPostgreSqlDistributedQueries() throws Exception { this(new TestingPostgreSqlServer("testuser", "tpch")); }