Skip to content

Commit

Permalink
[Feature][e2e] fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyao committed Sep 15, 2023
1 parent 0249c3b commit 5c41709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

public class ClickhouseIT extends TestSuiteBase implements TestResource {
private static final Logger LOG = LoggerFactory.getLogger(ClickhouseIT.class);
private static final String CLICKHOUSE_DOCKER_IMAGE = "clickhouse/clickhouse-server:latest";
private static final String CLICKHOUSE_DOCKER_IMAGE = "clickhouse/clickhouse-server:23.3.13.6";
private static final String HOST = "clickhouse";
private static final String DRIVER_CLASS = "com.clickhouse.jdbc.ClickHouseDriver";
private static final String INIT_CLICKHOUSE_PATH = "/init/clickhouse_init.conf";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
disabledReason = "Spark engine will lose the row kind of record")
@Slf4j
public class ClickhouseSinkCDCChangelogIT extends TestSuiteBase implements TestResource {
private static final String CLICKHOUSE_DOCKER_IMAGE = "clickhouse/clickhouse-server:latest";
private static final String CLICKHOUSE_DOCKER_IMAGE = "clickhouse/clickhouse-server:23.3.13.6";
private static final String HOST = "clickhouse";
private static final String DRIVER_CLASS = "com.clickhouse.jdbc.ClickHouseDriver";
private static final String DATABASE = "default";
Expand Down

0 comments on commit 5c41709

Please sign in to comment.