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 2011/01/07 02:02:45 UTC

[jira] Updated: (AVRO-643) TestTraceCollection sometimes fails

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

Doug Cutting updated AVRO-643:
------------------------------

    Attachment: AVRO-643.patch

Here's a patch that appears to fix this for me.  It delays a bit longer by closing servers earlier, so that they finish updating all of their plugins before plugin output is checked.

> TestTraceCollection sometimes fails
> -----------------------------------
>
>                 Key: AVRO-643
>                 URL: https://issues.apache.org/jira/browse/AVRO-643
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.4.0
>            Reporter: Doug Cutting
>             Fix For: 1.5.0
>
>         Attachments: AVRO-643.patch
>
>
> TestTraceCollection sometimes fails with:
> {code}
> Testcase: testRecursingTrace took 2.116 sec
> 	FAILED
> expected:<0> but was:<1>
> junit.framework.AssertionFailedError: expected:<0> but was:<1>
> 	at org.apache.avro.ipc.trace.TestTraceCollection.testRecursingTrace(TestTraceCollection.java:95)
> {code}

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