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

e2e tests are flaky #48

Open
pavel-kirienko opened this issue Apr 22, 2022 · 1 comment
Open

e2e tests are flaky #48

pavel-kirienko opened this issue Apr 22, 2022 · 1 comment

Comments

@pavel-kirienko
Copy link
Member

End-to-end tests are time-sensitive and so they expect a certain degree of responsiveness from the OS and the Python runtime. The CI environment is not always responsive enough and so tests tend to fail randomly. Obviously, each separate test may seem robust enough, but we have 102 of them run separately per Python version, so at the moment CI jobs are rarely green ever.

We could go the hard way and improve the tests, which I don't want to do unless I must, or we could set up a self-hosted system that will hopefully perform better than the cloud runner.

@silverv
Copy link
Contributor

silverv commented Mar 24, 2023

This is probably linked to: OpenCyphal/pycyphal#286

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

No branches or pull requests

2 participants