
================================================================================
Match3 - Match fixed length patterns (24 failures)
================================================================================

[1] Get neighbours
    Error: Unknown

[2] Directed match of a simple relationship
    Error: Unknown

[3] Undirected match on simple relationship graph
    Error: Unknown

[4] Get two related nodes
    Error: Unknown

[5] Return two subgraphs with bound undirected relationship
    Error: Unknown

[6] Matching a relationship pattern using a label predicate
    Error: Unknown

[7] Matching nodes with many labels
    Error: Unknown

[8] Matching using relationship predicate with multiples of the same type
    Error: Unknown

[9] Get related to related to
    Error: Unknown

[11] Undirected match in self-relationship graph
    Error: Unknown

[12] Undirected match of self-relationship in self-relationship graph
    Error: Unknown

[13] Directed match on self-relationship graph
    Error: Unknown

[14] Directed match of self-relationship on self-relationship graph
    Error: Unknown

[15] Mixing directed and undirected pattern parts with self-relationship, simple
    Error: Unknown

[16] Mixing directed and undirected pattern parts with self-relationship, undirected
    Error: Unknown

[17] Handling cyclic patterns
    Error: Unknown

[18] Handling cyclic patterns when separated into two parts
    Error: Unknown

[19] Two bound nodes pointing to the same node
    Error: Unknown

[20] Three bound nodes pointing to the same node
    Error: Unknown

[21] Three bound nodes pointing to the same node with extra connections
    Error: Unknown

[22] Returning bound nodes that are not part of the pattern
    Error: Unknown

[23] Matching disconnected patterns
    Error: Unknown

[24] Matching twice with duplicate relationship types on same relationship
    Error: Unknown

[26] Matching twice with a duplicate predicate
    Error: Unknown


================================================================================
Match5 - Match variable length patterns over given graphs scenarios (23 failures)
================================================================================

[1] Handling unbounded variable length match
    Error: Unknown

[2] Handling explicitly unbounded variable length match
    Error: Unknown

[4] Handling single bounded variable length match 2
    Error: Unknown

[5] Handling single bounded variable length match 3
    Error: Unknown

[6] Handling upper and lower bounded variable length match 1
    Error: Unknown

[7] Handling upper and lower bounded variable length match 2
    Error: Unknown

[9] Handling symmetrically bounded variable length match, bounds are one
    Error: Unknown

[10] Handling symmetrically bounded variable length match, bounds are two
    Error: Unknown

[14] Handling upper bounded variable length match 1
    Error: Unknown

[15] Handling upper bounded variable length match 2
    Error: Unknown

[16] Handling lower bounded variable length match 1
    Error: Unknown

[17] Handling lower bounded variable length match 2
    Error: Unknown

[18] Handling lower bounded variable length match 3
    Error: Unknown

[19] Handling a variable length relationship and a standard relationship in chain, zero length 1
    Error: Unknown

[20] Handling a variable length relationship and a standard relationship in chain, zero length 2
    Error: Unknown

[21] Handling a variable length relationship and a standard relationship in chain, single length 1
    Error: Unknown

[22] Handling a variable length relationship and a standard relationship in chain, single length 2
    Error: Unknown

[23] Handling a variable length relationship and a standard relationship in chain, longer 1
    Error: Unknown

[24] Handling a variable length relationship and a standard relationship in chain, longer 2
    Error: Unknown

[25] Handling a variable length relationship and a standard relationship in chain, longer 3
    Error: Unknown

[26] Handling mixed relationship patterns and directions 1
    Error: Unknown

[28] Handling mixed relationship patterns 1
    Error: Unknown

[29] Handling mixed relationship patterns 2
    Error: Unknown


================================================================================
Pattern1 - Pattern predicate (20 failures)
================================================================================

[1] Matching on any single outgoing directed connection
    Error: Unknown

[2] Matching on a single undirected connection
    Error: Unknown

[3] Matching on any single incoming directed connection
    Error: Unknown

[4] Matching on a specific type of single outgoing directed connection
    Error: Unknown

[5] Matching on a specific type of single undirected connection
    Error: Unknown

[6] Matching on a specific type of single incoming directed connection
    Error: Unknown

[7] Matching on a specific type of a variable length outgoing directed connection
    Error: Unknown

[8] Matching on a specific type of variable length undirected connection
    Error: Unknown

