[ https://issues.apache.org/jira/browse/AVRO-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830840#action_12830840 ]
Jeff Hammerbacher commented on AVRO-287: ---------------------------------------- The current bash script which implements the interop tests starts the server as a background process ,and redirects stdout to a file to capture the port number of the server. Unfortunately, I have not been able to figure out a way for a Python script to capture what is writted to stdout when it is started as a background process. Stderr, on the other hand, works great. Can we change the mechanism for capturing the server's port? > Make RPC interop tests work with new Python implementation > ---------------------------------------------------------- > > Key: AVRO-287 > URL: https://issues.apache.org/jira/browse/AVRO-287 > Project: Avro > Issue Type: Test > Components: python > Reporter: Jeff Hammerbacher > Assignee: Jeff Hammerbacher > Fix For: 1.3.0 > > Attachments: AVRO-287.patch, echo.avpr, HelloClient.java, > HelloServer.java, hw.py > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.