[test-results] [Bamboo] Asterisk - 1.8 > Ubuntu Lucid (10.04) > #879 was SUCCESSFUL (with 146 tests). Change made by kmoore.

Bamboo bamboo at asterisk.org
Tue Oct 25 11:57:32 CDT 2011


-----------------------------------------------------------------------
Asterisk - 1.8 > Ubuntu Lucid (10.04) > #879 was successful.
-----------------------------------------------------------------------
Code has been updated by kmoore.
146 tests in total.

http://bamboo.asterisk.org/browse/AST18-LUCID-879/


--------------
Code Changes
--------------
kmoore (342276):

>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 (1)
   - AsteriskTestSuite: S/apps/voicemail/leave voicemail priority

--
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/60cfdaaf/attachment-0001.htm>


More information about the Test-results mailing list