[9] Matching on a specific type of variable length incoming directed connection
    Error: Unknown

[10] Matching on a specific type of undirected connection with length 2
    Error: Unknown

[12] Matching two nodes on a single directed connection between them
    Error: Unknown

[13] Fail on matching two nodes on a single undirected connection between them
    Error: Unknown

[14] Matching two nodes on a specific type of single outgoing directed connection
    Error: Unknown

[15] Matching two nodes on a specific type of single undirected connection
    Error: Unknown

[16] Matching two nodes on a specific type of a variable length outgoing directed connection
    Error: Unknown

[17] Matching two nodes on a specific type of variable length undirected connection
    Error: Unknown

[18] Matching two nodes on a specific type of undirected connection with length 2
    Error: Unknown

[19] Using a negated existential pattern predicate
    Error: Unknown

[20] Using two existential pattern predicates in a conjunction
    Error: Unknown

[21] Using two existential pattern predicates in a disjunction
    Error: Unknown


================================================================================
TriadicSelection1 - Query three related nodes on binary-tree graphs (18 failures)
================================================================================

[1] Handling triadic friend of a friend
    Error: Unknown

[2] Handling triadic friend of a friend that is not a friend
    Error: Unknown

[3] Handling triadic friend of a friend that is not a friend with different relationship type
    Error: Unknown

[4] Handling triadic friend of a friend that is not a friend with superset of relationship type
    Error: Unknown

[5] Handling triadic friend of a friend that is not a friend with implicit subset of relationship type
    Error: Unknown

[6] Handling triadic friend of a friend that is not a friend with explicit subset of relationship type
    Error: Unknown

[7] Handling triadic friend of a friend that is not a friend with same labels
    Error: Unknown

[8] Handling triadic friend of a friend that is not a friend with different labels
    Error: Unknown

[9] Handling triadic friend of a friend that is not a friend with implicit subset of labels
    Error: Unknown

[10] Handling triadic friend of a friend that is not a friend with implicit superset of labels
    Error: Unknown

[11] Handling triadic friend of a friend that is a friend
    Error: Unknown

[12] Handling triadic friend of a friend that is a friend with different relationship type
    Error: Unknown

[13] Handling triadic friend of a friend that is a friend with superset of relationship type
    Error: Unknown

[14] Handling triadic friend of a friend that is a friend with implicit subset of relationship type
    Error: Unknown

[15] Handling triadic friend of a friend that is a friend with explicit subset of relationship type
    Error: Unknown

[16] Handling triadic friend of a friend that is a friend with same labels
    Error: Unknown

[18] Handling triadic friend of a friend that is a friend with implicit subset of labels
    Error: Unknown

[19] Handling triadic friend of a friend that is a friend with implicit superset of labels
    Error: Unknown


================================================================================
Match6 - Match named paths scenarios (15 failures)
================================================================================

[2] Return a simple path
    Error: Unknown

[3] Return a three node path
    Error: Unknown

[5] Path query should return results in written order
    Error: Unknown

[6] Handling direction of named paths
    Error: Unknown

[7] Respecting direction when matching existing path
    Error: Unknown

[9] Longer path query should return results in written order
    Error: Unknown

[10] Named path with alternating directed/undirected relationships
    Error: Unknown

[11] Named path with multiple alternating directed/undirected relationships
    Error: Unknown

[12] Matching path with multiple bidirectional relationships
    Error: Unknown

[13] Matching path with both directions should respect other directions
    Error: Unknown

[16] Return a var length path
    Error: Unknown

[17] Return a named var length path of length zero
    Error: Unknown

[18] Undirected named path
    Error: Unknown

[19] Variable length relationship without lower bound
    Error: Unknown

[20] Variable length relationship without bounds
    Error: Unknown


================================================================================
Match7 - Optional match (15 failures)
================================================================================

[3] OPTIONAL MATCH and bound nodes
    Error: Unknown

[4] Optionally matching relationship with bound nodes in reverse direction
    Error: Unknown

[5] Optionally matching relationship with a relationship that is already bound
    Error: Unknown

[6] Optionally matching relationship with a relationship and node that are both already bound
    Error: Unknown

[7] MATCH with OPTIONAL MATCH in longer pattern
    Error: Unknown

[9] Longer pattern with bound nodes
    Error: Unknown

[11] Return two subgraphs with bound undirected relationship and optional relationship
    Error: Unknown

