Skip to content

Add row counts to Test Suite #384

Description

@cyrusknopf

Sometimes I write queries that I expect to return a certain number of rows, but where the contents of each row is similar/same, e.g.:

MATCH (n), (m), (p) RETURN 3

I expect the output to contain NUM_NODES ^ 3 rows of 3, but there is now way to tell from the suite how many rows the query returned.

A small display of the row count would fix this

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions