GehaFearless commented on code in PR #1658:
URL: 
https://github.com/apache/incubator-pegasus/pull/1658#discussion_r1474353186


##########
src/meta/test/meta_bulk_load_ingestion_test.cpp:
##########
@@ -88,7 +88,7 @@ class node_context_test : public meta_test_base
 
 public:
     ingestion_context::node_context _context;
-    const rpc_address NODE = rpc_address("127.0.0.1", 10086);
+    const host_port NODE = host_port("localhost", 10086);

Review Comment:
   auto



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to