-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
5
-
False
-
-
False
-
subs-swatch-lightning
-
-
The Subscription Watch Test Suite Jenkins job (specifically the curiosity plugin) completely fails during test collection due to Jira API rate limiting. When the IQE blocker plugin attempts to check Jira issue statuses during the pytest collection phase, it hits the Jira API rate limit (HTTP 429), causing all pytest-xdist workers to crash and preventing any curiosity tests from executing.
Example: https://jenkins-csb-smqe-stage.dno.corp.redhat.com/job/subscription-watch-test-suite/3955/
The impact is that 0 curiosity tests are executed.
Acceptance Criteria
- IQE should never fail when the JIRA API returns HTTP 429. Instead, the test execution should continue assuming the JIRA is still open.
- This is happening in the curiosity IQE plugin, but the behaviour in the rhsm IQE plugin should be the same.