[asterisk-bugs] [JIRA] (ASTERISK-26527) testsute. ++timeout

Badalian Vyacheslav (JIRA) noreply at issues.asterisk.org
Sun Oct 30 13:26:09 CDT 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-26527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Badalian Vyacheslav updated ASTERISK-26527:
-------------------------------------------

    Description: 
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}

  was:
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... 


> testsute. ++timeout
> -------------------
>
>                 Key: ASTERISK-26527
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26527
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>            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