You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Dheeraj Agrawal (JIRA)" <ji...@apache.org> on 2011/08/16 19:27:28 UTC

[jira] [Created] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

Add windows automated builds (CI) for zookeeper c client bindings
-----------------------------------------------------------------

                 Key: ZOOKEEPER-1155
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
             Project: ZooKeeper
          Issue Type: Improvement
          Components: c client
    Affects Versions: 3.3.4, 3.4.0
            Reporter: Dheeraj Agrawal


setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.

There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
https://issues.apache.org/jira/browse/INFRA-3842

feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

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

Dheeraj Agrawal updated ZOOKEEPER-1155:
---------------------------------------

    Attachment: ZOOKEEPER-1155.patch

For making it compile with VS2008
                
> Add windows automated builds (CI) for zookeeper c client bindings
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1155
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.3.4, 3.4.0
>            Reporter: Dheeraj Agrawal
>         Attachments: ZOOKEEPER-1155.patch
>
>
> setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.
> There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
> https://issues.apache.org/jira/browse/INFRA-3842
> feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

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

Hadoop QA commented on ZOOKEEPER-1155:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12498066/ZOOKEEPER-1155.patch
  against trunk revision 1179371.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/607//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/607//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/607//console

This message is automatically generated.
                
> Add windows automated builds (CI) for zookeeper c client bindings
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1155
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.3.4, 3.4.0
>            Reporter: Dheeraj Agrawal
>         Attachments: ZOOKEEPER-1155.patch
>
>
> setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.
> There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
> https://issues.apache.org/jira/browse/INFRA-3842
> feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

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

Camille Fournier updated ZOOKEEPER-1155:
----------------------------------------

    Attachment: ZOOKEEPER-1155.patch
    
> Add windows automated builds (CI) for zookeeper c client bindings
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1155
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.3.4, 3.4.0
>            Reporter: Dheeraj Agrawal
>         Attachments: ZOOKEEPER-1155.patch, ZOOKEEPER-1155.patch
>
>
> setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.
> There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
> https://issues.apache.org/jira/browse/INFRA-3842
> feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

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

Hudson commented on ZOOKEEPER-1155:
-----------------------------------

Integrated in ZooKeeper-trunk #1327 (See [https://builds.apache.org/job/ZooKeeper-trunk/1327/])
    ZOOKEEPER-1155. Add windows automated builds (CI) for zookeeper c client bindings

camille : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1180047
Files : 
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/c/Cli.vcproj
* /zookeeper/trunk/src/c/zookeeper.sln
* /zookeeper/trunk/src/c/zookeeper.vcproj

                
> Add windows automated builds (CI) for zookeeper c client bindings
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1155
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.3.4, 3.4.0
>            Reporter: Dheeraj Agrawal
>            Assignee: Camille Fournier
>         Attachments: ZOOKEEPER-1155.patch, ZOOKEEPER-1155.patch
>
>
> setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.
> There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
> https://issues.apache.org/jira/browse/INFRA-3842
> feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

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

Patrick Hunt reassigned ZOOKEEPER-1155:
---------------------------------------

    Assignee: Camille Fournier
    
> Add windows automated builds (CI) for zookeeper c client bindings
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1155
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.3.4, 3.4.0
>            Reporter: Dheeraj Agrawal
>            Assignee: Camille Fournier
>         Attachments: ZOOKEEPER-1155.patch, ZOOKEEPER-1155.patch
>
>
> setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.
> There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
> https://issues.apache.org/jira/browse/INFRA-3842
> feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

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

Patrick Hunt commented on ZOOKEEPER-1155:
-----------------------------------------

should this be resolved? given it's been committed to svn and there is now a jenkins build for 2008 (green).
                
> Add windows automated builds (CI) for zookeeper c client bindings
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1155
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.3.4, 3.4.0
>            Reporter: Dheeraj Agrawal
>            Assignee: Camille Fournier
>         Attachments: ZOOKEEPER-1155.patch, ZOOKEEPER-1155.patch
>
>
> setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.
> There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
> https://issues.apache.org/jira/browse/INFRA-3842
> feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

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

Camille Fournier commented on ZOOKEEPER-1155:
---------------------------------------------

Yeah I will resolve it. Would still like to get this running as a patch validation build but that can be done separately.
                
> Add windows automated builds (CI) for zookeeper c client bindings
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1155
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.3.4, 3.4.0
>            Reporter: Dheeraj Agrawal
>            Assignee: Camille Fournier
>         Attachments: ZOOKEEPER-1155.patch, ZOOKEEPER-1155.patch
>
>
> setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.
> There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
> https://issues.apache.org/jira/browse/INFRA-3842
> feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1155) Add windows automated builds (CI) for zookeeper c client bindings

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

Hadoop QA commented on ZOOKEEPER-1155:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12498157/ZOOKEEPER-1155.patch
  against trunk revision 1180047.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/610//console

This message is automatically generated.
                
> Add windows automated builds (CI) for zookeeper c client bindings
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1155
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1155
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.3.4, 3.4.0
>            Reporter: Dheeraj Agrawal
>         Attachments: ZOOKEEPER-1155.patch, ZOOKEEPER-1155.patch
>
>
> setup an CI build on windows to make sure that the new code checked in compiles fine on windows (VS compilers) for the zookeeper c bindings.
> There is a ticket opened with the INFRA team to assign a build box and setup CI env for zookeeper c bindings
> https://issues.apache.org/jira/browse/INFRA-3842
> feel free to help us with this effort, this will ensure that the new checkins dont break windows builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira