We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when I run the tests with mix test test/grakn_test.exs all the tests seem to time out (on a fresh clone of the repo).
mix test test/grakn_test.exs
Finished in 289.3 seconds 8 tests, 7 failures, 1 skipped Randomized with seed 364551
Same for my manual attempts to query grakn using this library.
Any idea what is going on?
Grakn server is running on the default http://localhost:48555/ and I can insert data and do queries with grakn console just fine.
http://localhost:48555/
grakn console
The keyspace grakn_elixir_test does get created.
grakn_elixir_test
The text was updated successfully, but these errors were encountered:
Oh well, I managed to make my own code work. Still no idea why the tests failed but whatever.
Sorry, something went wrong.
@alvitawa
It works on my side:
grakn_elixir> mix test Compiling 1 file (.ex) Excluding tags: [:skip] ..................... Finished in 97.6 seconds 22 tests, 0 failures, 1 excluded Randomized with seed 864033
Grakn is heavy on resource usage. May be we use different resources to test grakn or different versions of grakn?
No branches or pull requests
Hi, when I run the tests with
mix test test/grakn_test.exs
all the tests seem to time out (on a fresh clone of the repo).Same for my manual attempts to query grakn using this library.
Any idea what is going on?
Grakn server is running on the default
http://localhost:48555/
and I can insert data and do queries withgrakn console
just fine.The keyspace
grakn_elixir_test
does get created.The text was updated successfully, but these errors were encountered: