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

Test execution gets stuck in CI #213

Closed
jobrachem opened this issue Sep 20, 2024 · 1 comment
Closed

Test execution gets stuck in CI #213

jobrachem opened this issue Sep 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jobrachem
Copy link
Contributor

Our test execution in the github CI currently gets stuck and runs into the 10 minute timeout. I suspect that the tests get stuck in the tests for the liesel.goose.optim module. The issue is new and did not show up during the latest PR with updates to the optim module: #196 (all checks passed).

Locally on my machine, the tests run quickly as usual; the doctests run in ~16 seconds and the unit tests run in less than 150 seconds.

The optax version is 0.2.3 in both cases, so that does not seem to be the problem.

@jobrachem
Copy link
Contributor Author

jobrachem commented Sep 20, 2024

See this test run:

Same commit, I just re-ran the test action. It previously worked, now it times out, seemingly stuck in the tests for optim.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant