gaborgsomogyi commented on PR #21128: URL: https://github.com/apache/flink/pull/21128#issuecomment-1342636206
Just reached this task. Sadly I've the same result on my side: ``` [ERROR] Tests run: 27, Failures: 9, Errors: 2, Skipped: 0 ``` In general I'm not sure whether this comes from Hadoop itself (or not purely from Hadoop). When changing directory within the pom hierarchy then different poms can inherit different base dir. So I can imagine a situation when executing tests from root pom can end-up in different root dir. I think if we want to make it work then relative directories must be changed to a controllable full path. Sorry, this is the only suggestion I can make :/ At least making the dir absolute sounds like a linear sux which can be controlled. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
