You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Chris Darroch (JIRA)" <ji...@apache.org> on 2009/07/14 20:27:14 UTC

[jira] Created: (ZOOKEEPER-470) include unistd.h for sleep() in c tests

include unistd.h for sleep() in c tests
---------------------------------------

                 Key: ZOOKEEPER-470
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-470
             Project: Zookeeper
          Issue Type: Bug
          Components: c client
    Affects Versions: 3.2.0
            Reporter: Chris Darroch
            Priority: Minor
             Fix For: 3.2.1
         Attachments: ZOOKEEPER-470.patch

Include unistd.h for sleep() calls in C tests to ensure successful compilation on some platforms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-470) include unistd.h for sleep() in c tests

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-470:
------------------------------------

    Assignee: Chris Darroch

+1 the patch looks good.

> include unistd.h for sleep() in c tests
> ---------------------------------------
>
>                 Key: ZOOKEEPER-470
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-470
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-470.patch
>
>
> Include unistd.h for sleep() calls in C tests to ensure successful compilation on some platforms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-470) include unistd.h for sleep() in c tests

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-470:
------------------------------------

    Status: Patch Available  (was: Open)

> include unistd.h for sleep() in c tests
> ---------------------------------------
>
>                 Key: ZOOKEEPER-470
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-470
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-470.patch
>
>
> Include unistd.h for sleep() calls in C tests to ensure successful compilation on some platforms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-470) include unistd.h for sleep() in c tests

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-470:
------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. thanks chris.

> include unistd.h for sleep() in c tests
> ---------------------------------------
>
>                 Key: ZOOKEEPER-470
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-470
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1, 3.3.0
>
>         Attachments: ZOOKEEPER-470.patch
>
>
> Include unistd.h for sleep() calls in C tests to ensure successful compilation on some platforms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-470) include unistd.h for sleep() in c tests

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-470:
------------------------------------

    Fix Version/s: 3.3.0
     Hadoop Flags: [Reviewed]

> include unistd.h for sleep() in c tests
> ---------------------------------------
>
>                 Key: ZOOKEEPER-470
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-470
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1, 3.3.0
>
>         Attachments: ZOOKEEPER-470.patch
>
>
> Include unistd.h for sleep() calls in C tests to ensure successful compilation on some platforms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-470) include unistd.h for sleep() in c tests

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735501#action_12735501 ] 

Hudson commented on ZOOKEEPER-470:
----------------------------------

Integrated in ZooKeeper-trunk #393 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/393/])
    

> include unistd.h for sleep() in c tests
> ---------------------------------------
>
>                 Key: ZOOKEEPER-470
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-470
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1, 3.3.0
>
>         Attachments: ZOOKEEPER-470.patch
>
>
> Include unistd.h for sleep() calls in C tests to ensure successful compilation on some platforms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-470) include unistd.h for sleep() in c tests

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-470:
------------------------------------

    Attachment: ZOOKEEPER-470.patch

> include unistd.h for sleep() in c tests
> ---------------------------------------
>
>                 Key: ZOOKEEPER-470
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-470
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.2.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.2.1
>
>         Attachments: ZOOKEEPER-470.patch
>
>
> Include unistd.h for sleep() calls in C tests to ensure successful compilation on some platforms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.