[12] Variable length optional relationships
    Error: Unknown

[17] Optionally matching named paths - existing result
    Error: Unknown

[23] OPTIONAL MATCH with labels on the optional end node
    Error: Unknown

[24] Optionally matching self-loops
    Error: Unknown

[26] Handling correlated optional matches; first does not match implies second does not match
    Error: Unknown

[29] Satisfies the open world assumption, relationships between same nodes
    Error: Unknown

[30] Satisfies the open world assumption, single relationship
    Error: Unknown

[31] Satisfies the open world assumption, relationships between different nodes
    Error: Unknown


================================================================================
CountingSubgraphMatches1 - Matching subgraph patterns and count the number of matches (11 failures)
================================================================================

[1] Undirected match in self-relationship graph, count
    Error: Unknown

[2] Undirected match of self-relationship in self-relationship graph, count
    Error: Unknown

[3] Undirected match on simple relationship graph, count
    Error: Unknown

[4] Directed match on self-relationship graph, count
    Error: Unknown

[5] Directed match of self-relationship on self-relationship graph, count
    Error: Unknown

[6] Counting undirected self-relationships in self-relationship graph
    Error: Unknown

[7] Counting distinct undirected self-relationships in self-relationship graph
    Error: Unknown

[8] Directed match of a simple relationship, count
    Error: Unknown

[9] Counting directed self-relationships
    Error: Unknown

[10] Mixing directed and undirected pattern parts with self-relationship, count
    Error: Unknown

[11] Mixing directed and undirected pattern parts with self-relationship, undirected count
    Error: Unknown


================================================================================
Pattern2 - Pattern Comprehension (10 failures)
================================================================================

[1] Return a pattern comprehension
    Error: Unknown

[2] Return a pattern comprehension with label predicate
    Error: Unknown

[3] Return a pattern comprehension with bound nodes
    Error: Unknown

[4] Introduce a new node variable in pattern comprehension
    Error: Unknown

[5] Introduce a new relationship variable in pattern comprehension
    Error: Unknown

[7] Use a pattern comprehension inside a list comprehension
    Error: Unknown

[8] Use a pattern comprehension in WITH
    Error: Unknown

[9] Use a variable-length pattern comprehension in WITH
    Error: Unknown

[10] Use a pattern comprehension in RETURN
    Error: Unknown

[11] Use a pattern comprehension and ORDER BY
    Error: Unknown


================================================================================
Merge5 - Merge relationships (10 failures)
================================================================================

[2] Matching a relationship
    Error: Unknown

[3] Matching two relationships
    Error: Unknown

[5] Filtering relationships
    Error: Unknown

[7] Matching incoming relationship
    Error: Unknown

[12] Match outgoing relationship when direction unspecified
    Error: Unknown

[13] Match both incoming and outgoing relationships when direction unspecified
    Error: Unknown

[14] Using list properties via variable
    Error: Unknown

[15] Matching using list property
    Error: Unknown

[20] Do not match on deleted entities
    Error: Unknown

[21] Do not match on deleted relationships
    Error: Unknown


================================================================================
MatchWhere1 - Filter single variable (9 failures)
================================================================================

[1] Filter node with node label predicate on multi variables with multiple bindings
    Error: Unknown

[4] Filter start node of relationship with property predicate on multi variables with multiple bindings
    Error: Unknown

[5] Filter end node of relationship with property predicate on multi variables with multiple bindings
    Error: Unknown

[6] Filter node with a parameter in a property predicate on multi variables with one binding
    Error: Unknown

[7] Filter relationship with relationship type predicate on multi variables with multiple bindings
    Error: Unknown

[8] Filter relationship with property predicate on multi variables with multiple bindings
    Error: Unknown

[9] Filter relationship with a parameter in a property predicate on multi variables with one binding
    Error: Unknown

[11] Filter relationship with disjunctive relationship type predicate on multi variables with multiple bindings
    Error: Unknown

[12] Filter path with path length predicate on multi variables with one binding
    Error: Unknown


================================================================================
MatchWhere6 - Filter optional matches (7 failures)
================================================================================

[1] Filter node with node label predicate on multi variables with multiple bindings after MATCH and OPTIONAL MATCH
    Error: Unknown

[3] Filter node with property predicate on multi variables with multiple bindings after OPTIONAL MATCH
    Error: Unknown

