| Project | Number | Date |
|---|---|---|
| cypher-for-gremlin | 1.0.2 | 10 Jun 2019, 13:01 |
| Steps | Scenarios | Features | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Feature | Passed | Failed | Skipped | Pending | Undefined | Total | Passed | Failed | Total | Duration | Status |
| VarLengthAcceptance2 | 3 | 1 | 0 | 0 | 0 | 4 | 0 | 1 | 1 | 0.000 | Failed |
13:00:22.509 [Test worker] DEBUG o.a.t.g.driver.Client - g.V().drop()}} to - Connection{host=Host{address=localhost/127.0.0.1:44141, hostUri=ws://localhost:44141/gremlin}}
CREATE (n0:Node),
(n1:Node),
(n2:Node),
(n3:Node),
(n0)-[:EDGE]->(n1),
(n1)-[:EDGE]->(n2),
(n2)-[:EDGE]->(n3)
13:00:22.510 [Test worker] DEBUG o.a.t.g.driver.Client - CREATE (n0:Node), (n1:Node), (n2:Node), (n3:Node), (n0)-[:EDGE]->(n1), (n1)-[:EDGE]->(n2), (n2)-[:EDGE]->(n3)}} to - Connection{host=Host{address=localhost/127.0.0.1:44141, hostUri=ws://localhost:44141/gremlin}} 13:00:22.510 [gremlin-server-worker-1] INFO o.o.g.s.o.c.CypherOpProcessor - Cypher: CREATE (n0:Node), (n1:Node), (n2:Node), (n3:Node), (n0)-[:EDGE]->(n1), (n1)-[:EDGE]->(n2), (n2)-[:EDGE]->(n3) 13:00:22.515 [gremlin-server-worker-1] INFO o.o.g.s.o.c.CypherOpProcessor - Gremlin: g.addV('Node').as('n0').addV('Node').as('n1').addV('Node').as('n2').addV('Node').as('n3').addE('EDGE').from('n0').to('n1').addE('EDGE').from('n1').to('n2').addE('EDGE').from('n2').to('n3').barrier().limit(0)
MATCH ()-[r:EDGE]-() MATCH p = (n)-[*0..1]-()-[r]-()-[*0..1]-(m) RETURN count(p) AS c
13:00:22.536 [Test worker] DEBUG o.a.t.g.driver.Client - MATCH ()-[r:EDGE]-() MATCH p = (n)-[*0..1]-()-[r]-()-[*0..1]-(m) RETURN count(p) AS c}} to - Connection{host=Host{address=localhost/127.0.0.1:44141, hostUri=ws://localhost:44141/gremlin}} 13:00:22.536 [gremlin-server-worker-1] INFO o.o.g.s.o.c.CypherOpProcessor - Cypher: MATCH ()-[r:EDGE]-() MATCH p = (n)-[*0..1]-()-[r]-()-[*0..1]-(m) RETURN count(p) AS c 13:00:22.548 [gremlin-server-worker-1] INFO o.o.g.s.o.c.CypherOpProcessor - Gremlin: g.V().bothE('EDGE').dedup().by(__.path()).as('r').otherV().V().as('n').as(' cypher.path.start.p').emit(__.loops().is(gte(0))).repeat(__.bothE().dedup().by(__.path()).aggregate(' cypher.path.edge.p').otherV()).times(1).simplePath().from(' cypher.path.start.p').as(' cypher.path.start.p').bothE().dedup().by(__.path()).as(' GENERATED2').where(__.select(' GENERATED2').where(eq('r'))).aggregate(' cypher.path.edge.p').otherV().as(' cypher.path.start.p').emit(__.loops().is(gte(0))).repeat(__.bothE().dedup().by(__.path()).aggregate(' cypher.path.edge.p').otherV()).times(1).simplePath().from(' cypher.path.start.p').path().from('n').is(neq(' cypher.null')).count().project('c').by(__.identity())
| c |
| 32 |