-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expired and failed cypher transactions #156
base: master
Are you sure you want to change the base?
Conversation
Really nice! This didn't run on Travis for some reason. Could you push something (anything) to your branch to see if it'll submit now? |
Oh sorry, there are merge conflicts. |
Ah, right. I'm a little spoiled by pushing directly to branches on this repo, where it will always run at least one set of tests on Travis. :-) Can you correct your merge conflicts so we can run tests before merge? |
I added some examples into cypher_transaction_spec.rb. Why is the whole spec commented out? https://github.com/neo4jrb/neo4j-core/blob/master/spec/neo4j-server/unit/cypher_transaction_spec.rb |
It was meant to be removed, I don't think it's a useful set of tests because of the intense amount of stubbing going on, it's too tied to implementation. I commented it out while working on the efficient_transactions branch and forgot to remove it. |
Something to watch out for is |
When I run specs on master branch I get these errors:
Am I missing something for the test environment? |
I got those too, so I don't think it's you. Didn't have time to check it out when I looked earlier |
c1dc108
to
a24194f
Compare
|
Make sure you run the neo4j gem's master branch tests using your branch of core, too. It does a lot of transaction tests. That |
I also changed CypherResponse so that it retrieves all errors from response body.