-
Notifications
You must be signed in to change notification settings - Fork 294
Fix for Plugin loading ends with error when bool type from the cpolic… #759
Conversation
@sandlbn Thanks for this fix. This changes looks fine, however it could be even better if you could add some unit test(s) for this change - possibly in control/plugin/cpolicy/node_test.go |
@andrzej-k I'm gonna do that Today. 😺 |
Rebase the branch against master as master includes fix for the Go 1.4.3 testing issues. |
This error never occurred on my local machine with Fedora 23 or Ubuntu 14.04 and go 1.6 [iolie@irild016 snap]$ go version |
You would see the error if you tested locally with go1.4.3.
|
@jcooklin it's happening with go1.6 on the travis infra., I already rebased my PR to fix the problem with go 1.4.3 . |
Please rebase the commit to start with |
Commit message needs to start with |
@sandlbn: After the commit message is updated as @geauxvirtual suggested above this LGTM. |
@jcooklin can u merge that ? |
Fixes #758 .
Summary of changes:
Testing done:
@intelsdi-x/snap-maintainers