[test-results] [Bamboo] Asterisk Testing > Asterisk 10 Branch > #20 has FAILED (1 tests failed). Change made by Mark Michelson.

Bamboo bamboo at asterisk.org
Fri Mar 2 13:09:18 CST 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 10 Branch > #20 failed.
-----------------------------------------------------------------------
Code has been updated by Mark Michelson.
1/2 jobs failed, with 1 failing test.

http://bamboo.asterisk.org/browse/TESTING-ASTERISK10BRANCH-20/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 32-Bit (CentOS 6): 1 of 203 tests failed.


--------------
Code Changes
--------------
Mark Michelson (357762):

>Fix race condition that can cause important control frames (such as a hangup) to be missed.
>
>This takes two actions.
>
>1. Move the reading of the alertpipe in __ast_read() to immediately before the
>removal of frames from the readq. This means we won't do something silly like
>read from the alertpipe, then ignore the fact that there's a frame to get from
>the readq since channel's fdno is the AST_TIMING_FD.
>
>2. When ast_settimeout() sets the rate to 0 and the timingfunc to NULL, if the
>channel's fdno is the AST_TIMING_FD, then set the fdno to -1. This is because
>if the rate is 0 and the timingfunc is NULL, it means that the channel's timing
>fd is being invalidated, so any pending reads should not occur.
>
>This may actually solve more issues than the referenced one below, but it's not
>known at this time for sure.
>
>(closes issue ASTERISK-19223)
>reported by Frank-Michael Wittig
>
>Review: https://reviewboard.asterisk.org/r/1779
>........
>
>Merged revisions 357761 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>


--------------
Tests
--------------
New Test Failures (1)
   - AsteriskTestSuite: S/fax/gateway timeout2

--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20120302/43184d52/attachment.htm>


More information about the Test-results mailing list