eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.66k stars 388 forks source link

False positive in leak sanitizer (caused by type duplications in tests) #666

Closed elfenpiff closed 3 years ago

elfenpiff commented 3 years ago

Required information

Observed result or behaviour:

When the two tests in the PR https://github.com/eclipse-iceoryx/iceoryx/pull/663 (test_concurrent_trigger_queue.cpp:143ff) are commented in the clang-sanitize check for the utils moduletests fails.

elBoberido commented 3 years ago

it seems #667 fixes the issue