Change in osmo-ttcn3-hacks[master]: msc: TC_lu_disconnect: add final delay to fix spurious failure

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Mar 19 13:16:09 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13194 )

Change subject: msc: TC_lu_disconnect: add final delay to fix spurious failure
......................................................................

msc: TC_lu_disconnect: add final delay to fix spurious failure

I hit a "Broken pipe" error, hoping that the bit of delay makes the teardown
more stable.

Change-Id: I765a75f91a748239f6cc82f4a61f02d59166f00b
---
M msc/MSC_Tests.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 31a7401..d02a0ed 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -822,6 +822,7 @@
 	/* send clear request in the middle of the LU */
 	BSSAP.send(BSSAP_Conn_Prim:MSC_CONN_PRIM_DISC_REQ);
 	setverdict(pass);
+	f_sleep(1.0);
 }
 testcase TC_lu_disconnect() runs on MTC_CT {
 	var BSC_ConnHdlr vc_conn;

-- 
To view, visit https://gerrit.osmocom.org/13194
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I765a75f91a748239f6cc82f4a61f02d59166f00b
Gerrit-Change-Number: 13194
Gerrit-PatchSet: 4
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190319/1d019d6d/attachment.htm>


More information about the gerrit-log mailing list