[4] Do not fail when predicates on optionally matched and missed nodes are invalid
    Error: Unknown

[5] Matching and optionally matching with unbound nodes and equality predicate in reverse direction
    Error: Unknown

[6] Join nodes on non-equality of properties – OPTIONAL MATCH and WHERE
    Error: Unknown

[7] Join nodes on non-equality of properties – OPTIONAL MATCH on two relationships and WHERE
    Error: Unknown

[8] Join nodes on non-equality of properties – Two OPTIONAL MATCH clauses and WHERE
    Error: Unknown


================================================================================
Match9 - Match deprecated scenarios (7 failures)
================================================================================

[1] Variable length relationship variables are lists of relationships
    Error: Unknown

[2] Return relationships by collecting them as a list - directed, one way
    Error: Unknown

[3] Return relationships by collecting them as a list - undirected, starting from two extremes
    Error: Unknown

[4] Return relationships by collecting them as a list - undirected, starting from one extreme
    Error: Unknown

[5] Variable length pattern with label predicate on both sides
    Error: Unknown

[6] Matching relationships into a list and matching variable length using the list, with bound nodes
    Error: Unknown

[9] Optionally matching named paths with variable length patterns
    Error: Unknown


================================================================================
Create5 - Multiple hops create patterns (5 failures)
================================================================================

[1] Create a pattern with multiple hops
    Error: Unknown

[2] Create a pattern with multiple hops in the reverse direction
    Error: Unknown

[3] Create a pattern with multiple hops in varying directions
    Error: Unknown

[4] Create a pattern with multiple hops with multiple types and varying directions
    Error: Unknown

[5] Create a pattern with multiple hops and varying directions
    Error: Unknown


================================================================================
Return2 - Return single expression (correctly projecting an expression) (5 failures)
================================================================================

[4] Returning a relationship property value
    Error: Unknown

[5] Missing relationship property should become null
    Error: Unknown

[12] Projecting a list of nodes and relationships
    Error: Unknown

[13] Projecting a map of nodes and relationships
    Error: Unknown

[14] Do not fail when returning type of deleted relationships
    Error: Unknown


================================================================================
Set6 - Persistence of set clause side effects (5 failures)
================================================================================

[17] Skipping and limiting to a few results after setting a property on relationships affects the result set but not the side effects
    Error: Unknown

[18] Skipping zero result and limiting to all results after setting a property on relationships does not affect the result set nor the side effects
    Error: Unknown

[19] Filtering after setting a property on relationships affects the result set but not the side effects
    Error: Unknown

[20] Aggregating in `RETURN` after setting a property on relationships affects the result set but not the side effects
    Error: Unknown

[21] Aggregating in `WITH` after setting a property on relationships affects the result set but not the side effects
    Error: Unknown


================================================================================
Match4 - Match variable length patterns scenarios (5 failures)
================================================================================

[1] Handling fixed-length variable length pattern
    Error: Unknown

[2] Simple variable length pattern
    Error: Unknown

[3] Zero-length variable length pattern in the middle of the pattern
    Error: Unknown

[4] Matching longer variable length paths
    Error: Unknown

[5] Matching variable length pattern with property predicate
    Error: Unknown


================================================================================
Match2 - Match relationships (5 failures)
================================================================================

[2] Matching a relationship pattern using a label predicate on both sides
    Error: Unknown

[3] Matching a self-loop with an undirected relationship pattern
    Error: Unknown

[4] Matching a self-loop with a directed relationship pattern
    Error: Unknown

[5] Match relationship with inline property value
    Error: Unknown

[6] Match relationships with multiple types
    Error: Unknown


================================================================================
Delete6 - Persistence of delete clause side effects (5 failures)
================================================================================

[10] Skipping and limiting to a few results after deleting relationships affects the result set but not the side effects
    Error: Unknown

[11] Skipping zero result and limiting to all results after deleting relationships does not affect the result set nor the side effects
    Error: Unknown

[12] Filtering after deleting relationships affects the result set but not the side effects
    Error: Unknown

[13] Aggregating in `RETURN` after deleting relationships affects the result set but not the side effects
    Error: Unknown

[14] Aggregating in `WITH` after deleting relationships affects the result set but not the side effects
    Error: Unknown


================================================================================
Remove3 - Persistence of remove clause side effects (5 failures)
================================================================================

