Hello,
I have a simple cypher create command with parameters.
My test pass successfully locally with last neo4j version. However on TravisCI the test does not pass.
Here is the build with the stacktrace
http://travis-ci.org/#!/neoxygen/updown/jobs/2090955The request I use:
POST /db/data/cypher HTTP/1.1
Host: localhost:7474
User-Agent: Guzzle/2.7.1 curl/7.22.0 PHP/5.3.10-1ubuntu3.2 openssl/OpenSSL/1.0.1
Expect: 100-Continue
Content-Length: 100
Accept: application/json
Content-Type: application/json
{"query":"CREATE n={node} return n","params":{"node":{"name":"Angus Young","_uid":"502599dbea984"}}}
I repeat that my test pass in local but not on Travis.
Thanks for your tips.