-
Notifications
You must be signed in to change notification settings - Fork 13
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
Tests failing with arango 3.3.2 #13
Comments
Thank you, I will look into it. |
@beno, |
meet same issue |
Elixir 1.7 has deprecated some functions which need to be changed. |
|
Hi again @chintan-mishra, |
@jnylen We should figure out the details in Durango's issues. |
At 8hoot, we have migrated to CouchDB due to certain issues with ArangoDB while just starting to scale up. So, I won't be able to work on this anymore. Hope you don't mind. |
@chintan-mishra Could you make a little write up on what issues you faced when working with ArangoDB? I am considering ArangoDB for one of my projects because its many features sound tempting, but there aren't very many users out there (and hence few articles where people share their experience). |
@SuperFluffy I was occupied in some work for past few days so I could not reply sooner. I have been asked this by a few people. Here is a small article that tells what led us to our decision. https://medium.com/@rebhuinc/database-technical-decisions-6edbfd15e011 Hope you find it useful. |
test/transaction_test.exs:18
** (Xarango.Error) unknown path '/_api/transaction/'
code: result = %Transaction{ collections: %{}, action: "function(){return "Hello"}" } |> Transaction.execute
stacktrace:
(xarango) lib/xarango/util.ex:80: Xarango.Util.do_error/1
(xarango) lib/xarango/transaction.ex:28: Xarango.Transaction.execute/2
test/transaction_test.exs:19: (test)
The text was updated successfully, but these errors were encountered: