You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2008/10/01 04:53:44 UTC

[jira] Created: (ZOOKEEPER-149) c interface is missing tests against java server (mock only)

c interface is missing tests against java server (mock only)
------------------------------------------------------------

                 Key: ZOOKEEPER-149
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-149
             Project: Zookeeper
          Issue Type: Improvement
          Components: c client
            Reporter: Patrick Hunt
             Fix For: 3.1.0


The c client interface has unit tests but they are against mock server implementations only. We need to add tests for the c interface against live java server.

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


[jira] Commented: (ZOOKEEPER-149) c interface is missing tests against java server (mock only)

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

Mahadev konar commented on ZOOKEEPER-149:
-----------------------------------------

we recently put in some system test in the c code. also as maxim mentions we should doucment our tests running on some given ports ... 

> c interface is missing tests against java server (mock only)
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-149
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-149
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: c client
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.1.0
>
>
> The c client interface has unit tests but they are against mock server implementations only. We need to add tests for the c interface against live java server.

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


[jira] Assigned: (ZOOKEEPER-149) c interface is missing tests against java server (mock only)

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

Patrick Hunt reassigned ZOOKEEPER-149:
--------------------------------------

    Assignee: Benjamin Reed  (was: Patrick Hunt)

Ben is looking at system test as part of ZOOKEEPER-215

> c interface is missing tests against java server (mock only)
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-149
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-149
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: c client
>            Reporter: Patrick Hunt
>            Assignee: Benjamin Reed
>             Fix For: 3.1.0
>
>
> The c client interface has unit tests but they are against mock server implementations only. We need to add tests for the c interface against live java server.

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


[jira] Commented: (ZOOKEEPER-149) c interface is missing tests against java server (mock only)

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

Benjamin Reed commented on ZOOKEEPER-149:
-----------------------------------------

The system test only tests the watcher code. We should leave this issue open until we get a more complete suite of system tests.

> c interface is missing tests against java server (mock only)
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-149
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-149
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: c client
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.1.0
>
>
> The c client interface has unit tests but they are against mock server implementations only. We need to add tests for the c interface against live java server.

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


[jira] Assigned: (ZOOKEEPER-149) c interface is missing tests against java server (mock only)

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

Maxim P. Dementiev reassigned ZOOKEEPER-149:
--------------------------------------------

    Assignee: Patrick Hunt

This jira item should be altered.
Try to do "grep localhost:2121 trunk/src/c/tests", there are 31 matches of the usage to call zookeeper_init().

The other problem, you see, is the usage of concrete port on the localhost by a ZooKeeper server instance to run these tests without documenting it.

> c interface is missing tests against java server (mock only)
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-149
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-149
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: c client
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.1.0
>
>
> The c client interface has unit tests but they are against mock server implementations only. We need to add tests for the c interface against live java server.

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


[jira] Resolved: (ZOOKEEPER-149) c interface is missing tests against java server (mock only)

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

Benjamin Reed resolved ZOOKEEPER-149.
-------------------------------------

    Resolution: Duplicate

> c interface is missing tests against java server (mock only)
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-149
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-149
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: c client
>            Reporter: Patrick Hunt
>            Assignee: Benjamin Reed
>             Fix For: 3.1.0
>
>
> The c client interface has unit tests but they are against mock server implementations only. We need to add tests for the c interface against live java server.

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