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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fixup for "fix mscpool cleanup (fixes LCLS tests)"<br><br>For the VTY "Unknown Command" code path, we must actually call 'repeat', to<br>avoid racey VTY behavior from cruft stuck in the VTY pipe.<br><br>The missing 'repeat' caused massive random fallout in the 'latest' builds,<br>which often hits the 'Unknown Command' code path; fixed by this patch.<br><br>Change-Id: Ibd5adb359b3fb302e2c70700d911878aef605ff3<br>---<br>M library/Osmocom_VTY_Functions.ttcn<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/Osmocom_VTY_Functions.ttcn b/library/Osmocom_VTY_Functions.ttcn</span><br><span>index 4cf37c4..cb3434e 100644</span><br><span>--- a/library/Osmocom_VTY_Functions.ttcn</span><br><span>+++ b/library/Osmocom_VTY_Functions.ttcn</span><br><span>@@ -71,6 +71,8 @@</span><br><span>                                        testcase.stop(fail, "VTY: Unknown Command");</span><br><span>                               } else {</span><br><span>                                     log("VTY: Unknown Command (ignored)");</span><br><span style="color: hsl(120, 100%, 40%);">+                                      buf := buf & rx;</span><br><span style="color: hsl(120, 100%, 40%);">+                                  repeat;</span><br><span>                              }</span><br><span>                            };</span><br><span>                   [] pt.receive(charstring:?) -> value rx { buf := buf & rx; repeat };</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19567">change 19567</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/+/19567"/><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: Ibd5adb359b3fb302e2c70700d911878aef605ff3 </div>
<div style="display:none"> Gerrit-Change-Number: 19567 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>