Created
September 30, 2011 08:35
-
-
Save pierredewilde/1253111 to your computer and use it in GitHub Desktop.
With rexster-0.7-SNAPSHOT running, 'mvn test' on blueprints-1.1-SNAPSHOT-rexster-graph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ cd Documents/_GraphDatabases/_Tinkerpop/_snapshot/blueprints/blueprints-rexster-graph/ | |
~/Documents/_GraphDatabases/_Tinkerpop/_snapshot/blueprints/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.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints-core/1.1-SNAPSHOT/maven-metadata.xml | |
Downloaded: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints-core/1.1-SNAPSHOT/maven-metadata.xml (954 B at 1.9 KB/sec) | |
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints-core/1.1-SNAPSHOT/maven-metadata.xml | |
Downloaded: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints-core/1.1-SNAPSHOT/maven-metadata.xml (954 B at 4.0 KB/sec) | |
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints/1.1-SNAPSHOT/maven-metadata.xml | |
Downloaded: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints/1.1-SNAPSHOT/maven-metadata.xml (607 B at 2.5 KB/sec) | |
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints-test/1.1-SNAPSHOT/maven-metadata.xml | |
Downloaded: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints-test/1.1-SNAPSHOT/maven-metadata.xml (783 B at 2.9 KB/sec) | |
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints-test/1.1-SNAPSHOT/maven-metadata.xml | |
Downloaded: http://tinkerpop.com/maven2/com/tinkerpop/blueprints/blueprints-test/1.1-SNAPSHOT/maven-metadata.xml (783 B at 3.3 KB/sec) | |
[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/_snapshot/blueprints/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/_snapshot/blueprints/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/_snapshot/blueprints/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 87.5107421875ms | |
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 6087.386962890625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1000 vertices deleted in 4888.729248046875ms | |
Testing testVertexIterator... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:5000 edges:0]]]: 5000 vertices added in 27407.91796875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:5000 edges:0]]]: 5000 vertices counted in 1011.89990234375ms | |
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 5016.90185546875ms | |
Testing testRemoveVertexProperties... | |
Testing testAddingIdProperty... | |
Testing testNoConcurrentModificationException... | |
*** TOTAL TIME [VertexTestSuite]: 63470.3828125 *** | |
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 68.4921875ms | |
Testing testAddManyEdges... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2000 edges:1000]]]: 3000 elements added in 15783.343017578125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2000 edges:1000]]]: 1000 edges counted in 163.6630859375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2000 edges:1000]]]: 2000 vertices counted in 291.761962890625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2000 edges:1000]]]: 2000 vertices checked in 26392.230224609375ms | |
Testing testGetEdges... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:3 edges:3]]]: 3 edges retrieved in 64.714111328125ms | |
Testing testGetNonExistantEdges... | |
Testing testRemoveManyEdges... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:200 edges:100]]]: 200 vertices counted in 31.138916015625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:200 edges:100]]]: 100 edges counted in 24.0458984375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:200 edges:0]]]: 100 edges removed and graph checked in 218715.75317382812ms | |
Testing testAddingDuplicateEdges... | |
Testing testRemoveEdgesByRemovingVertex... | |
Testing testRemoveEdges... | |
Testing testAddingSelfLoops... | |
Testing testRemoveSelfLoops... | |
Testing testEdgeIterator... | |
Testing testAddingRemovingEdgeProperties... | |
Testing testAddingLabelAndIdProperty... | |
*** TOTAL TIME [EdgeTestSuite]: 264223.1159667969 *** | |
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.776123046875ms | |
Testing testClear... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:50 edges:25]]]: 75 elements added in 300.875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 75 elements deleted in 7.321044921875ms | |
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.533203125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:100 edges:197]]]: 200 edges added in 815.9912109375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:100 edges:0]]]: 200 edges deleted (with size check on each delete) in 7115.8330078125ms | |
Testing testRemovingVertices... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:500 edges:0]]]: 500 vertices added in 1921.056884765625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:500 edges:250]]]: 250 edges added in 1022.572021484375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 500 vertices deleted (with size check on each delete) in 17713.1748046875ms | |
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 35665.48291015625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1464 edges:1463]]]: 1464 vertices iterated in 179.48388671875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1464 edges:1463]]]: 1463 edges iterated in 205.78369140625ms | |
Testing testConcurrentModification... | |
Testing testGraphDataPersists... | |
*** TOTAL TIME [GraphTestSuite]: 66325.39013671875 *** | |
Testing testNoManualIndicesOnConstruction... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 indices iterated through in 61.1572265625ms | |
Testing testAutomaticIndicesOnConstruction... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 automatic indices retrieved in 19.2861328125ms | |
Testing testCreateDropIndices... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 indices dropped in 13.544189453125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 3 indices created in 15.884033203125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 3 indices dropped and index iterable checked for consistency in 61.89990234375ms | |
Testing testNonExistentIndices... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 indices dropped in 9.632080078125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 3 non-existent indices retrieved with runtime exceptions in 13.2099609375ms | |
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.99169921875ms | |
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.059814453125ms | |
Testing testAutomaticTransactionsOnIndices... | |
Testing testRemoveVertexRemoveEdgesRemoveEdgesFromIndices... | |
*** TOTAL TIME [IndexableGraphTestSuite]: 400.22412109375 *** | |
Testing testNoConcurrentModificationException... | |
Testing testPutGetRemoveVertex... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 manual index created in 11.008056640625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:0]]]: 2 vertices manually index in 11.173095703125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1 edges:0]]]: 1 vertex removed and automatically removed from index in 6.846923828125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 vertex removed and automatically removed from index in 6.926025390625ms | |
Testing testIndexCount... | |
Testing testPutGetRemoveEdge... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 manual index created in 7.431884765625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:2]]]: 2 edges manually index in 14.072021484375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:1]]]: 1 edge removed and automatically removed from index in 12.39599609375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:0]]]: 1 edge removed and automatically removed from index in 7.26513671875ms | |
Testing testCloseableSequence... | |
*** TOTAL TIME [IndexTestSuite]: 877.046142578125 *** | |
Testing testIndexCount... | |
Testing testAutoIndexKeyManagement... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 automatic index keys added in 3.64794921875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 2 automatic index keys retrieved in 10.136962890625ms | |
Testing testAutoIndexPutGetRemoveVertex... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:10 edges:0]]]: 10 vertices retrieved from automatic index in 8.949951171875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:10 edges:0]]]: 10 vertices retrieved from automatic index in 9.146728515625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:10 edges:0]]]: 0 vertices retrieved from automatic index in 7.858154296875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 10 vertices retrieved from automatic index in 14.197998046875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 10 vertices retrieved from automatic index in 16.299072265625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 10 vertices retrieved from automatic index in 12.218017578125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 0 vertices retrieved from automatic index in 11.111328125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 10 vertices retrieved from automatic index in 12.132080078125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:0]]]: 0 vertices retrieved from automatic index in 11.1767578125ms | |
Testing testAutoIndexPutGetRemoveEdge... | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:10]]]: 10 edges retrieved from automatic index in 15.7080078125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:10]]]: 10 edges retrieved from automatic index in 13.45703125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:20 edges:10]]]: 0 edges retrieved from automatic index in 11.2578125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 10 edges retrieved from automatic index in 12.257080078125ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 10 edges retrieved from automatic index in 12.1318359375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 10 edges retrieved from automatic index in 12.191162109375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 0 edges retrieved from automatic index in 11.1279296875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 10 edges retrieved from automatic index in 13.00927734375ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:40 edges:20]]]: 0 edges retrieved from automatic index in 12.891845703125ms | |
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.26513671875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:1 edges:0]]]: 1 properties updated on vertex and automatic index in 8.310791015625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:0 edges:0]]]: 1 vertex removed and from automatic index in 15.34619140625ms | |
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 11.69384765625ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:1]]]: 1 properties updated on edge and automatic index in 7.955810546875ms | |
rexstergraph[http://127.0.0.1:8182/graphs/emptygraph[tinkergraph[vertices:2 edges:0]]]: 1 edge removed and from automatic index in 6.81982421875ms | |
Testing testAutomaticIndexKeysPersistent... | |
Testing testEdgeLabelIndexing... | |
*** TOTAL TIME [AutomaticIndexTestSuite]: 2436.389892578125 *** | |
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 397.765 sec | |
Results : | |
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 6:41.386s | |
[INFO] Finished at: Fri Sep 30 10:16:16 CEST 2011 | |
[INFO] Final Memory: 4M/81M | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment