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

🌱 Stabilize API tests #554

Merged
merged 2 commits into from
Nov 14, 2023
Merged

🌱 Stabilize API tests #554

merged 2 commits into from
Nov 14, 2023

Conversation

aufi
Copy link
Member

@aufi aufi commented Nov 10, 2023

Addressing few issues in Hub API tests execution that cause rare/random failures.

  • Force serial API test execution (-p=1,weird: looked like time.Sleep e.g. in importcsv test, continue with other tests while the sleep).
  • Run API tests 2x in github action (failure in 1st run means a bug, failure only in 2nd run means likely leftover test data). Together with forcing serial test execution, this should help with test failures debugging.
  • Updated data cleanup in Review test.

Addressing few issues in hub API tests that cause rare/random failures.
- force serial API test execution (-p=1)
- created data cleanup in Review test

Signed-off-by: Marek Aufart <maufart@redhat.com>
Signed-off-by: Marek Aufart <maufart@redhat.com>
Copy link
Collaborator

@mansam mansam left a comment

Choose a reason for hiding this comment

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

LGTM

@aufi aufi merged commit b6bd184 into konveyor:main Nov 14, 2023
15 checks passed
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.

None yet

3 participants