On Mon, Mar 7, 2022 at 5:58 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote:
> When I test the sampler using a docker container with a neo4j database like > > docker run --name neo4j -p7474:7474 -p7687:7687 --env > NEO4J_AUTH=neo4j/test neo4j:latest > > and access it with a simple configuration and sampler using the query > "MATCH (n) RETURN count(n);" with "Record Query Results" to true, the test > plan seems to work for me (on current nightly). > > Felix > Dear Felix. Thanks for that. I will try a minimal reproducer to see if it's a problem with my config. Otherwise I'll compile the latest nightly and see if that helps. Stephen