bitwalker/swarm

Add Testing Utility for Swarm

Open

#100 aberto em 25 de ago. de 2018

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)Elixir (109 forks)batch import
featurehelp wantedtesting

Métricas do repositório

Stars
 (1.249 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

We recently changed a big part of the supervision of quantum (add job scheduler library) to swarm if it is used in a cluster.

One thing that was missing for us is a testing utility to make sure that the new callbacks for swarm actually work.

I implemented a really easy helper: https://github.com/quantum-elixir/quantum-core/pull/369/files#diff-51021d33872c9243af9315e6b3809e77

Would you be willing so add something like that (but more complete) to the library?

Guia do colaborador