inaka / worker_pool

Erlang worker pool
https://hex.pm/packages/worker_pool
Apache License 2.0
276 stars 80 forks source link

Add wpool_fsm_process tests #46

Closed igaray closed 8 years ago

igaray commented 8 years ago

... for when the gen_fsm worker fails due to arbitrary exception in a state function, and for when the FSM receives a message in the wrong state.

elbrujohalcon commented 8 years ago

Fixed by #54