[asterisk-dev] [Code Review] 4122: testsuite: Fix freeze on tests/pbx/dialplan_reload

Corey Farrell reviewboard at asterisk.org
Wed Oct 29 06:26:58 CDT 2014



> On Oct. 29, 2014, 5:18 a.m., wdoekes wrote:
> > /asterisk/trunk/tests/pbx/dialplan_reload/run-test, line 64
> > <https://reviewboard.asterisk.org/r/4122/diff/1/?file=68588#file68588line64>
> >
> >     Is it needed to callLater() instead of just calling it? Applies to the other 0-second callLaters too. You'll defer handling soon enough.
> >     
> >     The only other example where I find a "callLater(0," in the testsuite, is broken anyway:
> >     
> >         reactor.callLater(0, self.launch_test())  # tests/fastagi/record-file/run-test
> >

Also removed other calls to reactor.callLater.


> On Oct. 29, 2014, 5:18 a.m., wdoekes wrote:
> > /asterisk/trunk/tests/pbx/dialplan_reload/run-test, line 74
> > <https://reviewboard.asterisk.org/r/4122/diff/1/?file=68588#file68588line74>
> >
> >     Why do we wait (an arbitrary) 3 seconds for this? Can't we call the fullybooted_run immediately?

I think it might be something to do with our running 'restart'.  At a certain point the CLI is not available, so fullybooted_run fails without the delay (or with 1 second delay).  Maybe it could be decreased to 2 seconds but that would make the test more sensitive.


On Oct. 29, 2014, 5:18 a.m., Corey Farrell wrote:
> > Lastly: PEP says space after a comma, please.

All other results of pep8 in this file also fixed.


- Corey


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4122/#review13604
-----------------------------------------------------------


On Oct. 28, 2014, 6:20 p.m., Corey Farrell wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/4122/
> -----------------------------------------------------------
> 
> (Updated Oct. 28, 2014, 6:20 p.m.)
> 
> 
> Review request for Asterisk Developers and Scott Griepentrog.
> 
> 
> Repository: testsuite
> 
> 
> Description
> -------
> 
> In some configurations 3 seconds is not enough of a delay before Asterisk is fully booted, preventing "core restart gracefully" from succeeding.  This causes many iterations to be skipped, and in some cases the test never ends.
> 
> Make use of "core waitfullybooted" to delay restarts.  Remove unused global variables workingdir and testdir, add global variable restart_iterations to specify 50 runs.  Decrease reactor_timeout from 300 to 30, use reset_timeout instead.
> 
> 
> Diffs
> -----
> 
>   /asterisk/trunk/tests/pbx/dialplan_reload/run-test 5803 
> 
> Diff: https://reviewboard.asterisk.org/r/4122/diff/
> 
> 
> Testing
> -------
> 
> Yes
> 
> 
> Thanks,
> 
> Corey Farrell
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20141029/1525c5f7/attachment.html>


More information about the asterisk-dev mailing list