Skip to content
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

test_util GetTopics sporadically failing when using SHM monitoring only #1648

Open
KerstinKeller opened this issue Jul 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@KerstinKeller
Copy link
Contributor

Problem Description

On master, testcase GetTopics from the test suite test_util is sporadically failing when using SHM monitoring only.

Specifically, the map with publishers / subscribers is not empty after all publishers / subscribers have been destroyed.

##Investigation
Tracing the sample calls with the description gate show that when the testcase failes, subscribers and publishers are registered again after they have been unregistered.

    Register subscriber 
    Register subscriber 
    Register subscriber 
    Register publisher 
    Register publisher 
    Register publisher 
    Register publisher 
    Register subscriber 
    Register subscriber 
    Register subscriber 
    Register publisher 
    Register publisher 
    Register publisher 
    Register publisher 
    Unegister publisher 
    Unregister subscriber 
    Unregister subscriber 
    Unregister subscriber 
    Unegister publisher 
    Unegister publisher 
    Unegister publisher 
    Register subscriber 
    Register subscriber 
    Register subscriber 
    Register publisher 
    Register publisher 
    Register publisher 
    Register publisher 

How to reproduce

Run the test and enable shared_memory monitoring.

How did you get eCAL?

I don't know

Environment

eCAL System Information

-
@KerstinKeller KerstinKeller added the bug Something isn't working label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant