-
Notifications
You must be signed in to change notification settings - Fork 17
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
Procspawn failing in tests #36
Comments
Very hard to say. Unfortunately the test support is super wonky since there are no good hook points for rust test. Does this happen outside of a testsuite too? |
Unfortunately, I've tried this a while ago anyways IIRC though I think I've tried it outside the testsuite and it was working fine. |
Not related but I am getting the following error while trying to use this in a test
What am I missing here? I am using it in an integration test file inside the tests/ folder in my crate. |
@simrankedia this has been fixed in the latest version. |
Hello,
In order to fix this issue servo/ipc-channel#263, I wanted to create a test with two processes. procspawn would be really helpful there, thus I wanted to use it.
For some reason, when I try to start a process sending a rx channel, this fails.
This is a minimal failing example:
The error:
Version:
If instead of passing channels I use a number for example, everything works as expected.
Any idea on what would be the issue? Thanks!
The text was updated successfully, but these errors were encountered: