uzh / triplerush

A distributed in-memory graph store.
Apache License 2.0
31 stars 11 forks source link

Add test that reproduces the double completion of the promise of an `addTriples` operation in failure scenarios #60

Closed pstutz closed 8 years ago

pstutz commented 8 years ago

Another related issue seems to be that possibly a timeout does not propagate an exception to the caller of the operation that timed out. It makes sense to investigate and test these related issues together.

pstutz commented 8 years ago

Added two tests and changed promise completion in blocking vertex to use trySuccess/tryFailure.