You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz-wo Sze (Jira)" <ji...@apache.org> on 2022/10/10 08:13:00 UTC

[jira] [Updated] (RATIS-1680) TestLeaderInstallSnapshot creates untracked files

     [ https://issues.apache.org/jira/browse/RATIS-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz-wo Sze updated RATIS-1680:
------------------------------
    Fix Version/s: 2.4.0

> TestLeaderInstallSnapshot creates untracked files
> -------------------------------------------------
>
>                 Key: RATIS-1680
>                 URL: https://issues.apache.org/jira/browse/RATIS-1680
>             Project: Ratis
>          Issue Type: Bug
>          Components: test
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Minor
>             Fix For: 2.4.0, 3.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {{TestLeaderInstallSnapshot}} leaves untracked files in {{ratis-test/snapshot}} directory.
> {code:title=repro}
> $ mvn clean test -DfailIfNoTests=false -Dtest=TestLeaderInstallSnapshot
> ...
> $ git status
> On branch master
> Your branch is up to date with 'origin/master'.
> Untracked files:
>   (use "git add <file>..." to include in what will be committed)
> 	ratis-test/snapshot/
> nothing added to commit but untracked files present (use "git add" to track)
> $ find ratis-test/snapshot | sort
> ratis-test/snapshot
> ratis-test/snapshot/1.bin
> ratis-test/snapshot/sub
> ratis-test/snapshot/sub/2.bin
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)