Skip to content

Commit

Permalink
selftest: Add a dedicated flapping list for CephFS vfs
Browse files Browse the repository at this point in the history
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 <anoopcs@cryptolab.net>
  • Loading branch information
anoopcs9 authored and spuiuk committed Jul 8, 2024
1 parent 39ebae9 commit 8f8469f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions testcases/smbtorture/selftest/flapping.cephfs-vfs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://github.com/samba-in-kubernetes/sit-test-cases/issues/35
^samba3.smb2.rw.invalid

# This is a known fail for samba4 env. We explicitly mark env as
# samba3 which means we don't ever match with this knownfail.
^samba3.smb2.create.quota-fake-file

# Ignore due to lack of proper multichannel setup.
^samba3.smb2.session.bind2
^samba3.smb2.session.two_logoff

# https://github.com/samba-in-kubernetes/sit-test-cases/issues/71
# https://tracker.ceph.com/issues/65043
samba3.smb2.timestamps.time_t_15032385535
samba3.smb2.timestamps.time_t_10000000000
samba3.smb2.timestamps.time_t_-1
samba3.smb2.timestamps.time_t_-2
samba3.smb2.timestamps.time_t_1968

0 comments on commit 8f8469f

Please sign in to comment.