-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 tests fail consistently in Windows (Node and Rust) #1407
Comments
Good news @nazar-pc! This issue auto-fixed itself. |
Good news, sure, but do you have an idea why? 😂 |
We don't know why it broke and we don't know why it auto-fixed itself. So we are good (meaning that it will eventually happen again and we'll have no idea, but that's ok). |
@ibc |
You mean compiling mediasoup-worker with address sanitizer and so on and run Node and Rust tests that way? |
Yes. We can also confirm that the test fails when run with address sanitizer enabled in Node tests. You can try this by simply setting a few environment variables. |
It seems that sanitizer interferes with SIGNAL, so the error may be due to that. |
Which memory leak issue in flatbuffers?
Then we should include some |
The |
Related: #1416 |
Nothing changed in related source code, it's just that CI tests in Windows (Node and Rust) started failing, so this is probably due to some change/update in the Windows version or its tools in CI hosts.
The text was updated successfully, but these errors were encountered: