<p>Friendly Automation <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/testsuite/+/11158">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Friendly Automation: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">testsuite: Fix race condition for rest_api/move.<br><br>Before, the test was being stopped after the channel was destroyed. This<br>would sometimes fail the test, since the ChannelDestroyed event would<br>call stop_test and occasionally the last StasisEnd event we needed for<br>the test to pass would not be seen. Since we actually care about the<br>StasisEnd event, stop the test on it rather than ChannelDestroyed.<br><br>Change-Id: I477286b4b49522ee8e3f808e090e3800ae2d269d<br>---<br>M tests/rest_api/move/test-config.yaml<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/rest_api/move/test-config.yaml b/tests/rest_api/move/test-config.yaml</span><br><span>index c4c23b1..8fdf5c9 100644</span><br><span>--- a/tests/rest_api/move/test-config.yaml</span><br><span>+++ b/tests/rest_api/move/test-config.yaml</span><br><span>@@ -30,8 +30,8 @@</span><br><span>     -</span><br><span>         ari-events:</span><br><span>             match:</span><br><span style="color: hsl(0, 100%, 40%);">-                type: ChannelDestroyed</span><br><span style="color: hsl(0, 100%, 40%);">-                application: testsuite</span><br><span style="color: hsl(120, 100%, 40%);">+                type: StasisEnd</span><br><span style="color: hsl(120, 100%, 40%);">+                application: multiple-args</span><br><span>                 channel:</span><br><span>                     id: 'testsuite-default-id'</span><br><span>         stop_test:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/testsuite/+/11158">change 11158</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.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.asterisk.org/c/testsuite/+/11158"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I477286b4b49522ee8e3f808e090e3800ae2d269d </div>
<div style="display:none"> Gerrit-Change-Number: 11158 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Benjamin Keith Ford <bford@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>