[ 
https://issues.apache.org/jira/browse/HDDS-2063?focusedWorklogId=304210&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-304210
 ]

ASF GitHub Bot logged work on HDDS-2063:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Aug/19 12:34
            Start Date: 30/Aug/19 12:34
    Worklog Time Spent: 10m 
      Work Description: adoroszlai commented on 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]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 304210)
    Remaining Estimate: 0h
            Time Spent: 10m

> Integration tests create untracked file audit.log
> -------------------------------------------------
>
>                 Key: HDDS-2063
>                 URL: https://issues.apache.org/jira/browse/HDDS-2063
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.5.0
>            Reporter: Doroszlai, Attila
>            Assignee: Doroszlai, Attila
>            Priority: Trivial
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> An untracked {{audit.log}} file is created during integration test run.  Eg:
> {code}
> $ mvn -Phdds -pl :hadoop-ozone-integration-test test 
> -Dtest=Test2WayCommitInRatis
> ...
> $ git status
> ...
> Untracked files:
>   (use "git add <file>..." to include in what will be committed)
>       hadoop-ozone/integration-test/audit.log
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to