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

e2e: add a test case of ROX PVC-PVC clone #4919

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Commits on Oct 29, 2024

  1. e2e: add a test case of ROX PVC-PVC clone

    adding a test case to test below case for RBD
    
    * Create PVC and application
    * Scale down application pod
    * Create PVC-PVC ROX clone
    * Try to create many pods that use the ROX PVC
    * Try to write the data and verify only read
    access.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    cc3febe View commit details
    Browse the repository at this point in the history
  2. e2e: log stderror in execCommandInPodAndAllowFail

    If the command we try to execute fails, log
    the stdError along with error for better debugging.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6acda2b View commit details
    Browse the repository at this point in the history