Tibor17 commented on a change in pull request #304:
URL: https://github.com/apache/maven-surefire/pull/304#discussion_r449751554
##########
File path:
surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/LegacyMasterProcessChannelEncoder.java
##########
@@ -334,6 +333,14 @@ private void encodeAndPrintEvent( StringBuilder event,
boolean sendImmediately )
.dumpException( e );
}
}
+ finally
+ {
+ // SUREFIRE-1815: We need to restore the interrupted state.
Review comment:
remove comments
we have git history
----------------------------------------------------------------
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]