grakn_elixir icon indicating copy to clipboard operation
grakn_elixir copied to clipboard

All tests time out.

Open alvitawa opened this issue 5 years ago • 2 comments

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).

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.

The keyspace grakn_elixir_test does get created.

alvitawa avatar Jun 22 '19 15:06 alvitawa

Oh well, I managed to make my own code work. Still no idea why the tests failed but whatever.

alvitawa avatar Jun 22 '19 22:06 alvitawa

@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?

liveforeverx avatar Jun 23 '19 09:06 liveforeverx