red-hat-storage / ocs-ci

https://ocs-ci.readthedocs.io/en/latest/
MIT License
108 stars 168 forks source link

tests/ecosystem/upgrade/test_noobaa.py::test_upgrade_mcg_io is falling after upgrading ODF 4.11.4 to 4.12.0 on IBM-Z. #6946

Closed sujoykr1 closed 1 year ago

sujoykr1 commented 1 year ago

_ test_upgrade_mcg_io __

mcg_workload_job = <ocs_ci.ocs.resources.ocs.OCS object at 0x3ff87183e80>

@post_upgrade
@skipif_managed_service
@pytest.mark.polarion_id("OCS-2207")
@bugzilla("1874243")
@red_squad
def test_upgrade_mcg_io(mcg_workload_job):
    """
    Confirm that there is MCG workload job running after upgrade.
    """
  assert wait_for_active_pods(

mcg_workload_job, 1 ), f"Job {mcg_workload_job.name} doesn't have any running pod" E AssertionError: Job mcg-workload doesn't have any running pod E assert False E + where False = wait_for_active_pods(<ocs_ci.ocs.resources.ocs.OCS object at 0x3ff87183e80>, 1)

tests/ecosystem/upgrade/test_noobaa.py:181: AssertionError

sujoykr1 commented 1 year ago

Logs attached in the BZ https://bugzilla.redhat.com/show_bug.cgi?id=2162306

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

github-actions[bot] commented 1 year ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.

keesturam commented 1 year ago

@tiffanyn108 can you please take a look at this issue This is still seen in IBM tests.

keesturam commented 1 year ago

pls see - https://github.com/red-hat-storage/ocs-ci/issues/7754