wujimin commented on a change in pull request #1164: [SCB-1236] bugfix:
BufferInputStream#read return value range should b…
URL:
https://github.com/apache/servicecomb-java-chassis/pull/1164#discussion_r271328048
##########
File path:
transports/transport-highway/src/test/java/org/apache/servicecomb/transport/highway/TestHighwayTransport.java
##########
@@ -51,6 +52,8 @@ public void testInit() {
status = false;
}
Assert.assertTrue(status);
+
+ VertxUtils.blockCloseVertxByName("transport");
Review comment:
not a problem?
because UT failed, CI will terminate at once
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services