Attention is currently required from: Hoernchen.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/35549?usp=email )
Change subject: test: adjust for libosmocore loglevel cache ......................................................................
Patch Set 1:
(1 comment)
File tests/nanobts_omlattr/nanobts_omlattr_test.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/35549/comment/9dec3b7c_25b9d687 PS1, Line 275: talloc_total_blocks(ctx) == 6 Hmm, why do we even make assumptions on the logging hierarchy here. This is wrong. We should only check what we actually allocate ourselves. I would suggest to call `log_fini()` before checking the talloc report.