Skip to content
Discussion options

You must be logged in to vote

After long debugging it seems to be a out-of-memory crash. The tests eagerly created instances of the Rust data type (which is extremely large). I refactored the tests to use pytest fixtures for delayed instantiation which fixed the problem.

I noticed this by enabling tests step-by-step, but I still do not know if there is another way for me to have figured out it was a memory crash.

Anyways, thank you for the great work on this amazing crate!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by maartenflippo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants