Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Client Certificate Tests Repeatedly #1625

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

eshryane
Copy link
Member

Run client certificate tests repeatedly and allow for some failures.

@MiguelAHM MiguelAHM marked this pull request as ready for review January 16, 2025 10:35
@MiguelAHM
Copy link
Contributor

MiguelAHM commented Jan 16, 2025

The retry doesn't seems working
https://gitlab.ripe.net/swe-database-team/whois/-/pipelines/788173

The test are failing in local as well

@RepeatedTest(value = x, failureThreshold = y)
This will repeat the test X times, or until there are Y errors.
Anyways if there are 1 error the TEST will fails. The result will say that the tests fails.
This is used when you want to stop after Y errors...but it is not a good approach for this.

@MiguelAHM MiguelAHM marked this pull request as draft January 16, 2025 10:48
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