I'm using jmeter to directly test neo4j queries but notice that when I try
to record the query results I get an error message:

Cannot access records on this result any more as the result has already
been consumed or the query runner where the result is created has already
been closed.

This is happening for all queries, even a MATCH (n) RETURN COUNT(n) which
should return a result no matter the content of the underlying database.
I'm using jmeter 5.4.3 on Windows running in GUI mode with a single
user/iteration for test purposes.

Please help me to understand what I'm doing wrong. Many thanks.

Reply via email to