You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/08/07 21:59:36 UTC

[GitHub] [hbase] anmolnar commented on pull request #4682: HBASE-27278 Improve TestTlsIPC to reuse existing IPC test code

anmolnar commented on PR #4682:
URL: https://github.com/apache/hbase/pull/4682#issuecomment-1207492702

   @Apache9 
   
   ```java
     public void testAsyncEcho() throws IOException {
       Configuration conf = HBaseConfiguration.create();
       RpcServer rpcServer = createRpcServer(null, "testRpcServer",
         Lists.newArrayList(new RpcServer.BlockingServiceAndInterface(SERVICE, null)),
         new InetSocketAddress("localhost", 0), CONF, new FifoRpcScheduler(CONF, 1));
       try (AbstractRpcClient<?> client = createRpcClient(conf)) {
   ```
   
   Looks like client TLS never gets enabled in this test. If I change "conf" to "CONF", the test will pass.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org