pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hlr/+/42017?usp=email )
Change subject: tests/db_upgrade: Use log stderr blocking-io ......................................................................
tests/db_upgrade: Use log stderr blocking-io
When --db-check is used, osmo-hlr actually becomes a synchronous non-interactive program instead of a daemon. In that case, we want to use blocking-io since it doesn't use the event loop, so we want to flush all logging synchrnously before exiting.
Change-Id: Ic81eacbcc0432b81debc52c49fddc668c7a062b3 --- M tests/db_upgrade/osmo-hlr.cfg 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: pespin: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/tests/db_upgrade/osmo-hlr.cfg b/tests/db_upgrade/osmo-hlr.cfg index 7fb12c1..9f5ce42 100644 --- a/tests/db_upgrade/osmo-hlr.cfg +++ b/tests/db_upgrade/osmo-hlr.cfg @@ -1,4 +1,4 @@ -log stderr +log stderr blocking-io logging level db notice logging print category-hex 0 logging print file 0