[asterisk-bugs] [JIRA] (ASTERISK-26527) Testsuite: increase timeout to check "core fullybooted wait" up to 30 sec
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Fri Dec 2 09:49:10 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Friendly Automation closed ASTERISK-26527.
------------------------------------------
Resolution: Fixed
> Testsuite: increase timeout to check "core fullybooted wait" up to 30 sec
> -------------------------------------------------------------------------
>
> Key: ASTERISK-26527
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26527
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Tests/testsuite
> Reporter: Badalian Vyacheslav
> Severity: Trivial
>
> Hello.
> If add ASAN,LSAN and UBSAN to asterisk it's slow start (on my docker container about 15-20 secs to fullybooted). Please increase timeout to check "core fullybooted wait" up to 30 sec.
> I try add
> {code}
> cd /usr/src/testsute/asttest && \
> sed -i -e "s/500000/30000000/" lib/lua/astlib.lua && \
> sed -i -e "s/timeout = 90 if self.valgrind_enabled else 5/timeout = 90 if self.valgrind_enabled else 30/" ./../lib/python/asterisk/asterisk.py
> {code}
> to code before complite, but it's not help...
> {code}
> [Oct 30 18:23:26] ERROR[644]: asterisk:496 __wait_fully_booted_error: Asterisk core waitfullybooted for 127.0.0.1 failed
> [Oct 30 18:23:26] ERROR[644]: test_case:398 __check_success_failure: Asterisk core waitfullybooted for 127.0.0.1 failed
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list