pjdfstest icon indicating copy to clipboard operation
pjdfstest copied to clipboard

File system test suite.

Results 20 pjdfstest issues
Sort by recently updated
recently updated
newest added

Only two unprivileged users are needed: 65534 and 65533 suffice. chmod/00.t This test only needs one unprivileged user. {mkfifo,open,mkdir,mknod}/00.t These tests all related to the group ID of a newly...

* Bug fix: the second chown should've been directed at the symlink * Use users 0/65534 instead of 65534/65532. There's nothing special about uid 0 for this tests's purposes. Using...

I would like to run these tests, but don't have root privileges. What would need to change to run these tests as a non-root user?

"expect 0 -u 65534 -g 65534 symlink ${n2} ${n1}/${n3}" should be "expect 0 -u 65534 -g 65534 symlink ${n1}/${n2} ${n1}/${n3}" right?

expect 0 -u 65534 -g 65534 symlink ${n2} ${n1}/${n3} should be expect 0 -u 65534 -g 65534 symlink ${n1}/${n2} ${n1}/${n3} please check it also.

Hi! I would be interested in handling the rewriting of the test suite for GSoC. I saw the experimental start and would like to add some highlights for the questions...

pjdfstest covers a ton of control-path functionality, but there's some stuff that it doesn't touch. This is a metabug to track its gaps. - [ ] file handle access with...

enhancement

Introduces two new functions, "push_requirement" and "pop_requirement", that govern a stack of current requirements. If the requirements are unmet, tests are skipped. This has several positive effects: * Allows to...

It would be great if pjdfstest had tests for extended attributes. The user APIs are pretty OS-specific, though, so the tests would probably need to be os-specific too.

enhancement

Recently I did some tests without noticing that I am actually testing XFS and the pjdfstest doesn't support XFS file system. The outcome is that, there is one failed testcase,...