<p>dexter <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24392">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  dexter: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">MGCP_Test: avoid crash in latest (TC_one_crcx_loopback_rtp_implicit)<br><br>The testcase TC_one_crcx_loopback_rtp_implicit triggers a bug in older<br>osmo-mgw version that eventually leads into a crash of osmo-mgw. This<br>also means that all tests after TC_one_crcx_loopback_rtp_implicit will<br>also fail. Lets move TC_one_crcx_loopback_rtp_implicit to the end of the<br>control section to postpone the crash to the very end of the testrun.<br><br>Change-Id: I25abf30f8c49e580c46e7a61e887bd0add9a4cd4<br>Related: OS#5123<br>---<br>M mgw/MGCP_Test.ttcn<br>1 file changed, 6 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn</span><br><span>index c1e263a..307f0a8 100644</span><br><span>--- a/mgw/MGCP_Test.ttcn</span><br><span>+++ b/mgw/MGCP_Test.ttcn</span><br><span>@@ -2445,7 +2445,6 @@</span><br><span>            execute(TC_one_crcx_receive_only_rtp());</span><br><span>             execute(TC_one_crcx_loopback_rtp());</span><br><span>                 execute(TC_one_crcx_loopback_rtp_ipv6());</span><br><span style="color: hsl(0, 100%, 40%);">-               execute(TC_one_crcx_loopback_rtp_implicit());</span><br><span>                execute(TC_two_crcx_and_rtp());</span><br><span>              execute(TC_two_crcx_and_rtp_bidir());</span><br><span>                execute(TC_two_crcx_diff_pt_and_rtp());</span><br><span>@@ -2474,5 +2473,11 @@</span><br><span>             execute(TC_two_crcx_mdcx_and_rtp_osmux_ipv6());</span><br><span>              execute(TC_two_crcx_mdcx_and_rtp_osmux_ipv4_ipv6());</span><br><span>                 execute(TC_two_crcx_mdcx_and_rtp_osmux_ipv6_ipv4());</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+                /* Note: This testcase will trigger an OSMO_ASSERT() bug in</span><br><span style="color: hsl(120, 100%, 40%);">+            * older versions of osmo-mgw. This eventually leads into</span><br><span style="color: hsl(120, 100%, 40%);">+              * a failure of all subsequent testcases, so it is important</span><br><span style="color: hsl(120, 100%, 40%);">+           * not to add new testcaes after this one. */</span><br><span style="color: hsl(120, 100%, 40%);">+         execute(TC_one_crcx_loopback_rtp_implicit());</span><br><span>        }</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24392">change 24392</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24392"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I25abf30f8c49e580c46e7a61e887bd0add9a4cd4 </div>
<div style="display:none"> Gerrit-Change-Number: 24392 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>