[test-results] [Bamboo] Asterisk Testing > Asterisk 10 Branch > #458 has FAILED (1 tests failed). Change made by Matthew Jordan.
Bamboo
bamboo at asterisk.org
Sat Nov 3 23:13:50 CDT 2012
-----------------------------------------------------------------------
Asterisk Testing > Asterisk 10 Branch > #458 failed.
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan.
1/220 tests failed.
http://bamboo.asterisk.org/browse/TESTING-ASTERISK10BRANCH-458/
--------------
Failing Jobs
--------------
- Asterisk CentOS 6 64-Bit (CentOS 6): 1 of 220 tests failed.
--------------
Code Changes
--------------
Matthew Jordan (375728):
>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.
>........
>
>Merged revisions 375727 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>
--------------
Tests
--------------
New Test Failures (1)
- AsteriskTestSuite: S/masquerade
Fixed Tests (1)
- AsteriskTestSuite: S/cdr/batch cdrs
--
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/26161f54/attachment-0001.htm>
More information about the Test-results
mailing list