common/fuzzy: try to clear blocking flags first in _scratch_fuzz_modify
[xfstests-dev.git] / tests / generic / 533.out
1 QA output created by 533
2
3 create file foo.533
4
5 should be no EAs for foo.533:
6
7 set EA <NOISE,woof>:
8
9 set EA <COLOUR,blue>:
10
11 set EA <SIZE,small>:
12
13 list the EAs for foo.533: NOISE, COLOUR, SIZE
14 # file: TEST_DIR/foo.533
15 user.COLOUR="blue"
16 user.NOISE="woof"
17 user.SIZE="small"
18
19
20 check the list again for foo.533
21 # file: TEST_DIR/foo.533
22 user.COLOUR="blue"
23 user.NOISE="woof"
24 user.SIZE="small"
25
26
27 unmount the FS and see if EAs are persistent
28
29 check the list again for foo.533 after umount/mount
30 # file: TEST_DIR/foo.533
31 user.COLOUR="blue"
32 user.NOISE="woof"
33 user.SIZE="small"
34
35
36 remove the COLOUR EA on foo.533
37
38 list EAs for foo.533: NOISE, SIZE
39 # file: TEST_DIR/foo.533
40 user.NOISE="woof"
41 user.SIZE="small"
42
43
44 get the value of the NOISE EA
45 # file: TEST_DIR/foo.533
46 user.NOISE="woof"
47
48
49 get the value of the COLOUR EA which was removed earlier
50 TEST_DIR/foo.533: user.COLOUR: No such attribute
51
52 get the value of the SIZE EA
53 # file: TEST_DIR/foo.533
54 user.SIZE="small"
55
56
57 list all the EAs again: NOISE, SIZE
58 # file: TEST_DIR/foo.533
59 user.NOISE="woof"
60 user.SIZE="small"
61
62
63 change the value of the SIZE EA from small to huge
64
65 get the SIZE EA which should now have value huge
66 # file: TEST_DIR/foo.533
67 user.SIZE="huge"
68
69
70 list EAs: NOISE, SIZE
71 # file: TEST_DIR/foo.533
72 user.NOISE="woof"
73 user.SIZE="huge"
74
75
76 remove the SIZE EA from foo.533
77
78 list EAs: NOISE (SIZE EA has been removed)
79 # file: TEST_DIR/foo.533
80 user.NOISE="woof"
81
82
83 try removing non-existent EA named woof
84 setfattr: TEST_DIR/foo.533: No such attribute
85
86 try removing already removed EA SIZE
87 setfattr: TEST_DIR/foo.533: No such attribute
88
89 list EAs: NOISE
90 # file: TEST_DIR/foo.533
91 user.NOISE="woof"
92
93
94 try removing already removed EA COLOUR
95 setfattr: TEST_DIR/foo.533: No such attribute
96
97 list EAs: NOISE
98 # file: TEST_DIR/foo.533
99 user.NOISE="woof"
100
101
102 remove remaining EA NOISE
103
104 list EAs: should be no EAs left now
105
106 unmount the FS and see if EAs are persistent
107
108 list EAs: should still be no EAs left