Skip to content

test(fuse): mark mkdir as a test helper - #11448

Open
fmterrors wants to merge 1 commit into
ipfs:masterfrom
fmterrors:feature_fmterrors
Open

test(fuse): mark mkdir as a test helper#11448
fmterrors wants to merge 1 commit into
ipfs:masterfrom
fmterrors:feature_fmterrors

Conversation

@fmterrors

Copy link
Copy Markdown

The FUSE test mkdir helper currently reports setup failures from inside the shared helper. Marking it with t.Helper() attributes those failures to the calling test line instead, while leaving the filesystem operation and error handling unchanged.

Validated with go test ./fuse/node -run TestExternalUnmount -count=1. No changelog entry is needed because this only improves test diagnostics.

Signed-off-by: fmterrors <fmterrors@outlook.com>
@fmterrors
fmterrors requested a review from a team as a code owner September 3, 2026 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant