You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Philip Zeyliger (JIRA)" <ji...@apache.org> on 2009/12/31 22:53:29 UTC

[jira] Created: (AVRO-277) org.apache.avro.TestDataFile$InteropTest failing

org.apache.avro.TestDataFile$InteropTest failing
------------------------------------------------

                 Key: AVRO-277
                 URL: https://issues.apache.org/jira/browse/AVRO-277
             Project: Avro
          Issue Type: Bug
          Components: java
            Reporter: Philip Zeyliger


In trunk, probably post AVRO-160 (informed guess, not a firm opinion), org.apache.avro.TestDataFile$InteropTest seems to be failing.

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


[jira] Commented: (AVRO-277) org.apache.avro.TestDataFile$InteropTest failing

Posted by "Philip Zeyliger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795685#action_12795685 ] 

Philip Zeyliger commented on AVRO-277:
--------------------------------------

I can trigger this with "ant test-interop-data-java" and get the following detailed error:

{noformat}
$cat build/test/TEST-*InteropTest*
Testsuite: org.apache.avro.TestDataFile$InteropTest
Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.505 sec
------------- Standard Output ---------------
Reading test.java.avro
Reading test.py.avro
Reading test.java.avro
Reading test.py.avro
------------- ---------------- ---------------

Testcase: testGeneratedGeneric took 0.413 sec
	Caused an ERROR
Not a data file.
java.io.IOException: Not a data file.
	at org.apache.avro.file.DataFileStream.<init>(DataFileStream.java:70)
	at org.apache.avro.file.DataFileReader.<init>(DataFileReader.java:44)
	at org.apache.avro.TestDataFile.readFile(TestDataFile.java:154)
	at org.apache.avro.TestDataFile$InteropTest.readFiles(TestDataFile.java:199)
	at org.apache.avro.TestDataFile$InteropTest.testGeneratedGeneric(TestDataFile.java:178)

Testcase: testGeneratedSpecific took 0.064 sec
	Caused an ERROR
Not a data file.
java.io.IOException: Not a data file.
	at org.apache.avro.file.DataFileStream.<init>(DataFileStream.java:70)
	at org.apache.avro.file.DataFileReader.<init>(DataFileReader.java:44)
	at org.apache.avro.TestDataFile.readFile(TestDataFile.java:154)
	at org.apache.avro.TestDataFile$InteropTest.readFiles(TestDataFile.java:199)
	at org.apache.avro.TestDataFile$InteropTest.testGeneratedSpecific(TestDataFile.java:183)
{noformat}

> org.apache.avro.TestDataFile$InteropTest failing
> ------------------------------------------------
>
>                 Key: AVRO-277
>                 URL: https://issues.apache.org/jira/browse/AVRO-277
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Philip Zeyliger
>
> In trunk, probably post AVRO-160 (informed guess, not a firm opinion), org.apache.avro.TestDataFile$InteropTest seems to be failing.

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


[jira] Commented: (AVRO-277) org.apache.avro.TestDataFile$InteropTest failing

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795688#action_12795688 ] 

Doug Cutting commented on AVRO-277:
-----------------------------------

I think this is just because Python has not been upgraded post AVRO-160.  This should be fixed by  	 AVRO-219, I think.

> org.apache.avro.TestDataFile$InteropTest failing
> ------------------------------------------------
>
>                 Key: AVRO-277
>                 URL: https://issues.apache.org/jira/browse/AVRO-277
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Philip Zeyliger
>
> In trunk, probably post AVRO-160 (informed guess, not a firm opinion), org.apache.avro.TestDataFile$InteropTest seems to be failing.

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