[asterisk-dev] [Code Review] Add test for proper handling of 422 responses
Matt Jordan
reviewboard at asterisk.org
Mon Dec 31 09:53:34 CST 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2223/#review7587
-----------------------------------------------------------
asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_accept/originator.py
<https://reviewboard.asterisk.org/r/2223/#comment14467>
This could be put in lib at this point.
It feels like we're getting to the point where we have several small, useful pluggable modules. I think we could have a single python module that contained a number of these, where Originator would simply be a class in that module. If you go that route, I'd change this class to do the following:
* Make the originate completely configurable. It should accept a channel target, an application or context/extension/priority pair, as well as a parameter that determines whether or not a failed origination is actually a test failure.
* Make where the origination starts configurable. This could be:
** AMI connect
** Scenario start
** Possibly random AMI event callback, but that could be deferred if needed.
asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_accept/test-config.yaml
<https://reviewboard.asterisk.org/r/2223/#comment14465>
This really shouldn't be 1.8.0, since it passes with a patch put in place. It should be the minimum version of 1.8 with that patch.
This comment applies to both tests.
asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_accept/test-config.yaml
<https://reviewboard.asterisk.org/r/2223/#comment14466>
What is the 'timers' tag? Why would anyone run a test with only 'timers'?
If the tag is meant to represent SIP session timers, then I'd prefer the tag to be a bit more descriptive.
This comment applies to both tests.
- Matt
On Dec. 13, 2012, 9:11 a.m., opticron wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2223/
> -----------------------------------------------------------
>
> (Updated Dec. 13, 2012, 9:11 a.m.)
>
>
> Review request for Asterisk Developers.
>
>
> Summary
> -------
>
> This test ensures that Asterisk handles 422 responses properly by checking that it includes Min-SE with the proper value on subsequent call attempts.
>
>
> This addresses bug SWP-5051.
> https://issues.asterisk.org/jira/browse/SWP-5051
>
>
> Diffs
> -----
>
> asterisk/trunk/tests/channels/SIP/session_timers/tests.yaml 3576
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_accept/configs/ast1/extensions.conf PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_accept/configs/ast1/sip.conf PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_accept/originator.py PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_accept/sipp/uas-no-hangup.xml PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_accept/test-config.yaml PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_originate/configs/ast1/extensions.conf PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_originate/configs/ast1/sip.conf PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_originate/originator.py PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_originate/sipp/uas-no-hangup.xml PRE-CREATION
> asterisk/trunk/tests/channels/SIP/session_timers/uac_multiple_422_originate/test-config.yaml PRE-CREATION
>
> Diff: https://reviewboard.asterisk.org/r/2223/diff
>
>
> Testing
> -------
>
> Creating this test found the bug reported in https://reviewboard.asterisk.org/r/2222/ This test passes with that patch in place.
>
>
> Thanks,
>
> opticron
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20121231/855447c2/attachment-0001.htm>
More information about the asterisk-dev
mailing list