Skip to content

Commit

Permalink
flapping.cephfs: Add smb2.session.reauth4 as knownfail
Browse files Browse the repository at this point in the history
With recent changes to smb.conf[1], smb2.session.reauth4 is expected to
fail on CephFS kclient method. Refer [1] for more details.

Also remember that this is not a problem with CephFS vfs approach but
our clone of selftest mechanism currently lacks the ability to consider
flapping lists based on variants for a particular backend.

[1] samba-in-kubernetes/sit-environment#109

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 committed Jul 8, 2024
1 parent 982fbbf commit 3a0ab60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testcases/smbtorture/selftest/flapping.cephfs
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ samba3.smb2.timestamps.time_t_10000000000
samba3.smb2.timestamps.time_t_-1
samba3.smb2.timestamps.time_t_-2
samba3.smb2.timestamps.time_t_1968

# https://github.com/samba-in-kubernetes/sit-environment/pull/109
# Note: CephFS(vfs) successfully completes smb2.session.reauth4.
samba3.smb2.session.reauth4

0 comments on commit 3a0ab60

Please sign in to comment.