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

Run python tests with timeout #1706

Closed
wants to merge 1 commit into from

Conversation

talregev
Copy link
Contributor

@talregev talregev commented Jan 7, 2024

Run python tests with timeout.
Recently we can see more and more on every PR that python with tbb fail. it hang for 6 hours until it fail. It is waste of time and the limited resource of the CI.
Also we can see which test is hang on.

Apparently the tests are not hang, and it the github action step that hang.
https://github.com/borglab/gtsam/actions/runs/7440972762/job/20242575450?pr=1706
And it a known issue:
actions/runner#1326

Maybe memory issue. Try 10 gb swap.

@talregev talregev force-pushed the TalR/python_timeout branch 2 times, most recently from 5b62f7f to 6cf8b40 Compare January 7, 2024 23:05
@talregev talregev force-pushed the TalR/python_timeout branch from 6cf8b40 to f797a90 Compare January 7, 2024 23:52
@talregev
Copy link
Contributor Author

talregev commented Jan 8, 2024

It do not solve the problem. I see it hang on my CI.
I can revert to 6gb swap memory.
Do you want to timeout functionality? If not, I will close this PR.

@varunagrawal
Copy link
Collaborator

We don't need the timeout functionality. Thanks for investigating though.

@talregev talregev deleted the TalR/python_timeout branch January 17, 2024 19: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