[test-results] [Bamboo] Asterisk Testing > Asterisk 1.8 Branch > #455 has FAILED (2 tests failed). Change made by Matthew Jordan.

Bamboo bamboo at asterisk.org
Sat Nov 3 21:59:34 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 1.8 Branch > #455 failed.
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan.
2/189 tests failed.

http://bamboo.asterisk.org/browse/TESTING-ASTERISK18BRANCH-455/


--------------
Failing Jobs
--------------
  - Asterisk 1.8 CentOS 6 64-Bit (CentOS 6): 2 of 189 tests failed.



--------------
Code Changes
--------------
Matthew Jordan (375727):

>Prevent multiple CDR batches from conflicting when scheduling the CDR write
>
>The Asterisk Test Suite caught an error condition where a scheduled CDR batch
>write can be deleted twice if two channels attempt to post their CDRs at the
>same time.  The batch CDR mutex is locked while the CDRs are appended to the
>current batch list; however, it is unlocked prior to actually scheduling the
>CDR write.  As such, two threads can attempt to remove the currently scheduled
>batch write at the same time, resulting in an assertion error.
>
>This patch extends the time that the mutex is locked to encompass actually
>scheduling the write.  This prevents two threads from unscheduling the
>currently scheduled write at the same time.
>
>



--------------
Tests
--------------
New Test Failures (2)
   - AsteriskTestSuite: S/callparking
   - AsteriskTestSuite: S/masquerade

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


More information about the Test-results mailing list