<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25185">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">stp: TC_rkm_unreg_never_registered: !latest<br><br>Disable test TC_rkm_unreg_never_registered for current latest version of<br>osmo-stp (1.4.0), as it does not clean up properly and now causes other<br>tests to fail.<br><br>With this patch, test results for -latest are restored to how it was<br>before I7d2f9eb298778a8e60c7e73f314bc73528e85406 and<br>I31fcba85d23a8767eb0ceb513ff5b440558a475b were merged.<br><br>Related: OS#4239<br>Change-Id: Ice8fe9597a0a12eb4ec26172982a0f5cd01a148b<br>---<br>M stp/STP_Tests_M3UA.ttcn<br>1 file changed, 12 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/85/25185/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/stp/STP_Tests_M3UA.ttcn b/stp/STP_Tests_M3UA.ttcn</span><br><span>index b97d4da..1c3b01d 100644</span><br><span>--- a/stp/STP_Tests_M3UA.ttcn</span><br><span>+++ b/stp/STP_Tests_M3UA.ttcn</span><br><span>@@ -1019,7 +1019,18 @@</span><br><span>        execute( TC_rkm_reg_static_notpermitted() );</span><br><span>         execute( TC_rkm_reg_static_permitted() );</span><br><span>    execute( TC_rkm_reg_dynamic_permitted() );</span><br><span style="color: hsl(0, 100%, 40%);">-      execute( TC_rkm_unreg_never_registered() );</span><br><span style="color: hsl(120, 100%, 40%);">+   /* This test has never passed in osmo-stp <= 1.4.0, because it needs</span><br><span style="color: hsl(120, 100%, 40%);">+        * patch Ie5d84d06e7d5d32c8a22f770f71a5449f4a78484 which was added</span><br><span style="color: hsl(120, 100%, 40%);">+     * afterwards. Disable the test for <= 1.4.0, because the test does not</span><br><span style="color: hsl(120, 100%, 40%);">+     * clean up properly and - after other tests were extended - they are</span><br><span style="color: hsl(120, 100%, 40%);">+  * now failing in this not properly cleaned up state. After some hours</span><br><span style="color: hsl(120, 100%, 40%);">+         * of figuring out that it is definitively this test and trying to</span><br><span style="color: hsl(120, 100%, 40%);">+     * figure out what exactly is not cleaning up properly, I decided to</span><br><span style="color: hsl(120, 100%, 40%);">+   * just temporarily disable the test for -latest instead of spending</span><br><span style="color: hsl(120, 100%, 40%);">+   * even more time on it. */</span><br><span style="color: hsl(120, 100%, 40%);">+   if (mp_osmo_stp_newer_than_1_4_0) {</span><br><span style="color: hsl(120, 100%, 40%);">+           execute( TC_rkm_unreg_never_registered() );</span><br><span style="color: hsl(120, 100%, 40%);">+   }</span><br><span>    execute( TC_rkm_unreg_invalid() );</span><br><span>   execute( TC_rkm_unreg_registered() );</span><br><span>        execute( TC_rkm_unreg_active() );</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25185">change 25185</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/+/25185"/><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: Ice8fe9597a0a12eb4ec26172982a0f5cd01a148b </div>
<div style="display:none"> Gerrit-Change-Number: 25185 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>