Skip to content
Success

#27934 (Apr 2, 2026, 9:02:29 AM)

Started 9 hr 14 min ago
Took 3.4 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-ttcn3-hacks build number 4042
originally caused by:

This run spent:

  • 8.4 sec waiting;
  • 3.4 sec build duration;
  • 11 sec total from scheduled to completion.
Revision: d8b8f274f94d6770c70b9a41dd5f9b98539d67a1
Repository: $GERRIT_REPO_URL
  • master
msc: Fix race condition in TC_reset_two(_1iu)

The test failed sporadically with:
"RAN_Emulation.ttcnpp:600 Dynamic test case error: Sending data on the
connection of port BSSAP to 659:SCCP_SP_PORT failed. (Broken pipe)"

That's because it was simply waiting for a fixed amount of time while
letting the underlaying RAN_Emulation do the RESET procedure.
Sometimes it started tearing down the test before the procedure was
fully completed, and RAN_Emulation failed passing the Reset (ACK) up the
stack because the component was already unmapped.

Fix the issue by making sure the RAN_Emulation finished the RESET
procedure before stopping the testThe test.

Change-Id: I27afd7a47e6c6cf0f70e1ecc9e26dd2c220e72ab
Pau Espin Pedrol at