fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38670?usp=email )
Change subject: hlr: use :memory: (volatile in-memory database) ...................................................................... hlr: use :memory: (volatile in-memory database) This eliminates hlr.db* files and reduces chances of failures due to unclean state database when running TCs more than once. Change-Id: Ibb34a555e999693f00d12b49f936a20105f21c43 --- M hlr/osmo-hlr.cfg 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/70/38670/1 diff --git a/hlr/osmo-hlr.cfg b/hlr/osmo-hlr.cfg index a17881e..3f54c1b 100644 --- a/hlr/osmo-hlr.cfg +++ b/hlr/osmo-hlr.cfg @@ -15,6 +15,7 @@ ctrl bind 127.0.0.1 hlr + database :memory: gsup bind ip 127.0.0.1 euse foobar -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38670?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Ibb34a555e999693f00d12b49f936a20105f21c43 Gerrit-Change-Number: 38670 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]>
