chef-boneyard / opscode-pushy-server

Chef Push Jobs Server
https://docs.chef.io/push_jobs.html
Apache License 2.0
16 stars 10 forks source link

Fixup heartbeat/2 usage with an incarnation ID #78

Closed jamesc closed 11 years ago

jamesc commented 11 years ago

heartbeat/1 had been removed but it is used in the unit tests to simulate heartbeats. Added back in, adding in the new IncarnationId parameter.

Fixed a dialyzer issue too (which doesn't change the logic, just cleans up the warning)

mpeck commented 11 years ago

I always forget about those pesky eunit tests. This looks good to me. MWR

markan commented 11 years ago

Looks good to me.