You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/07/04 08:12:07 UTC

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #304: SUREFIRE-1815: Interrupt state handling in output

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:
users@infra.apache.org