Attention is currently required from: jolly, laforge, lynxis lazus.
Hello Jenkins Builder, laforge, lynxis lazus,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43314?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+1 by lynxis lazus
Change subject: Fix possible race conditions in RemsimServer_Tests ......................................................................
Fix possible race conditions in RemsimServer_Tests
Some tests sporadically fail. The slotmap is expected to be in ACTIVE state, but it is sometimes still in the UNACKNOWLEDGED state. The log output of osmo-remsim-server shows that the state always changes from UNACKNOWLEDGED to ACTIVE. So there actually no failure.
It is quite likely that the state change is checked too early. The acknowledged of the bankd seems not to be processed yet. Add a delay to ensure that the acknowledgment has been processed before checking the slotmap state.
Related: OS#6996 Change-Id: If5ec1ecd5689414252a73a2787e10495e23e4d30 --- M remsim/RemsimServer_Tests.ttcn 1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/14/43314/2