FileInfo_Query_FileIdInformation fails on OTHERFS

Open
#35 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
48/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
csharp
Domain
testing-qa

Research direction

Locate the FileInfo_Query_FileIdInformation test function and inspect how it selects the filesystem before calling FSCTL_READ_FILE_USN_DATA. Verify that OTHERFS no longer attempts this operation while NTFS and REFS still do, then run the relevant protocol tests to confirm the behavior.

Written by the indexing model from the issue text.

Description

FileServer

The test function FileInfo_Query_FileIdInformation
tries to use FSCTL_READ_FILE_USN_DATA on OTHERFS,
which is generally not going to work.
I've modified this function to only try that on
NTFS or REFS.

Dominant language
C#
Stars
55
Forks
39
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.