I noticed that after the changes on PR #512 the GitHub Actions will sometime fail and sometime pass.
The error that makes it to fail is the same as one which has occurred in a previous commit of PR #512:
/home/runner/work/_temp/8f841887-af9a-4a6e-9efc-95f025472c96.sh: line 6: 2208 Segmentation fault (core dumped) pytest -p no:warnings -x
Sometime it fails during coverage report (which re-runs the tests) but the error is similar.
/home/runner/work/_temp/8c2f5eb6-167a-4810-9be6-bbb38a3ecc26.sh: line 2: 244567 Segmentation fault (core dumped) coverage run -m pytest
@Louis-Mozart any idea what may be causing the issue? Is there anything of a "random" nature in your code?
If you cant find the cause maybe you can narrow down which specific part of the test at tests/test_semantic_cache may cause it so that we can comment it out for the moment, until we find a solution.
I noticed that after the changes on PR #512 the GitHub Actions will sometime fail and sometime pass.
The error that makes it to fail is the same as one which has occurred in a previous commit of PR #512:
Sometime it fails during coverage report (which re-runs the tests) but the error is similar.
@Louis-Mozart any idea what may be causing the issue? Is there anything of a "random" nature in your code?
If you cant find the cause maybe you can narrow down which specific part of the test at
tests/test_semantic_cachemay cause it so that we can comment it out for the moment, until we find a solution.