-
Notifications
You must be signed in to change notification settings - Fork 27
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
NFS integration test failure fixed #246
Conversation
@@ -15,8 +15,7 @@ | |||
export X_CSI_VXFLEXOS_THICKPROVISION=false | |||
export X_CSI_VXFLEXOS_ENABLESNAPSHOTCGDELETE="true" | |||
export X_CSI_VXFLEXOS_ENABLELISTVOLUMESNAPSHOTS="true" | |||
#Uncomment X_CSI_QUOTA_ENABLED if you want to enable quota for nfs volume | |||
#export X_CSI_QUOTA_ENABLED="true" | |||
export X_CSI_QUOTA_ENABLED="true" |
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.
Why are we removing the comment here for X_CSI_QUOTA_ENABLED usage?
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.
Quota will be set to true by default , so we don't need to comment it
@@ -522,6 +522,92 @@ Feature: VxFlex OS CSI interface | |||
And when I call DeleteVolume | |||
And when I call DeleteVolume | |||
Then there are no errors | |||
|
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.
why are we changing the sequence of testcases here?
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.
I have observed , due to multiple tree quota error scenario , the below test scenario were failing for NFS , changing the sequence of test case is avoiding the failure
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.
In the testcases where the tree quota failure is occurring, then are the volumes created getting rolled back? or is there a manual cleanup required?
Description
NFS integration test failure fixed
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Integration test ran without failure
integration test results.txt