We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
when running z_channels_test with multithreading disabled, there's an assertion error
z_channels_test
z_channels_test: /home/zenoh-pico/tests/z_channels_test.c:153: sample_ring_channel_test_in_size: Assertion `strcmp(buf, "closed") == 0' failed.
at line 153. The only difference in execution I notice is here, not sure if that helps.
Disable multithreading in CMakeLists.txt, build and run z_channels_test
CMakeLists.txt
The text was updated successfully, but these errors were encountered:
@brandonho667, thanks for the report, we'll look into it.
Sorry, something went wrong.
sashacmc
Successfully merging a pull request may close this issue.
Describe the bug
when running
z_channels_test
with multithreading disabled, there's an assertion errorat line 153. The only difference in execution I notice is here, not sure if that helps.
To reproduce
Disable multithreading in
CMakeLists.txt
, build and runz_channels_test
System info
The text was updated successfully, but these errors were encountered: