Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Test Failures most recent MASTER branch

accumulo1.5.x/1.x is the default branch that shows up on github.  When you clone the repo into a clean directory, is that the starting branch or is it still master?


On Thu, May 29, 2014 at 11:49 AM, Chris Eichelberger <cne1x@xxxxxxxx> wrote:
Chris,

We will look into that issue.

A relatively recent change is that the new default branch for GeoMesa --
and the branch that you should download and build -- is
"accumulo1.5.x/1.x" rather than "master".  Sorry for the confusion.

Thanks!

Sincerely,
  -- Chris


On Thu, 2014-05-29 at 15:22 +0000, Chris Snider wrote:
> Hi,
>
>
>
> I grabbed the latest master this morning and ran mvn clean install to
> build.  I get the following (and attached) error
>
>
>
> -------------------------------------------------------------------------------
>
> Test set: geomesa.core.avro.FeatureSpecificReaderTest
>
> -------------------------------------------------------------------------------
>
> Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.547
> sec <<< FAILURE! - in geomesa.core.avro.FeatureSpecificReaderTest
>
> testComplexDeserialize(geomesa.core.avro.FeatureSpecificReaderTest)
> Time elapsed: 0.048 sec  <<< FAILURE!
>
> org.junit.ComparisonFailure: expected:<[??????????]> but
> was:<[??????????]>
>
>                 at org.junit.Assert.assertEquals(Assert.java:123)
>
>                 at org.junit.Assert.assertEquals(Assert.java:145)
>
>                 at geomesa.core.avro.FeatureSpecificReaderTest
> $$anonfun$testComplexDeserialize$1$$anonfun$apply$mcVI$sp
> $2.apply(FeatureSpecificReaderTest.scala:270)
>
>                 at geomesa.core.avro.FeatureSpecificReaderTest
> $$anonfun$testComplexDeserialize$1$$anonfun$apply$mcVI$sp
> $2.apply(FeatureSpecificReaderTest.scala:269)
>
>                 at
> scala.collection.immutable.List.foreach(List.scala:318)
>
>                 at geomesa.core.avro.FeatureSpecificReaderTest
> $$anonfun$testComplexDeserialize$1.apply$mcVI
> $sp(FeatureSpecificReaderTest.scala:269)
>
>                 at scala.collection.immutable.Range.foreach$mVc
> $sp(Range.scala:141)
>
>                 at
> geomesa.core.avro.FeatureSpecificReaderTest.testComplexDeserialize(FeatureSpecificReaderTest.scala:265)
>
>
>
> Chris Snider
>
> Senior Software Engineer
>
> Intelligent Software Solutions, Inc.
>
> Direct (719) 452-7257
>
> Description: Description: Description:
> cid:image001.png@01CA1F1F.CBC93990
>
>
>
>
> _______________________________________________
> geomesa-users mailing list
> geomesa-users@xxxxxxxxxxxxxxxx
> http://www.locationtech.org/mailman/listinfo/geomesa-users

_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
http://www.locationtech.org/mailman/listinfo/geomesa-users


Back to the top