You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2010/08/27 22:40:56 UTC

[jira] Updated: (AVRO-640) python rpc interop tests use wrong src dir

     [ https://issues.apache.org/jira/browse/AVRO-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-640:
------------------------------

    Attachment: AVRO-640.patch

Here's a patch for this.  It fixes the interop test script to use the correct path and also changes python's build to not delete the build/ dir after each step.

The server IP is also switched from 0.0.0.0 to 127.0.0.1, since the Ruby server seems to try a reverse DNS lookup on this address which causes the tests to time out, while 127.0.0.1 is usually in /etc/hosts.

> python rpc interop tests use wrong src dir
> ------------------------------------------
>
>                 Key: AVRO-640
>                 URL: https://issues.apache.org/jira/browse/AVRO-640
>             Project: Avro
>          Issue Type: Bug
>          Components: python
>            Reporter: Doug Cutting
>            Priority: Blocker
>             Fix For: 1.4.0
>
>         Attachments: AVRO-640.patch
>
>
> Python's RPC interop tests don't work because they refer to code in lang/py/src/ when they should instead look in lang/py/build/src.

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