You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2022/08/18 11:42:00 UTC

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

Attila Doroszlai created RATIS-1680:
---------------------------------------

             Summary: 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


{{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)