walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Resolve race condition on Mediator #28

Closed ainoya closed 10 years ago

ainoya commented 10 years ago

It was detected race condition about execution stage by go test -race race condition detector. I resolved this racing,

By this changes, multiple mediators communicate with input and output channel of a stage. So next(future PR) I'll try to process multiple mediators,

ainoya commented 10 years ago

Please check it out, @takahi-i

takahi-i commented 10 years ago

Thanks @ainoya! I will merge this pr tough i have not look into the details (I will check the details tomorrow).