Flaky get_node_names_and_namespaces
shows it's own node name but duplicated
#1320
Labels
help wanted
Extra attention is needed
We are trying to add some tests to our libraries, and when adding some launch testing we saw some flakiness, and upon more introspection, it seems that the
get_node_names_and_namespaces
method sometimes is giving correct number of nodes, but all of them having the same node name as its own, but other nodes in the same launch testing print them properly.The correct output
get_node_names_and_namespaces
printed by a different NodeThe output of the node few times is like the following:
Bug report
Required Info:
Expected behavior
Always be able to give the information of all the nodes and their namespace
Actual behavior
Gives a duplicated info of it's own node name and namespace
The text was updated successfully, but these errors were encountered: