WillemJiang commented on a change in pull request #115: SCB-228 Update to
replace the type of TxEvent with Enum
URL:
https://github.com/apache/incubator-servicecomb-saga/pull/115#discussion_r161368477
##########
File path:
omega/omega-connector/omega-connector-grpc/src/test/java/org/apache/servicecomb/saga/omega/connector/grpc/LoadBalancedClusterMessageSenderTest.java
##########
@@ -291,10 +291,12 @@ private MyTxEventService(Queue<String> connected,
Queue<TxEvent> events, int del
public void onConnected(GrpcServiceConfig request,
StreamObserver<GrpcCompensateCommand> responseObserver) {
this.responseObserver = responseObserver;
connected.add("Connected " + request.getServiceName());
+ System.out.println("Connected " + request.getServiceName());
Review comment:
Please don't use the System.out.println in the test.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services