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 2009/11/10 19:39:29 UTC

[jira] Created: (AVRO-189) test-c target fails

test-c target fails
-------------------

                 Key: AVRO-189
                 URL: https://issues.apache.org/jira/browse/AVRO-189
             Project: Avro
          Issue Type: Bug
          Components: c
            Reporter: Doug Cutting
            Priority: Minor


The test-c target currently fails with "Failed to open data file ../../build/test/data-files/test.py.avro; FAIL: test_avro_interop".  We should be able to test ports independently, without interop testing.


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


[jira] Resolved: (AVRO-189) test-c target fails

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

Matt Massie resolved AVRO-189.
------------------------------

    Resolution: Fixed
      Assignee: Matt Massie

Committed fix.

$ ant test-c

runs without the interoperability tests.

$ ant test-interop

will run the C interoperability tests separately.



> test-c target fails
> -------------------
>
>                 Key: AVRO-189
>                 URL: https://issues.apache.org/jira/browse/AVRO-189
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>            Reporter: Doug Cutting
>            Assignee: Matt Massie
>            Priority: Minor
>
> The test-c target currently fails with "Failed to open data file ../../build/test/data-files/test.py.avro; FAIL: test_avro_interop".  We should be able to test ports independently, without interop testing.

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