This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/13393
to look at the new patch set (#4).
Change subject: fsm_dealloc_test: no need for ST_DESTROYING
......................................................................
fsm_dealloc_test: no need for ST_DESTROYING
Now that fsm.c avoids re-entering osmo_fsm_inst_term() twice and gracefully
handles FSM instance deallocations for termination cascades, it is actually no
longer needed to keep a separate ST_DESTROYING state. ST_DESTROYING was used to
flag deallocation and prevent enterint osmo_fsm_inst_term() twice, which works
only in a very limited range of scenarios.
Remove ST_DESTROYING from fsm_dealloc_test.c to show that all tested scenarios
still clean up gracefully.
Change-Id: I05354e6cad9b82ba474fa50ffd41d481b3c697b4
---
M tests/fsm/fsm_dealloc_test.c
M tests/fsm/fsm_dealloc_test.err
2 files changed, 1,585 insertions(+), 1,864 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/93/13393/4
--
To view, visit https://gerrit.osmocom.org/13393
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I05354e6cad9b82ba474fa50ffd41d481b3c697b4
Gerrit-Change-Number: 13393
Gerrit-PatchSet: 4
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190324/f89c1419/attachment.htm>