ex_unit_clustered_case
ex_unit_clustered_case copied to clipboard
An extension for ExUnit for simplifying tests against a clustered application
Hi, thanks for the library! I noticed all nodes spawned are hidden by default. This can be problematic if our code relies on node monitoring or listing visible nodes. I...
First and foremost - @bitwalker, you are amazing. Thank you so much for this library, I love it! This request pertains to the static call as mentioned [here](https://github.com/bitwalker/ex_unit_clustered_case/blob/master/lib/node/agent.ex#L45). I believe...
I have a application base on swarm and using libcluster for the auto-clustering, I want to use this test suite for clustered unit test, but doesn't work in this scenario...
It's often desirable to test that some behavior in the application is consistent in the face of random faults, or that it matches the expected behavior. The nature of these...
Hello, I doubt I'll get an answer but who knows :) I'm just trying to test a background job within a cluster but the job never starts within the cluster....