[test-results] [Bamboo] Asterisk - 10 > Ubuntu Lucid (10.04) > #281 was SUCCESSFUL (with 175 tests). Change made by kmoore.

Bamboo bamboo at asterisk.org
Tue Oct 25 13:06:03 CDT 2011


-----------------------------------------------------------------------
Asterisk - 10 > Ubuntu Lucid (10.04) > #281 was successful.
-----------------------------------------------------------------------
Code has been updated by kmoore.
175 tests in total.

http://bamboo.asterisk.org/browse/AST10-LUCID-281/


--------------
Code Changes
--------------
kmoore (342277):

>Merged revisions 342276 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>........
>  r342276 | kmoore | 2011-10-25 11:06:57 -0500 (Tue, 25 Oct 2011) | 18 lines
>  
>  Fix spool handling to allow call files to be hardlinked into place
>  
>  This fixes the inotify code to handle call files being hardlinked into the
>  spool directory.
>  
>  The smsq utility does this, instead of rename(), to ensure that it cannot
>  accidentally overwrite an existing spool file. A rename() might do that, but
>  link() will definitely not.
>  
>  The inotify code had broken this, because it would wait for an IN_CLOSE_WRITE
>  event on the file... which was never forthcoming, since it was never opened.
>  Now we look for IN_OPEN events following the IN_CREATE event, and only wait
>  for an IN_CLOSE_WRITE if the file was actually opened.
>  
>  Patch-by: dwmw2
>  (closes issue ASTERISK-18331)
>  Review: https://reviewboard.asterisk.org/r/1391/
>........
>


--------------
Tests
--------------
Fixed Tests (2)
   - AsteriskTestSuite: S/apps/voicemail/check voicemail forward with prepend
   - AsteriskTestSuite: S/apps/voicemail/check voicemail options record temp

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


More information about the Test-results mailing list