rmetzger commented on pull request #15998:
URL: https://github.com/apache/flink/pull/15998#issuecomment-851461878


   > Also in the failed test case, the error output did not contain any stack 
traces (from the failed process), which is a bit odd.
   
   Indeed, that's why I wanted to include both stdout and stderr in case of a 
failure (instead of just stderr). The OOM error is coming [from the java 
compiler](https://stackoverflow.com/a/39509720/568695), maybe this causes the 
errors and stacktraces to be printed on different outputs? idk. 
   But this issue seems to be an instability of the test only, and one that is 
happening rarely, that's why I chose to first clean up the test and get more 
information in case of future failures.


-- 
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]


Reply via email to