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

[BUG]: Powermax Intergration test failing #1519

Closed
Sahiba-Gupta opened this issue Oct 11, 2024 · 2 comments
Closed

[BUG]: Powermax Intergration test failing #1519

Sahiba-Gupta opened this issue Oct 11, 2024 · 2 comments
Assignees
Labels
area/csi-powermax Issue pertains to the CSI Driver for Dell EMC PowerMax type/bug Something isn't working. This is the default label associated with a bug issue.
Milestone

Comments

@Sahiba-Gupta
Copy link
Contributor

Sahiba-Gupta commented Oct 11, 2024

Bug Description

Powermax Intergration tests are failing.

When running the integration test for PowerMax, the following test failures are observed:
  @v1.0.0
    <testcase name="Create and delete basic thick large volume" status="failed" time="17.416744591">
      <failure message="Step all volumes are deleted successfully: Volume was never deleted: csi-SNU-pmax-Int85132312-INT-000120001598-008A0"></failure>
    </testcase>
  @v1.0.0
    <testcase name="Create and delete basic volume using Gold Service Level" status="failed" time="23.654117625">
      <failure message="Step all volumes are deleted successfully: Volume was never deleted: csi-SNU-pmax-Int500089802-INT-000120001598-008A0"></failure>
    </testcase>
  @v1.1.0
    <testcase name="Create and delete basic volume using various volume sizes #1" status="failed" time="20.580268809">
      <failure message="Step all volumes are deleted successfully: Volume was never deleted: csi-SNU-pmax-Int157852630-INT-000120001598-008A0"></failure>
    </testcase>
  @v1.1.0
    <testcase name="Create and delete basic volume using various volume sizes #2" status="failed" time="20.697805367">
      <failure message="Step all volumes are deleted successfully: Volume was never deleted: csi-SNU-pmax-Int740855365-INT-000120001598-008A0"></failure>
    </testcase>
  @v1.1.0
    <testcase name="Create and delete basic volume using various volume sizes #3" status="failed" time="20.739075029">
      <failure message="Step all volumes are deleted successfully: Volume was never deleted: csi-SNU-pmax-Int440964920-INT-000120001598-008A0"></failure>
    </testcase>
  @v1.0.0
    <testcase name="Create volume, try to delete it with incorrect CSI VolumeID, then delete it." status="failed" time="7.147559266">
      <failure message="Step the volume is not deleted: Expected VolumeIdentifier csi-SNU-pmax-Int582887287-INT to match original requested name csi-SNU-pmax-Int582887287 indicating volume was not deleted, but they differ"></failure>
      <error message="Step I unmunge the CSI VolumeId" type="skipped"></error>
      <error message="Step when I call DeleteVolume" type="skipped"></error>
      <error message="Step there are no errors" type="skipped"></error>
      <error message="Step all volumes are deleted successfully" type="skipped"></error>
    </testcase>

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

Running integration test now require csi-reverseproxy to be deployed before we run int tests.
Please follow below steps to run Integration test with csi-reverseproxy:

  1. Edit config.yaml at csi-powermax/csireverseproxy/deploy with required value

  2. Run bash scripts/deploy.sh to install reverseproxy with entered value.

  3. Once deploy.sh is completed, run kubectl get pod -n powermax to see the pod in running state.

  4. Run kubectl get service -n powermax to note down NAME, CLUSTER-IP and PORT of reverseproxy service.

  5. Update the following variables in env.sh:
    a. X_CSI_POWERMAX_PROXY_SERVICE_NAME="powermax-revproxy" <SERVICE_NAME>
    b. POWERMAX_REVPROXY_SERVICE_HOST="[query service to obtain IP]"
    c. POWERMAX_REVPROXY_SERVICE_PORT="2222"

  6. Run bash run.sh to run the integration tests

Expected Behavior

All Tests should be passing successfully.

CSM Driver(s)

powermax

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

Kubernetes

Operating System

Ubuntu 22.04.5 LTS

@Sahiba-Gupta Sahiba-Gupta added needs-triage Issue requires triage. type/bug Something isn't working. This is the default label associated with a bug issue. labels Oct 11, 2024
@csmbot
Copy link
Collaborator

csmbot commented Oct 11, 2024

@Sahiba-Gupta: Thank you for submitting this issue!

The issue is currently awaiting triage. Please make sure you have given us as much context as possible.

If the maintainers determine this is a relevant issue, they will remove the needs-triage label and respond appropriately.


We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at [email protected].

@jooseppi-luna
Copy link
Contributor

addressed here dell/csi-powermax#354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/csi-powermax Issue pertains to the CSI Driver for Dell EMC PowerMax type/bug Something isn't working. This is the default label associated with a bug issue.
Projects
None yet
Development

No branches or pull requests

4 participants