-
Notifications
You must be signed in to change notification settings - Fork 534
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
Adding cloud tests #1575
Adding cloud tests #1575
Conversation
Quality Gate passedIssues Measures |
I think, this change would be good to adjust for running tests against any host not only cloud. |
c9d01fd
to
1bdb15b
Compare
3b9d006
to
80dd1e8
Compare
clickhouse-client/src/test/java/com/clickhouse/client/ClickHouseNodeTest.java
Outdated
Show resolved
Hide resolved
clickhouse-client/src/test/java/com/clickhouse/client/ClickHouseServerForTest.java
Show resolved
Hide resolved
@@ -92,6 +88,7 @@ public void testConnection() throws Exception { | |||
} | |||
|
|||
@Test(groups = { "integration" }) | |||
@Ignore("Need to disable the option to provide custom socket factory. note: need to remove it") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would we need to remove it?
It is a bit strange to provide custom socket factory, but it was added for some reason. Certificates?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a @mzitnik question from before 😄
clickhouse-http-client/src/test/java/com/clickhouse/client/http/ClickHouseHttpClientTest.java
Outdated
Show resolved
Hide resolved
Quality Gate failedFailed conditions |
Summary
Adding cloud tests coverage.
closes #1554
Checklist
Delete items not relevant to your PR: