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

CI: Some tests are killed on Github Actions with error 137 #13

Open
dfsp-spirit opened this issue Oct 26, 2022 · 1 comment
Open

CI: Some tests are killed on Github Actions with error 137 #13

dfsp-spirit opened this issue Oct 26, 2022 · 1 comment
Assignees
Labels
infrastructure Testing and dev infrastructure (server, CI,....).

Comments

@dfsp-spirit
Copy link
Owner

dfsp-spirit commented Oct 26, 2022

Here is an example from our GH Action runs. The reason is most likely an out-of-memory issue, though our mem use should not be that high for the prediction tests(?).

Others have run into this as well, e.g., here.

Maybe we can investigate memory usage on the CI system during the test run somehow to find out more.

@dfsp-spirit dfsp-spirit self-assigned this Oct 26, 2022
@dfsp-spirit
Copy link
Owner Author

For now I will disable the failing tests on GitHub, so that the other tests do at least run. All tests work locally and can be run on the dev machines (and I run them often), so this should be okay for now.

Of course, this means that the coverage reported from the CI system will be way off (too low), as the tests which are not run on CI cannot be counted for coverage.

@dfsp-spirit dfsp-spirit added the infrastructure Testing and dev infrastructure (server, CI,....). label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Testing and dev infrastructure (server, CI,....).
Projects
None yet
Development

No branches or pull requests

1 participant