-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Looking at the logs, it probably a bug with TinkerPop/BluePrints with Accumulo 1.8.0. What do you think?
Ubuntu 16.10 Server
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"
export HADOOP_HOME="/home/ubuntu/install/hadoop-2.7.3"
export ZOOKEEPER_HOME="/home/ubuntu/install/zookeeper-3.4.9"
export ACCUMULO_HOME="/home/ubuntu/install/accumulo-1.8.0"
WARN [client.impl.TabletServerBatchReader] TabletServerBatchReader not shutdown; did you forget to call close()?
Tests run: 21, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 32.534 sec <<< FAILURE! - in org.securegraph.accumulo.blueprints.AccumuloVertexTest
testRemoveVertexProperties(org.securegraph.accumulo.blueprints.AccumuloVertexTest) Time elapsed: 2.098 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<10> but was:
...
at com.tinkerpop.blueprints.VertexTestSuite.testRemoveVertexProperties(VertexTestSuite.java:320)
...