Skip to content

Instantly share code, notes, and snippets.

@pierredewilde
Created September 30, 2011 08:36
Show Gist options
  • Save pierredewilde/1253114 to your computer and use it in GitHub Desktop.
Save pierredewilde/1253114 to your computer and use it in GitHub Desktop.
With rexster-0.6 running, 'mvn test' on blueprints-1.0-rexster-graph
~/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph$ mvn test
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Blueprints-RexsterGraph 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ blueprints-rexster-graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/Pierre/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ blueprints-rexster-graph ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ blueprints-rexster-graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/Pierre/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ blueprints-rexster-graph ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.2:test (default-test) @ blueprints-rexster-graph ---
[INFO] Surefire report directory: /Users/Pierre/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph/target/surefire-reports
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.181 sec <<< FAILURE!
Results :
Tests in error:
testVertexTestSuite(com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest)
testEdgeTestSuite(com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest)
testGraphTestSuite(com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest)
testIndexableGraphTestSuite(com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest)
testIndexTestSuite(com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest)
testAutomaticIndexTestSuite(com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest)
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.522s
[INFO] Finished at: Fri Sep 30 10:22:00 CEST 2011
[INFO] Final Memory: 4M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test (default-test) on project blueprints-rexster-graph: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/Pierre/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph/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
~/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph$ mvn test
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Blueprints-RexsterGraph 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ blueprints-rexster-graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/Pierre/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ blueprints-rexster-graph ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ blueprints-rexster-graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/Pierre/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ blueprints-rexster-graph ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.2:test (default-test) @ blueprints-rexster-graph ---
[INFO] Surefire report directory: /Users/Pierre/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph/target/surefire-reports
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest
Testing testVertexEquality...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:0]]]: 1 vertex added and retrieved in 73.330810546875ms
Testing testAddVertex...
Testing testRemoveVertex...
Testing testRemoveVertexWithEdges...
Testing testGetNonExistantVertices...
Testing testRemoveVertexNullId...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1000 edges:0]]]: 1000 vertices added in 6086.240966796875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1000 vertices deleted in 5320.644775390625ms
Testing testVertexIterator...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:5000 edges:0]]]: 5000 vertices added in 28069.952880859375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:5000 edges:0]]]: 5000 vertices counted in 1135.38720703125ms
Testing testAddVertexProperties...
Testing testAddManyVertexProperties...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:50 edges:0]]]: 750 vertex properties added (with vertices being added too) in 4855.60107421875ms
Testing testRemoveVertexProperties...
Testing testAddingIdProperty...
Testing testNoConcurrentModificationException...
*** TOTAL TIME [VertexTestSuite]: 60382.950927734375 ***
Testing testNoConcurrentModificationException...
Testing testEdgeEquality...
Testing testAddEdges...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:3 edges:3]]]: 6 elements added and checked in 85.06005859375ms
Testing testAddManyEdges...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2000 edges:1000]]]: 3000 elements added in 16290.75390625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2000 edges:1000]]]: 1000 edges counted in 179.77978515625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2000 edges:1000]]]: 2000 vertices counted in 312.074951171875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2000 edges:1000]]]: 2000 vertices checked in 28715.427001953125ms
Testing testGetEdges...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:3 edges:3]]]: 3 edges retrieved in 63.89111328125ms
Testing testGetNonExistantEdges...
Testing testRemoveManyEdges...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:200 edges:100]]]: 200 vertices counted in 31.66015625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:200 edges:100]]]: 100 edges counted in 23.403076171875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:200 edges:0]]]: 100 edges removed and graph checked in 223343.0419921875ms
Testing testAddingDuplicateEdges...
Testing testRemoveEdgesByRemovingVertex...
Testing testRemoveEdges...
Testing testAddingSelfLoops...
Testing testRemoveSelfLoops...
Testing testEdgeIterator...
Testing testAddingRemovingEdgeProperties...
Testing testAddingLabelAndIdProperty...
*** TOTAL TIME [EdgeTestSuite]: 271794.99609375 ***
Testing testEmptyOnConstruction...
Testing testStringRepresentation...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 graph string representation generated in 14.89501953125ms
Testing testClear...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:50 edges:25]]]: 75 elements added in 297.787841796875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 75 elements deleted in 7.72412109375ms
Testing testAddingVerticesAndEdges...
Testing testSettingProperties...
Testing testRemovingEdges...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:100 edges:0]]]: 100 vertices added in 391.60107421875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:100 edges:199]]]: 200 edges added in 826.009033203125ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:100 edges:0]]]: 200 edges deleted (with size check on each delete) in 7151.44091796875ms
Testing testRemovingVertices...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:500 edges:0]]]: 500 vertices added in 1951.784912109375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:500 edges:250]]]: 250 edges added in 1021.589111328125ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 500 vertices deleted (with size check on each delete) in 18450.213134765625ms
Testing testConnectivityPatterns...
Testing testVertexEdgeLabels...
Testing testVertexEdgeLabels2...
Testing testTreeConnectivity...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1464 edges:1463]]]: 1464 vertices added in a tree structure in 36143.329833984375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1464 edges:1463]]]: 1464 vertices iterated in 190.326171875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1464 edges:1463]]]: 1463 edges iterated in 208.491943359375ms
Testing testConcurrentModification...
Testing testGraphDataPersists...
*** TOTAL TIME [GraphTestSuite]: 67309.32177734375 ***
Testing testNoManualIndicesOnConstruction...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 indices iterated through in 67.781005859375ms
Testing testAutomaticIndicesOnConstruction...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 automatic indices retrieved in 20.094970703125ms
Testing testCreateDropIndices...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 indices dropped in 22.94091796875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 3 indices created in 16.8798828125ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 3 indices dropped and index iterable checked for consistency in 52.559814453125ms
Testing testNonExistentIndices...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 indices dropped in 9.802978515625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 3 non-existent indices retrieved with runtime exceptions in 14.052978515625ms
Testing testIndexPersistence...
Testing testIndicesDroppedAndRecreatedOnClear...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 automatic indices retrieved after graph cleared in 26.30908203125ms
Testing testIndexDropPersistence...
Testing testExceptionOnIndexOverwrite...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 attempt(s) to overwrite existing indices in 19.65087890625ms
Testing testAutomaticTransactionsOnIndices...
*** TOTAL TIME [IndexableGraphTestSuite]: 340.008056640625 ***
Testing testNoConcurrentModificationException...
Testing testPutGetRemoveVertex...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 manual index created in 7.9619140625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:0]]]: 2 vertices manually index in 12.4501953125ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1 edges:0]]]: 1 vertex removed and automatically removed from index in 6.739013671875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 vertex removed and automatically removed from index in 7.34716796875ms
Testing testIndexCount...
Testing testPutGetRemoveEdge...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 manual index created in 7.673828125ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:2]]]: 2 edges manually index in 13.47509765625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:1]]]: 1 edge removed and automatically removed from index in 7.3310546875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:0]]]: 1 edge removed and automatically removed from index in 7.483154296875ms
Testing testCloseableSequence...
*** TOTAL TIME [IndexTestSuite]: 884.97119140625 ***
Testing testIndexCount...
Testing testAutoIndexKeyManagement...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 automatic index keys added in 4.10009765625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 automatic index keys retrieved in 10.205078125ms
Testing testAutoIndexPutGetRemoveVertex...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:10 edges:0]]]: 10 vertices retrieved from automatic index in 11.84423828125ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:10 edges:0]]]: 10 vertices retrieved from automatic index in 9.608154296875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:10 edges:0]]]: 0 vertices retrieved from automatic index in 8.4091796875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 10 vertices retrieved from automatic index in 13.256103515625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 10 vertices retrieved from automatic index in 12.94921875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 10 vertices retrieved from automatic index in 12.1162109375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 0 vertices retrieved from automatic index in 15.48193359375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 10 vertices retrieved from automatic index in 15.05615234375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 0 vertices retrieved from automatic index in 13.880126953125ms
Testing testAutoIndexPutGetRemoveEdge...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:10]]]: 10 edges retrieved from automatic index in 12.4990234375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:10]]]: 10 edges retrieved from automatic index in 12.56982421875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:10]]]: 0 edges retrieved from automatic index in 13.072998046875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 10 edges retrieved from automatic index in 14.11474609375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 10 edges retrieved from automatic index in 16.73291015625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 10 edges retrieved from automatic index in 18.233154296875ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 0 edges retrieved from automatic index in 20.09912109375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 10 edges retrieved from automatic index in 17.703125ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 0 edges retrieved from automatic index in 16.51904296875ms
Testing testAutoIndexSpecificKeysVertex...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1 edges:0]]]: 2 properties added to vertex and automatic index in 13.283203125ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1 edges:0]]]: 1 properties updated on vertex and automatic index in 11.510009765625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 vertex removed and from automatic index in 9.067138671875ms
Testing testAutoIndexSpecificKeysEdge...
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:1]]]: 2 properties added to edge and automatic index in 12.322021484375ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:1]]]: 1 properties updated on edge and automatic index in 7.6650390625ms
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:0]]]: 1 edge removed and from automatic index in 7.637939453125ms
Testing testAutomaticIndexKeysPersistent...
Testing testEdgeLabelIndexing...
*** TOTAL TIME [AutomaticIndexTestSuite]: 2927.322021484375 ***
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 403.668 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:45.640s
[INFO] Finished at: Fri Sep 30 10:32:54 CEST 2011
[INFO] Final Memory: 4M/81M
[INFO] ------------------------------------------------------------------------
~/Documents/_GraphDatabases/_Tinkerpop/_release/blueprints-1.0/blueprints-rexster-graph$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment