Skip to content

fix: add retry handler for 429 or 503 - #132

Open
yamaceay wants to merge 1 commit into
mainfrom
fix-flaky-test
Open

fix: add retry handler for 429 or 503#132
yamaceay wants to merge 1 commit into
mainfrom
fix-flaky-test

Conversation

@yamaceay

@yamaceay yamaceay commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Context

Fixes one flakiness in gen package integration tests

What this PR does and why it is needed

This PR adds retry handler for 429 or 503 status codes occurring in TestMultipleExecutionFlow.

Definition of Done

  • Code is tested (Unit, Integration, E2E)
  • Error handling created / updated & covered by the tests above
  • Documentation updated
    • Only Public APIs are allowed to be used in documentation/tutorials/sample code
  • (Optional) Aligned changes with the JS/TS and Java SDK
  • (Optional) Release notes updated -->

@yamaceay
yamaceay requested a review from alpkom as a code owner September 8, 2026 14:49

@alpkom alpkom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's first see how often this fails, and try to identify the problem, before applying retries, Because this test takes relatively longer, and retrying might increase the total runtime of the integration tests significantly.
Feel free to create issue with logs from the failing test and involve the BLR colleagues to have a look, as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants