Files
apfstests/tests/generic/467.out
T
Amir Goldstein d360eeaff8 generic: add test with more open by file handle use cases
This test is a variant of test generic/426 that tests with less
files and more use cases:
- Create test dir with non empty files with known content and verify
  their content after opening file by handle.
- Check open by handle of directory.
- Check open by handle of files that have been unlinked, but still open.
- Check open by handle of files that have been renamed in same dir,
  moved to new dir and whose parent dir has been renamed.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
2017-11-10 12:33:37 +08:00

11 lines
368 B
Plaintext

QA output created by 467
test_file_handles TEST_DIR/467-dir -dp
test_file_handles TEST_DIR/467-dir -rp
test_file_handles TEST_DIR/467-dir -dkr
test_file_handles TEST_DIR/467-dir -lr
test_file_handles TEST_DIR/467-dir -ur
test_file_handles TEST_DIR/467-dir -mr
test_file_handles TEST_DIR/467-dir.renamed -rp
test_file_handles TEST_DIR/467-dir.new -rp
Silence is golden