[
https://issues.apache.org/jira/browse/AVRO-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205157#comment-14205157
]
Doug Cutting commented on AVRO-1602:
------------------------------------
I wonder if we might just remove the span/trace stuff in Avro 1.8? This has
never been used to my knowledg. HTrace (a more general Dapper implementation)
is now entering the Incubator.
There are no dependencies within Avro on the trace code. Tests pass when I run
the commands:
{code}
mvn clean
svn rm `find . -name 'trace'`
mvn test
{code}
> FAILURE! - in org.apache.avro.ipc.trace.TestFileSpanStorage
> -----------------------------------------------------------
>
> Key: AVRO-1602
> URL: https://issues.apache.org/jira/browse/AVRO-1602
> Project: Avro
> Issue Type: Bug
> Components: build
> Affects Versions: 1.7.7
> Environment: Mac OS X 10.10 Yosemite
> Reporter: David Laxer
> Attachments: Screen Shot 2014-11-10 at 9.01.12 AM.png
>
>
> Running org.apache.avro.ipc.trace.TestFileSpanStorage
> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.995 sec <<<
> FAILURE! - in org.apache.avro.ipc.trace.TestFileSpanStorage
> testRangeQuery1(org.apache.avro.ipc.trace.TestFileSpanStorage) Time elapsed:
> 0.363 sec <<< FAILURE!
> java.lang.AssertionError: expected:<8> but was:<4>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at
> org.apache.avro.ipc.trace.TestFileSpanStorage.testRangeQuery1(TestFileSpanStorage.java:159)
> I see this issue:
> http://apache-avro.679487.n3.nabble.com/Build-failed-in-Jenkins-AvroJava-475-td4030947.html
> Is there a work-around?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)