-
Notifications
You must be signed in to change notification settings - Fork 4
smbtorture: Add Shadow Copy related tests #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ | |
# Ignore due to lack of proper multichannel setup. | ||
^samba3.smb2.session.bind2 | ||
^samba3.smb2.session.two_logoff | ||
|
||
# Strictly checking ioctl tests against cephFS only | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same question as before: how does a comment to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Shwetha-Acharya , please also investigate failed ci checks! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Same answer as above |
||
^samba3.smb2.ioctl.* |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ | |
- smb2.bench | ||
- smb2.winattr2 | ||
- smb2.charset | ||
- smb2.ioctl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does dropping a comment in the flapping.glusterfs file restrict these test to run against cephfs?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@obnoxxx idea here was to add these tests flapping(sometimes fails or sometimes passes) under all other filesystems other than cephFS. As of now I am trying to check this test strictly for cephFS, that is why it is not added under flapping.cephfs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fair enough.Makes sense!