[Asterisk-code-review] confbrige_result: Skip due to CONFBRIDGE_RESULT race condition. (testsuite[16])
Friendly Automation
asteriskteam at digium.com
Mon Mar 22 10:07:38 CDT 2021
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/15685 )
Change subject: confbrige_result: Skip due to CONFBRIDGE_RESULT race condition.
......................................................................
confbrige_result: Skip due to CONFBRIDGE_RESULT race condition.
In Asterisk 16 and above hooks are used in bridging to know
when to send the join/leave events. In the case of the leave
event this is problematic because the CONFBRIDGE_RESULT is
set to "Hangup" after the channel leaves the bridge if it
is hung up, resulting in it not being present in the
ConfbridgeLeave AMI event.
ASTERISK~29362
Change-Id: Iac2b22f38c2545b2137bf6c169003fd574a0930b
---
M tests/apps/confbridge/confbridge_result/test-config.yaml
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
diff --git a/tests/apps/confbridge/confbridge_result/test-config.yaml b/tests/apps/confbridge/confbridge_result/test-config.yaml
index e41913c..6321780 100644
--- a/tests/apps/confbridge/confbridge_result/test-config.yaml
+++ b/tests/apps/confbridge/confbridge_result/test-config.yaml
@@ -1,4 +1,5 @@
testinfo:
+ skip: 'See ASTERISK-29362'
summary: 'Basic tests of CONFBRIDGE_STATUS channel variable'
description: |
'Five channels are placed into a ConfBridge(). Each is removed from
--
To view, visit https://gerrit.asterisk.org/c/testsuite/+/15685
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 16
Gerrit-Change-Id: Iac2b22f38c2545b2137bf6c169003fd574a0930b
Gerrit-Change-Number: 15685
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210322/0f356451/attachment.html>
More information about the asterisk-code-review
mailing list