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 b68e862 commit c0f4212Copy full SHA for c0f4212
src/test/java/com/github/jlangch/venice/util/ipc/TcpClientRuntimeConfigTest.java
@@ -72,8 +72,8 @@ public void test_client_inherit_config() throws Exception {
72
try {
73
// check if the client obtained the config from the server
74
assertEquals(false, client.isEncrypted());
75
- assertEquals(2000, client.getCompressCutoffSize());
76
assertEquals(3000, client.getMaxMessageSize());
+ assertEquals(2000, client.getCompressCutoffSize());
77
}
78
catch(Exception ex) {
79
// OK
0 commit comments