Skip to content

Add temporary retry loop for 500 responses#730

Merged
averevki merged 1 commit intoKuadrant:mainfrom
silvi-t:jwt
Aug 20, 2025
Merged

Add temporary retry loop for 500 responses#730
averevki merged 1 commit intoKuadrant:mainfrom
silvi-t:jwt

Conversation

@silvi-t
Copy link
Copy Markdown
Contributor

@silvi-t silvi-t commented Aug 20, 2025

Description

This PR updates the test to replace the 5-second sleep with a temporary retry loop that:

  • Repeats requests until a 200 response is received or a maximum number of attempts is reached.
  • Logs the elapsed time and number of requests.
  • Serves as a temporary solution until the underlying issue causing 500 responses is resolved.

Notes:

  • The loop is meant to be removed once the test passes consistently without retries.

@silvi-t silvi-t requested a review from averevki August 20, 2025 12:12
Signed-off-by: Silvia Tarabova <starabov@redhat.com>
@averevki averevki merged commit 6bd8e04 into Kuadrant:main Aug 20, 2025
3 checks passed
@silvi-t silvi-t deleted the jwt branch August 21, 2025 09:56
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