Steps
- Setup SMB external storage (don't enable NFD compatibility mode)
- Put a file with NFD-encoded file name called "bête.txt" (make sure to copy-paste this exact string as it contains an NFD encoded accented character)
- Run
occ files:scan --all
- Check oc_filecache entries: file is there
- Run
occ files:scan --all again
- Check oc_filecache entries: file is not there
- Run
occ files:scan --all again
- Check oc_filecache entries: file is there again with a different file id
Expected result
Rescanning repeatedly must give the same results
Actual result
File appears, disappears, appears, disappears after each scan run respectively.
Also see slightly related: #29438
Versions
Tested with v21.0.4
Steps
occ files:scan --allocc files:scan --allagainocc files:scan --allagainExpected result
Rescanning repeatedly must give the same results
Actual result
File appears, disappears, appears, disappears after each scan run respectively.
Also see slightly related: #29438
Versions
Tested with v21.0.4