Attention is currently required from: osmith, pespin. lynxis lazus has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/27642 )
Change subject: tests/llc: Add test_llc_meta_pdu_life_expire ......................................................................
Patch Set 1:
(1 comment)
File tests/llc/LlcTest.ok:
https://gerrit.osmocom.org/c/osmo-pcu/+/27642/comment/c7a603e2_33c6b388 PS1, Line 6: === end test_llc_meta_pdu_life_expire ===
Not related to this patch, but I wonder why the test output is split across stdout + stderr instead […]
IMHO: usually stdout should be always the same if the test succeed. while stderr can contains more detailed logs. but the detailed logs might contain dynamic parts (e.g. pointer). so they can't be used as part of the test output and should not be the same.