[
https://issues.apache.org/jira/browse/AVRO-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206151#comment-14206151
]
David Laxer commented on AVRO-1602:
-----------------------------------
I tried increasing MAX_WAIT_TIME_MS by a factor of 10. Same error:
Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.861 sec -
in org.apache.avro.TestSchema
Results :
Failed tests:
TestFileSpanStorage.testRangeQuery1:159 expected:<8> but was:<16>
Tests run: 322, Failures: 1, Errors: 0, Skipped: 4
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Avro Java .................................. SUCCESS [05:35 min]
[INFO] Apache Avro ....................................... SUCCESS [06:26 min]
[INFO] Apache Avro Compiler .............................. SUCCESS [ 43.505 s]
[INFO] Apache Avro Maven Plugin .......................... SUCCESS [01:41 min]
[INFO] Apache Avro IPC ................................... FAILURE [ 03:26 h]
[INFO] Trevni Java ....................................... SKIPPED
[INFO] Trevni Java Core .................................. SKIPPED
[INFO] Apache Avro Mapred API ............................ SKIPPED
[INFO] Trevni Java Avro .................................. SKIPPED
[INFO] Trevni Specification .............................. SKIPPED
[INFO] Apache Avro Tools ................................. SKIPPED
[INFO] Apache Avro Protobuf Compatibility ................ SKIPPED
[INFO] Apache Avro Thrift Compatibility .................. SKIPPED
[INFO] Apache Avro Maven Archetypes ...................... SKIPPED
[INFO] Apache Avro Maven Service Archetype ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:48 h
[INFO] Finished at: 2014-11-10T13:18:31-06:00
[INFO] Final Memory: 31M/97M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on
project avro-ipc: There are test failures.
[ERROR]
[ERROR] Please refer to
/Users/davidlaxer/avro/lang/java/ipc/target/surefire-reports for the individual
test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :avro-ipc
> 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: AVRO-1602-1.patch, 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)