Skip to content

Commit 8f8469f

Browse files
anoopcs9spuiuk
authored andcommitted
selftest: Add a dedicated flapping list for CephFS vfs
With certain samba configurations we might require a separate flapping list for variants of a backend. One such situation is detailed in [1] where specific test run results differ among variants of a particular backend. [1] samba-in-kubernetes/sit-environment#109 Signed-off-by: Anoop C S <[email protected]>
1 parent 39ebae9 commit 8f8469f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# https://github.com/samba-in-kubernetes/sit-test-cases/issues/35
2+
^samba3.smb2.rw.invalid
3+
4+
# This is a known fail for samba4 env. We explicitly mark env as
5+
# samba3 which means we don't ever match with this knownfail.
6+
^samba3.smb2.create.quota-fake-file
7+
8+
# Ignore due to lack of proper multichannel setup.
9+
^samba3.smb2.session.bind2
10+
^samba3.smb2.session.two_logoff
11+
12+
# https://github.com/samba-in-kubernetes/sit-test-cases/issues/71
13+
# https://tracker.ceph.com/issues/65043
14+
samba3.smb2.timestamps.time_t_15032385535
15+
samba3.smb2.timestamps.time_t_10000000000
16+
samba3.smb2.timestamps.time_t_-1
17+
samba3.smb2.timestamps.time_t_-2
18+
samba3.smb2.timestamps.time_t_1968

0 commit comments

Comments
 (0)