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

Use Zeus to run integration tests on CI #212

Merged
merged 1 commit into from
Feb 4, 2024
Merged

Use Zeus to run integration tests on CI #212

merged 1 commit into from
Feb 4, 2024

Conversation

mcmire
Copy link
Collaborator

@mcmire mcmire commented Feb 3, 2024

This vastly decreases the amount of time it takes to run CI. For instance, the "Run tests" job in a single workflow goes from ~7 minutes to ~1.75 minutes.

@mcmire mcmire force-pushed the run-zeus-on-ci branch 7 times, most recently from 3466b91 to 94163fb Compare February 4, 2024 00:04
This vastly decreases the amount of time it takes to run CI. For
instance, the "Run tests" job in a single workflow goes from ~7 minutes
to ~1.75 minutes.
@mcmire mcmire changed the title Run Zeus on CI Use Zeus to run integration tests on CI Feb 4, 2024
@mcmire mcmire marked this pull request as ready for review February 4, 2024 00:13
@mcmire mcmire merged commit 9e46160 into main Feb 4, 2024
40 checks passed
@mcmire mcmire deleted the run-zeus-on-ci branch February 4, 2024 03:10
mcmire added a commit that referenced this pull request Feb 5, 2024
This reverts commit 9e46160.

Unfortunately, Zeus is just not reliable enough to run on CI. It's not
even reliable locally. Sometimes tests will hang for no reason, and
sometimes Zeus will fail with errors like `read unix ->: recvmsg:
message too long`. And unfortunately, once Zeus fails, the best way to
fix it is to restart it. This isn't possible to do in CI tests, and
adding some kind of "with Zeus, then without Zeus" strategy to tests
would add complexity I don't want. I'll have to find a better way.
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.

1 participant