Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ClickHouse module #846

Merged
merged 7 commits into from
Sep 6, 2018
Merged

Conversation

VladRassokhin
Copy link
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
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
Contributor Author

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
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 :)

@bsideup bsideup added this to the next milestone Sep 6, 2018
@bsideup bsideup changed the title Add ClickHouse support Add ClickHouse module Sep 6, 2018
@bsideup bsideup merged commit b5564a5 into testcontainers:master Sep 6, 2018
@bsideup
Copy link
Member

bsideup commented Sep 6, 2018

@VladRassokhin @tolkonepiu merged, thanks!

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

rnorth commented Sep 10, 2018

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 free to 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.

None yet

4 participants