[17] Skipping and limiting to a few results after removing a property from relationships affects the result set but not the side effects
    Error: Unknown

[18] Skipping zero result and limiting to all results after removing a property from relationships does not affect the result set nor the side effects
    Error: Unknown

[19] Filtering after removing a property from relationships affects the result set but not the side effects
    Error: Unknown

[20] Aggregating in `RETURN` after removing a property from relationships affects the result set but not the side effects
    Error: Unknown

[21] Aggregating in `WITH` after removing a property from relationships affects the result set but not the side effects
    Error: Unknown


================================================================================
List6 - List size (4 failures)
================================================================================

[7] Using size of pattern comprehension to test existence
    Error: Unknown

[8] Get node degree via size of pattern comprehension
    Error: Unknown

[9] Get node degree via size of pattern comprehension that specifies a relationship type
    Error: Unknown

[10] Get node degree via size of pattern comprehension that specifies multiple relationship types
    Error: Unknown


================================================================================
Merge6 - Merge relationships - on create (4 failures)
================================================================================

[3] Updating one property with ON CREATE
    Error: Unknown

[4] Null-setting one property with ON CREATE
    Error: Unknown

[6] Copying properties from node with ON CREATE
    Error: Unknown

[7] Copying properties from literal map with ON CREATE
    Error: Unknown


================================================================================
WithWhere5 - Filter on predicate resulting in null (4 failures)
================================================================================

[1] Filter out on null
    Error: Unknown

[2] Filter out on null if the AND'd predicate evaluates to false
    Error: Unknown

[3] Filter out on null if the AND'd predicate evaluates to true
    Error: Unknown

[4] Do not filter out on null if the OR'd predicate evaluates to true
    Error: Unknown


================================================================================
Graph4 - Edge relationship type (4 failures)
================================================================================

[1] `type()`
    Error: Unknown

[2] `type()` on two relationships
    Error: Unknown

[4] `type()` on mixed null and non-null relationships
    Error: Unknown

[5] `type()` handling Any type
    Error: Unknown


================================================================================
Create2 - Creating relationships (4 failures)
================================================================================

[4] Create two nodes and a single relationship in the reverse direction
    Error: Unknown

[6] Create a single relationship between two existing nodes in the reverse direction
    Error: Unknown

[11] Create a single relationship and an end node on an existing starting node
    Error: Unknown

[12] Create a single relationship and a starting node on an existing end node
    Error: Unknown


================================================================================
MatchWhere5 - Filter on predicate resulting in null (4 failures)
================================================================================

[1] Filter out on null
    Error: Unknown

[2] Filter out on null if the AND'd predicate evaluates to false
    Error: Unknown

[3] Filter out on null if the AND'd predicate evaluates to true
    Error: Unknown

[4] Do not filter out on null if the OR'd predicate evaluates to true
    Error: Unknown


================================================================================
With6 - Implicit grouping with aggregates (3 failures)
================================================================================

[2] Implicit grouping with single relationship variable as grouping key and single aggregation
    Error: Unknown

[3] Implicit grouping with multiple node and relationship variables as grouping key and single aggregation
    Error: Unknown

[4] Implicit grouping with single path variable as grouping key and single aggregation
    Error: Unknown


================================================================================
Graph6 - Static property access (3 failures)
================================================================================

[5] Statically access a property of a non-null relationship
    Error: Unknown

[6] Statically access a property of a optional non-null relationship
    Error: Unknown

[8] Statically access a property of a relationship resulting from an expression
    Error: Unknown


================================================================================
ExistentialSubquery3 - Nested existential subquery (3 failures)
================================================================================

[1] Nested simple existential subquery
    Error: Unknown

[2] Nested full existential subquery
    Error: Unknown

[3] Nested full existential subquery with pattern predicate
    Error: Unknown


================================================================================
Delete5 - Delete clause interoperation with built-in data types (3 failures)
================================================================================

[1] Delete node from a list
    Error: Unknown

[5] Detach delete nodes from nested map/list
    Error: Unknown

[7] Delete paths from nested map/list
    Error: Unknown


================================================================================
Comparison2 - Half-bounded Range (3 failures)
================================================================================

[1] Comparing strings and integers using > in an AND'd predicate
    Error: Unknown

[2] Comparing strings and integers using > in a OR'd predicate
    Error: Unknown

[3] Comparing across types yields null, except numbers
    Error: Unknown


