mohit-devlogs opened a new pull request, #713: URL: https://github.com/apache/wayang/pull/713
Fixes #642 The PythonApiTests test class was using a machine-specific absolute path for the Python worker script in the wayang.properties file, which was causing the Jenkins builds to fail in CI environments. This PR changes the absolute path to a relative path, which is correct and portable, so that it can correctly resolve the path within the repository structure. The test class PythonApiTests was also using an unnecessary worker path override, which is removed in this PR so that it uses the test configuration provided in src/test/resources. -- 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]
