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 9915083 commit 75d1a9aCopy full SHA for 75d1a9a
client-v2/src/test/java/com/clickhouse/client/insert/InsertTests.java
@@ -74,7 +74,7 @@ public void insertSimplePOJOs() throws Exception {
74
assertEquals(simplePOJOs.size(), response.getWrittenRows());
75
assertTrue(metrics.getMetric(ClientMetrics.OP_DURATION).getLong() > 0);
76
assertTrue(metrics.getMetric(ClientMetrics.OP_SERIALIZATION).getLong() > 0);
77
- assertEquals(metrics.getMetric(ServerMetrics.QUERY_ID).getString(), uuid);
+ assertEquals(metrics.getQueryId(), uuid);
78
assertEquals(response.getQueryId(), uuid);
79
}
80
0 commit comments