Description
TestLeaderInstallSnapshot leaves untracked files in ratis-test/snapshot directory.
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
Attachments
Issue Links
- links to