Attention is currently required from: msuraev. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29674 )
Change subject: debug: print socket info in log messages ......................................................................
Patch Set 1:
(1 comment)
File src/stream.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/29674/comment/1cf33e40_ef307b87 PS1, Line 1577: osmo_stream_srv_link_get_sockname(osmo_stream_srv_get_master(conn)));
That affects test output since we're printing connection details which includes random client port.
A test printing different stuff doesn't look like a valid reason to me. Either fix the test to use always the same stuff, or modify the test expectations in the log to filter that part in the line (we have some filtering features available when matching test output IIRC, @neels probably remembers betters).