Open
Description
With the recent addition of the GIT_TEST_FSCACHE=true environment variable, running the test suite with the fscache turned on causes 3 tests in t7063-status-untracked-cache.sh to fail.
Test Summary Report
./t7063-status-untracked-cache.sh (Wstat: 256 Tests: 50 Failed: 3)
Failed tests: 29-31
Non-zero exit status: 1
Files=839, Tests=19846, 1937 wallclock secs ( 9.70 usr 17.19 sys + 1362.22 cusr 4527.29 csys = 5916.40 CPU)
Result: FAIL
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.18.0.windows.1
cpu: x86_64
built from commit: cd1a74fc9dc8a07626c216940db9a51f25206e03
sizeof-long: 4
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.17763.55]
- What options did you set as part of the installation? Or did you choose the
defaults?
NA
- Any other interesting things about your environment that might be related
to the issue you're seeing?
NA
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Bash
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
GIT_TRACE_FSCACHE=true sh t7063-status-untracked-cache.sh
- What did you expect to occur after running these commands?
The tests to pass
- What actually happened instead?
failed 3 among 50 test(s)
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
NA