Closed ghost closed 1 year ago
Can you add a test that coveres the bug (with the wrong where-parameters)
Added a test case to validate variable name in where condition.
Hi @Andy2003 I have added a test case to validate variable name in where condition. Can you please review it? Thanks
Hi. I will add it today. I got held up with some other work.
Do you want to add integration test assertions?
You are talking about adding this response in my test, right?
.GraphQL-Response
[source,json,response=true,ignore-order]
----
{
"expected": "graphql response"
}
----
Please fix the tests!
Please fix the tests!
In my local, all the CypherTests are running fine.
After running mvn clean install, I don't see any test failure in Neo4j GraphQL Java 1.7.1-SNAPSHOT
Why did you close this PR? The reason the test ware failing here is, that the integration are also ran. These tests are disabled by default, so your mvn clean install
does not run these tests.
I will take a look at this
updated logic for endNodePattern to include label information in the variable name.
It fixes #295