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

fix: enable retries for integration tests #2749

Merged
merged 6 commits into from
Mar 10, 2025
Merged

Conversation

sveitser
Copy link
Collaborator

@sveitser sveitser commented Mar 10, 2025

Currently the retries don't work because we start the native demo once then retry the asserts. However if the tests fail it usually means the native demo is not working so we would have to restart it. This PR moves starts the native demo as part of the integration tests, thereby making the tests standalone.

Unfortunately the upgrade test currently never works for me locally, even on main. edit: it does work on CI though so it's probably me.

@sveitser sveitser marked this pull request as ready for review March 10, 2025 13:06
@sveitser sveitser enabled auto-merge (squash) March 10, 2025 13:08
@sveitser sveitser merged commit 844b398 into main Mar 10, 2025
53 of 54 checks passed
@sveitser sveitser deleted the ma/fix-flaky-e2e-ci branch March 10, 2025 14:04
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