[Asterisk-code-review] apps/queues/queue member forward: Test sometimes hangs up to... (testsuite[15])

Jenkins2 asteriskteam at digium.com
Wed Sep 12 09:58:17 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/10089 )

Change subject: apps/queues/queue_member_forward: Test sometimes hangs up too early
......................................................................

apps/queues/queue_member_forward: Test sometimes hangs up too early

The 'queue_member_forward' test uses the HangupMonitor to end the test. On
slower systems it's possible for the test to hang up/end the test before all
channels have been registered with the monitor.

This patch adds a minimum number of channels required by HangupMonitor before
it can end the test.

Change-Id: I5172fef41bdf0d337a3b2b1e951757ae86ce1fc9
---
M tests/apps/queues/queue_member_forward/test-config.yaml
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Benjamin Keith Ford: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/tests/apps/queues/queue_member_forward/test-config.yaml b/tests/apps/queues/queue_member_forward/test-config.yaml
index 82723b1..25b538c 100644
--- a/tests/apps/queues/queue_member_forward/test-config.yaml
+++ b/tests/apps/queues/queue_member_forward/test-config.yaml
@@ -118,6 +118,7 @@
 
 hangup-config:
     ids: ['0']
+    min_calls: 8
 
 properties:
     dependencies:

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

Gerrit-Project: testsuite
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I5172fef41bdf0d337a3b2b1e951757ae86ce1fc9
Gerrit-Change-Number: 10089
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180912/c4c3747b/attachment.html>


More information about the asterisk-code-review mailing list