We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a67583 commit 6429d6fCopy full SHA for 6429d6f
client-v2/src/test/java/com/clickhouse/client/HttpTransportTests.java
@@ -533,6 +533,8 @@ public void testErrorWithSendProgressHeaders() throws Exception {
533
534
try (QueryResponse resp = client.query("INSERT INTO test_omm_table SELECT randomString(16) FROM numbers(300000000)", settings).get()) {
535
536
+ } catch (ServerException e) {
537
+ Assert.assertEquals(e.getCode(), 241);
538
}
539
540
0 commit comments