Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-26735

PodDisruptionBudget tests failing in ipv6primary dualstack tests

XMLWordPrintable

    • Moderate
    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      Below template:

      https://github.com/openshift/origin/blob/release-4.15/test/extended/testdata/poddisruptionbudgets/nginx-with-delayed-ready-deployment.yaml

      is not adapted for ipv6 so when running below test in dualstack ipv6primary cluster, they fail:

      sig-apps] poddisruptionbudgets with unhealthyPodEvictionPolicy should evict according to the AlwaysAllow policy [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
      [sig-apps] poddisruptionbudgets with unhealthyPodEvictionPolicy should evict according to the IfHealthyBudget policy [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
      
      $ oc get pdb -n e2e-test-poddisruptionbudgets-ptvhq  -o json | jq .items[0].status 
      {
        "conditions": [
          {
            "lastTransitionTime": "2024-01-10T16:45:05Z",
            "message": "",
            "observedGeneration": 1,
            "reason": "InsufficientPods",
            "status": "False",
            "type": "DisruptionAllowed"
          }
        ],
        "currentHealthy": 0,
        "desiredHealthy": 2,
        "disruptionsAllowed": 0,
        "expectedPods": 3,
        "observedGeneration": 1
      }
      

      How reproducible: Always
      Steps to Reproduce: Run above tests in ipv6primary dualstack cluster.
      Actual results: Tests failing
      Expected results: Tests passing

            jchaloup@redhat.com Jan Chaloupka
            rlobillo Ramón Lobillo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: