Skip to content

Commit c6ff325

Browse files
committed
added more information for runQuery failure
1 parent 35b4c2a commit c6ff325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-client/src/test/java/com/clickhouse/client/ClickHouseServerForTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public static void beforeSuite() {
331331
clickhouseContainer.start();
332332

333333
if (clickhouseContainer.isRunning()) {
334-
if (!runQuery("CREATE DATABASE IF NOT EXISTS `" + getDatabase() + "\`")) {
334+
if (!runQuery("CREATE DATABASE IF NOT EXISTS `" + getDatabase() + "`")) {
335335
throw new RuntimeException("Failed to create database");
336336
}
337337
}

0 commit comments

Comments
 (0)