[test-results] [Bamboo] Asterisk Testing > Asterisk Trunk > #777 has FAILED (10 tests failed, 2 failures were new). Change made by Matthew Jordan.

Bamboo bamboo at asterisk.org
Sun Nov 4 01:06:03 CST 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk Trunk > #777 failed.
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan.
10/294 tests failed, 2 failures were new.

http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-777/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 64-Bit (CentOS 6): 10 of 294 tests failed.



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

>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
>........
>
>Merged revisions 375728 from http://svn.asterisk.org/svn/asterisk/branches/10
>........
>
>Merged revisions 375729 from http://svn.asterisk.org/svn/asterisk/branches/11
>



--------------
Tests
--------------
New Test Failures (2)
   - AsteriskTestSuite: S/dialplan
   - AsteriskTestSuite: S/masquerade
Existing Test Failures (8)
   - AsteriskTestSuite: S/fax/gateway t38 g711
   - AsteriskTestSuite: S/fax/gateway g711 t38
   - AsteriskTestSuite: S/fax/gateway mix4
   - AsteriskTestSuite: S/channels/iax2/acl call
   - AsteriskTestSuite: S/fax/gateway mix3
   - AsteriskTestSuite: S/fax/gateway timeout2
   - AsteriskTestSuite: S/fax/gateway mix1
   - AsteriskTestSuite: S/fax/gateway timeout4
Fixed Tests (3)
   - AsteriskTestSuite: S/channels/ s i p/ s d p attribute passthrough
   - AsteriskTestSuite: S/channels/ s i p/sip custom presence/non digium state change
   - AsteriskTestSuite: S/apps/voicemail/check voicemail forward

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


More information about the Test-results mailing list