mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
09584ace12
Test 219 requires a special user. Use $qa_user and $qa_group (added in this patch) for that purpose instead of hardcoded uid & gid. This also fixes a false failure when repquota does not report quota for users not in passwd. Signed-off-by: Jan Kara <jack@suse.cz> Reviewed-by: Ben Myers <bpm@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
QA output created by 219
|
|
|
|
### test user accounting
|
|
|
|
### create files, setting up ownership (type=u)
|
|
File: "SCRATCH_MNT/buffer"
|
|
Size: 0 Filetype: Regular File
|
|
File: "SCRATCH_MNT/direct"
|
|
Size: 0 Filetype: Regular File
|
|
File: "SCRATCH_MNT/mmap"
|
|
Size: 0 Filetype: Regular File
|
|
### some controlled buffered, direct and mmapd IO (type=u)
|
|
File: "SCRATCH_MNT/buffer"
|
|
Size: 49152 Filetype: Regular File
|
|
File: "SCRATCH_MNT/direct"
|
|
Size: 49152 Filetype: Regular File
|
|
File: "SCRATCH_MNT/mmap"
|
|
Size: 49152 Filetype: Regular File
|
|
Usage OK (type=u)
|
|
|
|
### test group accounting
|
|
|
|
### create files, setting up ownership (type=g)
|
|
File: "SCRATCH_MNT/buffer"
|
|
Size: 0 Filetype: Regular File
|
|
File: "SCRATCH_MNT/direct"
|
|
Size: 0 Filetype: Regular File
|
|
File: "SCRATCH_MNT/mmap"
|
|
Size: 0 Filetype: Regular File
|
|
### some controlled buffered, direct and mmapd IO (type=g)
|
|
File: "SCRATCH_MNT/buffer"
|
|
Size: 49152 Filetype: Regular File
|
|
File: "SCRATCH_MNT/direct"
|
|
Size: 49152 Filetype: Regular File
|
|
File: "SCRATCH_MNT/mmap"
|
|
Size: 49152 Filetype: Regular File
|
|
Usage OK (type=g)
|