generic: test MADV_POPULATE_READ with IO errors
[xfstests-dev.git] / tests / generic / 429.out
1 QA output created by 429
2
3 ***** Without encryption key *****
4 --- Directory listing:
5 SCRATCH_MNT/edir/NOKEY_NAME
6 SCRATCH_MNT/edir/NOKEY_NAME
7 --- Contents of files using plaintext names:
8 cat: SCRATCH_MNT/edir/@@@: No such file or directory
9 cat: SCRATCH_MNT/edir/abcd: No such file or directory
10 --- Contents of files using no-key names:
11 cat: SCRATCH_MNT/edir/NOKEY_NAME: Required key not available
12 cat: SCRATCH_MNT/edir/NOKEY_NAME: Required key not available
13
14 ***** With encryption key *****
15 --- Directory listing:
16 SCRATCH_MNT/edir/@@@
17 SCRATCH_MNT/edir/abcd
18 --- Contents of files using plaintext names:
19 contents_@@@
20 contents_abcd
21 --- Contents of files using no-key names:
22 cat: SCRATCH_MNT/edir/NOKEY_NAME: No such file or directory
23 cat: SCRATCH_MNT/edir/NOKEY_NAME: No such file or directory
24
25 ***** Race conditions *****
26 t_encrypted_d_revalidate finished
27
28 ***** After key revocation *****
29 --- Directory listing:
30 SCRATCH_MNT/edir/@@@
31 SCRATCH_MNT/edir/abcd
32 --- Contents of files using plaintext names:
33 contents_@@@
34 contents_abcd
35 --- Contents of files using no-key names:
36 cat: SCRATCH_MNT/edir/NOKEY_NAME: No such file or directory
37 cat: SCRATCH_MNT/edir/NOKEY_NAME: No such file or directory