[ https://issues.apache.org/jira/browse/AVRO-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802523#action_12802523 ]
Matt Massie commented on AVRO-321: ---------------------------------- +1 on the plan We could also avoid the sleep by making the script look more like {code} #!/bin/sh avro-java-tool rpcreceive "http://0.0.0.0:0/" "$protocol" | read port avro-py-tool rpcsend "http://0.0.0.0:$port" "$protocol" {code} > Run Java RPC interop tests again > -------------------------------- > > Key: AVRO-321 > URL: https://issues.apache.org/jira/browse/AVRO-321 > Project: Avro > Issue Type: Test > Components: build, java > Reporter: Jeff Hammerbacher > Assignee: Doug Cutting > Fix For: 1.3.0 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.