Skip to content
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

fix(test): fixing resize flaky test case #71

Merged
merged 1 commit into from
Mar 26, 2020
Merged

Commits on Mar 26, 2020

  1. fix(test): fixing resize flaky test case

    We are comparing the desired size to the wrong field
    because of that resize test is not executing correctly
    and sometimes causing test case failure in travis.
    
    The update call is failing sometimes while executing the zfs
    property update test cases as for resize also the object
    is getting modified. The test case will fail when object updation
    happens between volume GET and UPDATE call while performing
    zfs property update test case to set various properties on
    ZFSVolume resource.
    
    Signed-off-by: Pawan <pawan@mayadata.io>
    pawanpraka1 committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    31c3731 View commit details
    Browse the repository at this point in the history