You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/08/30 12:34:04 UTC

[GitHub] [hadoop] adoroszlai opened a new pull request #1384: HDDS-2063. Integration tests create untracked file audit.log

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org