Skip to content

Add ClickHouse module - #846

Merged
bsideup merged 7 commits into
testcontainers:masterfrom
VladRassokhin:clickhouse
Sep 6, 2018
Merged

Add ClickHouse module#846
bsideup merged 7 commits into
testcontainers:masterfrom
VladRassokhin:clickhouse

Conversation

@VladRassokhin

Copy link
Copy Markdown
Contributor

Rebase of #498 onto master with additional changes


import java.time.Duration;

public class ClickHouseContainer<SELF extends ClickHouseContainer<SELF>> extends JdbcDatabaseContainer<SELF> {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no need for self-typing here

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get it. Almost all other JDBC containers have 'SELF', why this one shouldn't?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider it a legacy :)

@bsideupbsideup added this to the next milestone Sep 6, 2018
@bsideupbsideup changed the title Add ClickHouse support Add ClickHouse moduleSep 6, 2018
@bsideup
bsideup merged commit b5564a5 into testcontainers:masterSep 6, 2018
@bsideup

Copy link
Copy Markdown
Member

@VladRassokhin@tolkonepiu merged, thanks!

@VladRassokhin
VladRassokhin deleted the clickhouse branch September 6, 2018 20:40
@rnorth

Copy link
Copy Markdown
Member

We have this out in a Release Candidate build (1.9.0-rc1) for anyone who is keen to try it!

Release notes

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@VladRassokhin@bsideup@rnorth@tolkonepiu