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

Kevin Harwell asteriskteam at digium.com
Tue Sep 11 17:50:25 CDT 2018


Kevin Harwell has uploaded this change for review. ( https://gerrit.asterisk.org/10087


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(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/87/10087/1

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/10087
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 16
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5172fef41bdf0d337a3b2b1e951757ae86ce1fc9
Gerrit-Change-Number: 10087
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180911/f1ea63ad/attachment-0001.html>


More information about the asterisk-code-review mailing list