zentol opened a new pull request #8196: [FLINK-12065][e2e] Ignore reflection access warnings URL: https://github.com/apache/flink/pull/8196 ## What is the purpose of the change For several of our end-to-end tests we verify that the .out files are empty at the end of the test. When running them on Java 9 however they will print a warning about illegal reflective accesses. For the time being we cannot remove these accesses (this would require migrating from Unsafe), nor can we hide these warnings. Thus we have to ignore these warnings when running the e2e tests, which this PR implements. ## Verifying this change In this [build](https://travis-ci.org/zentol/flink/jobs/519154949) we can see that the e2e tests do not fail due to warnings. To ensure that we still fail due to other output one can take a distribution, write something into the .out files, and create a script that only calls the .out check function.
---------------------------------------------------------------- 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
