-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
5
-
False
-
-
False
-
-
This is a post-stage-deploy test failure.
Failure link: test_verify_remittance_of_contract_product
error_message = f"The action '{description}' was not completed within the timeout period. Last result was '{result}'. " logging.error(error_message) if failure_function: failure_function(result) > assert False, error_message E AssertionError: The action 'wait for remittances for 'rosa', 'Cores', expected value 'None', status 'succeeded', and '{'billingProvider': 'aws', 'billingAccountId': 'testzkqk'}'' was not completed within the timeout period. Last result was '[]'. E assert False /iqe_venv/lib/python3.12/site-packages/iqe_rhsm_subscriptions/utils/utils.py:525: AssertionError
These tests were passing consistently since they were fixed in: https://issues.redhat.com/browse/SWATCH-3421
And they started failing consistently after SWATCH-3466 Make the sync_tally method more robust
Done Criteria:
- Tests pass