zentol opened a new pull request #12484: URL: https://github.com/apache/flink/pull/12484
With this PR it should be possible to run the Java e2e tests in the IDE without having to manually set any property. For the `moduleDir` property we just use the current working directory, which in IntelliJ is the module that the test resides in, which is exactly what we want. For `distDir` we move up the module tree and check for the present of `flink-dist`, and then drill down into its `target` directory to find the actual distribution. ---------------------------------------------------------------- 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]
