Yashodhan
Yashodhan
Hey, after my refactor in #694 , we will have a directory dedicated to integration tests, so we can add both containerd and crio tests there and add them to...
Hey, this seems like a really cool project, specially as I am interested in both rust and stuff related to OS. I was going through the code and even though...
I think as implementation will grow, the documentation will become complicated, so rather than adding in Readme, having a dedicated 'thing' will be better. One way could be adding a...
Hey,As far as I know, docs.rs automatically makes and hosts the html documentation using the doc comments in the source, when crates are uploaded on crates.io . I was talking...
Hey, sorry for late reply I think my error was different... my error message is in the issue comment itself >@YJDoc2 Did you encounter same errors? Yes, currently the test...
Hey, so I looked into it, and it appears that the dump file itself is probably not getting created. I tried to open the path from the container checkpoint function...
It is likely some issue with the system setup on our side >It is strange as it works in CI and on my system. It is 1, maybe that is...
Hey @adrianreber as I expected it was an issue with my system setup : particularly, I had not installed criu binary :sweat_smile: :sweat_smile: Apologies for the confusion :sweat: @utam0k can...
Hey, so my distribution had 1.0.3, which is why the issue was happening. I have tested on 1.1.0 and it works perfectly. Thanks for all the help, and apologies for...
I was thinking the same thing. Along with the binary other errors are also reported as-are which can benefit from additional context information, especially when trying to locate where exactly...