================================================================================
With1 - Forward single variable (3 failures)
================================================================================

[1] Forwarind a node variable 1
    Error: Unknown

[2] Forwarind a node variable 2
    Error: Unknown

[3] Forwarding a relationship variable
    Error: Unknown


================================================================================
WithSkipLimit2 - Limit (3 failures)
================================================================================

[1] ORDER BY and LIMIT can be used
    Error: Unknown

[3] Connected components succeeding WITH with LIMIT
    Error: Unknown

[4] Ordering and limiting on aggregate
    Error: Unknown


================================================================================
Return6 - Implicit grouping with aggregates (3 failures)
================================================================================

[8] Handle aggregation on functions
    Error: Unknown

[12] Counting matches per group
    Error: Unknown

[16] Aggregation on complex expressions
    Error: Unknown


================================================================================
List12 - List Comprehension (3 failures)
================================================================================

[4] Returning a list comprehension
    Error: Unknown

[5] Using a list comprehension in a WITH
    Error: Unknown

[6] Using a list comprehension in a WHERE
    Error: Unknown


================================================================================
With7 - WITH on WITH (2 failures)
================================================================================

[1] A simple pattern with one bound endpoint
    Error: Unknown

[2] Multiple WITHs using a predicate and aggregation
    Error: Unknown


================================================================================
Delete4 - Delete clause interoperation with other clauses (2 failures)
================================================================================

[1] Undirected expand followed by delete and count
    Error: Unknown

[2] Undirected variable length expand followed by delete and count
    Error: Unknown


================================================================================
WithOrderBy1 - Order by a single variable (2 failures)
================================================================================

[21] Sort distinct types in ascending order
    Error: Unknown

[22] Sort distinct types in descending order
    Error: Unknown


================================================================================
WithWhere2 - Filter multiple variables (2 failures)
================================================================================

[1] Filter nodes with conjunctive two-part property predicate on multi variables with multiple bindings
    Error: Unknown

[2] Filter node with conjunctive multi-part property predicates on multi variables with multiple bindings
    Error: Unknown


================================================================================
Comparison1 - Equality (2 failures)
================================================================================

[5] Comparing relationships to relationships
    Error: Unknown

[14] Direction of traversed relationship is not significant for path equality, simple
    Error: Unknown


================================================================================
With4 - Variable aliasing (2 failures)
================================================================================

[1] Aliasing relationship variable
    Error: Unknown

[6] Reusing variable names in WITH
    Error: Unknown


================================================================================
MatchWhere2 - Filter multiple variables (2 failures)
================================================================================

[1] Filter nodes with conjunctive two-part property predicate on multi variables with multiple bindings
    Error: Unknown

[2] Filter node with conjunctive multi-part property predicates on multi variables with multiple bindings
    Error: Unknown


================================================================================
Match8 - Match clause interoperation with other clauses (2 failures)
================================================================================

[2] Counting rows after MATCH, MERGE, OPTIONAL MATCH
    Error: Unknown

[3] Matching and disregarding output, then matching again
    Error: Unknown


================================================================================
WithWhere1 - Filter single variable (2 failures)
================================================================================

[3] Filter for an unbound relationship variable
    Error: Unknown

[4] Filter for an unbound node variable
    Error: Unknown


================================================================================
ExistentialSubquery1 - Simple existential subquery (2 failures)
================================================================================

[1] Simple subquery without WHERE clause
    Error: Unknown

[2] Simple subquery with WHERE clause
    Error: Unknown


================================================================================
ReturnOrderBy1 - Order by a single variable (correct order of values according to their type) (2 failures)
================================================================================

[11] ORDER BY should order distinct types in the expected order
    Error: Unknown

[12] ORDER BY DESC should order distinct types in the expected order
    Error: Unknown


================================================================================
Path2 - Relationships of a path (2 failures)
================================================================================

[1] Return relationships by fetching them from the path
    Error: Unknown

[2] Return relationships by fetching them from the path - starting from the end
    Error: Unknown


================================================================================
Remove1 - Remove a Property (2 failures)
================================================================================

[3] Remove a single relationship property
    Error: Unknown

[4] Remove multiple relationship properties
    Error: Unknown


================================================================================
With3 - Forward multiple expressions (1 failures)
================================================================================

[1] Forwarding multiple node and relationship variables
    Error: Unknown


