adoroszlai opened a new pull request #1384: HDDS-2063. Integration tests create untracked file audit.log URL: https://github.com/apache/hadoop/pull/1384 ## What changes were proposed in this pull request? `audit.log` is only tested by `TestOzoneRpcClientForAclAuditLog`, but its `log4j2.properties` is being picked up by other tests, too. This change renames the test config file to some custom one to avoid that. https://issues.apache.org/jira/browse/HDDS-2063 ## How was this patch tested? ``` $ mvn -Phdds -pl :hadoop-ozone-integration-test test -Dtest=TestOzoneRpcClientForAclAuditLog ... [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.81 s - in org.apache.hadoop.ozone.client.rpc.TestOzoneRpcClientForAclAuditLog ... $ git status On branch HDDS-2063 nothing to commit, working tree clean $ mvn -Phdds -pl :hadoop-ozone-integration-test test -Dtest=Test2WayCommitInRatis ... $ git status On branch HDDS-2063 nothing to commit, working tree clean ```
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
