surahman commented on pull request #3735: URL: https://github.com/apache/incubator-heron/pull/3735#issuecomment-968203193
@thinker0 Thank you! I see the following two references to `test.conf`: ```bash integration_test/src/python/local_test_runner/BUILD: "resources/test.conf", integration_test/src/python/local_test_runner/main.py:DEFAULT_TEST_CONF_FILE = "integration_test/src/python/local_test_runner/resources/test.conf" ``` Are we supposed to update to the following? ```bash integration_test/src/python/local_test_runner/main.py:DEFAULT_TEST_CONF_FILE = "resources/test.conf" ``` -- 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]