================================================================================
Aggregation1 - Count (1 failures)
================================================================================

[2] Counting loop relationships
    Error: Unknown


================================================================================
Merge7 - Merge relationships - on match (1 failures)
================================================================================

[4] Copying properties from node with ON MATCH
    Error: Unknown


================================================================================
WithWhere4 - Non-Equi-Joins on variables (1 failures)
================================================================================

[2] Join with disjunctive multi-part predicates including patterns
    Error: Unknown


================================================================================
Quantifier4 - All quantifier (1 failures)
================================================================================

[9] All quantifier on list containing relationships
    Error: Unknown


================================================================================
Graph9 - Retrieve all properties as a property map (1 failures)
================================================================================

[2] `properties()` on a relationship
    Error: Unknown


================================================================================
ReturnOrderBy2 - Order by a single expression (order of projection) (1 failures)
================================================================================

[5] Support ordering by a property after being distinct-ified
    Error: Unknown


================================================================================
Unwind1 (1 failures)
================================================================================

[12] Unwind does not remove variables from scope
    Error: Unknown


================================================================================
ExistentialSubquery2 - Full existential subquery (1 failures)
================================================================================

[1] Full existential subquery
    Error: Unknown


================================================================================
Quantifier2 - Single quantifier (1 failures)
================================================================================

[9] Single quantifier on list containing relationships
    Error: Unknown


================================================================================
Return7 - Return all variables (1 failures)
================================================================================

[1] Return all variables
    Error: Unknown


================================================================================
WithWhere6 - Filter on aggregates (1 failures)
================================================================================

[1] Filter a single aggregate
    Error: Unknown


================================================================================
MatchWhere3 - Equi-Joins on variables (1 failures)
================================================================================

[3] Join between node properties of adjacent nodes
    Error: Unknown


================================================================================
Quantifier3 - Any quantifier (1 failures)
================================================================================

[9] Any quantifier on list containing relationships
    Error: Unknown


================================================================================
ReturnSkipLimit2 - Limit (1 failures)
================================================================================

[8] Limit to more rows than actual results 2
    Error: Unknown


================================================================================
Return4 - Column renaming (1 failures)
================================================================================

[11] Reusing variable names in RETURN
    Error: Unknown


================================================================================
Graph5 - Node and edge label expressions (1 failures)
================================================================================

[2] Single-labels expression on relationships
    Error: Unknown


================================================================================
Quantifier1 - None quantifier (1 failures)
================================================================================

[9] None quantifier on list containing relationships
    Error: Unknown


================================================================================
Set1 - Set a Property (1 failures)
================================================================================

[4] Set a property by selecting the relationship using a simple expression
    Error: Unknown


================================================================================
MatchWhere4 - Non-Equi-Joins on variables (1 failures)
================================================================================

[2] Join with disjunctive multi-part predicates including patterns
    Error: Unknown


================================================================================
Graph8 - Property keys function (1 failures)
================================================================================

[5] Using `keys()` on a relationship, non-empty result
    Error: Unknown


================================================================================
Set2 - Set a Property to Null (1 failures)
================================================================================

[3] Setting a relationship property to null removes the existing property
    Error: Unknown


================================================================================
Path3 - Length of a path (1 failures)
================================================================================

[1] Return a var length path of length zero
    Error: Unknown


================================================================================
Delete3 - Deleting named paths (1 failures)
================================================================================

[1] Detach deleting paths
    Error: Unknown


================================================================================
WithWhere3 - Equi-Joins on variables (1 failures)
================================================================================

[3] Join between node properties of adjacent nodes
    Error: Unknown


================================================================================
WithOrderBy4 - Order by in combination with projection and aliasing (1 failures)
================================================================================

[15] Sort by an aliased aggregate projection does allow subsequent matching
    Error: Unknown


================================================================================
Comparison4 - Combination of Comparisons (1 failures)
================================================================================

[1] Handling long chains of operators
    Error: Unknown


================================================================================
Return3 - Return multiple expressions (if column order correct) (1 failures)
================================================================================

[3] Projecting nodes and relationships
    Error: Unknown


================================================================================
WithSkipLimit1 - Skip (1 failures)
================================================================================

[2] Ordering and skipping on aggregate
    Error: Unknown


================================================================================
Delete1 - Deleting nodes (1 failures)
================================================================================

[3] Detach deleting connected nodes and relationships
    Error: Unknown

