Occasionally, builds on travis will fail due to an assertion error when performing deletes on secondary index ITs. Here are some examples of the failures:
testLocalIngestAndQuerySpatialTemporal - org.locationtech.geowave.test.secondary.BasicSecondaryIndexIT (dataStoreOptions=REDIS)(org.locationtech.geowave.test.secondary.BasicSecondaryIndexIT) Time elapsed: 11.169 sec <<< FAILURE!
java.lang.AssertionError: Unable to delete all features in bulk delete
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.locationtech.geowave.test.basic.AbstractGeoWaveBasicVectorIT.deleteInternal(AbstractGeoWaveBasicVectorIT.java:541)
at org.locationtech.geowave.test.basic.AbstractGeoWaveBasicVectorIT.testDeleteCQL(AbstractGeoWaveBasicVectorIT.java:444)
at org.locationtech.geowave.test.secondary.AbstractSecondaryIndexIT.testIngestAndQuery(AbstractSecondaryIndexIT.java:73)
at org.locationtech.geowave.test.secondary.BasicSecondaryIndexIT.testIngestAndQuery(BasicSecondaryIndexIT.java:77)
at org.locationtech.geowave.test.secondary.BasicSecondaryIndexIT.testLocalIngestAndQuerySpatialTemporal(BasicSecondaryIndexIT.java:68)
testDistributedIngestAndQuerySpatialTemporal - org.locationtech.geowave.test.secondary.MapReduceSecondaryIndexIT (dataStoreOptions=ROCKSDB) (inputDataStoreOptions=ROCKSDB)(org.locationtech.geowave.test.secondary.MapReduceSecondaryIndexIT) Time elapsed: 17.611 sec <<< FAILURE!
java.lang.AssertionError: Unable to delete all features in bulk delete
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.locationtech.geowave.test.basic.AbstractGeoWaveBasicVectorIT.deleteInternal(AbstractGeoWaveBasicVectorIT.java:541)
at org.locationtech.geowave.test.basic.AbstractGeoWaveBasicVectorIT.testDeleteCQL(AbstractGeoWaveBasicVectorIT.java:444)
at org.locationtech.geowave.test.secondary.AbstractSecondaryIndexIT.testIngestAndQuery(AbstractSecondaryIndexIT.java:73)
at org.locationtech.geowave.test.secondary.MapReduceSecondaryIndexIT.testIngestAndQuery(MapReduceSecondaryIndexIT.java:102)
at org.locationtech.geowave.test.secondary.MapReduceSecondaryIndexIT.testDistributedIngestAndQuerySpatialTemporal(MapReduceSecondaryIndexIT.java:149)
testNoSecondaryIndices - org.locationtech.geowave.test.secondary.SimpleQuerySecondaryIndexIT (dataStoreOptions=REDIS)(org.locationtech.geowave.test.secondary.SimpleQuerySecondaryIndexIT) Time elapsed: 0.238 sec <<< FAILURE!
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at org.junit.Assert.assertFalse(Assert.java:74)
at org.locationtech.geowave.test.secondary.SimpleQuerySecondaryIndexIT.testNoSecondaryIndices(SimpleQuerySecondaryIndexIT.java:116)
It seems to happen most frequently on the Redis ITs, but I have seen it happen on most of the other data stores at one point or another.
Occasionally, builds on travis will fail due to an assertion error when performing deletes on secondary index ITs. Here are some examples of the failures:
It seems to happen most frequently on the Redis ITs, but I have seen it happen on most of the other data stores at one point or another.