We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e405773 commit 9cfa4e8Copy full SHA for 9cfa4e8
client-v2/src/test/java/com/clickhouse/client/query/QueryTests.java
@@ -36,7 +36,7 @@ public class QueryTests extends BaseIntegrationTest {
36
37
private Client client;
38
39
- @BeforeMethod(groups = { "unit" })
+ @BeforeMethod(groups = { "integration" })
40
public void setUp() {
41
ClickHouseNode node = getServer(ClickHouseProtocol.HTTP);
42
client = new Client.Builder()
@@ -46,7 +46,7 @@ public void setUp() {
46
.build();
47
}
48
49
- @Test(groups = { "unit" })
+ @Test(groups = { "integration" })
50
public void testSimpleSelectTableFormat() {
51
prepareDataSet();
52
QuerySettings settings = new QuerySettings()
0 commit comments