You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
In scheduler/workflow.go, *schedulerWorkflow.BindPluginContentType() calls an internal method bindPluginContentType(), but then directly returns nil instead of any error from bindPluginContentType().
In bindPluginContentType(), when a publisher is included with a process node, bindPluginContentType() is called for the publish nodes (and any other process nodes), but any error from this call is never caught and returned.
In scheduler/scheduler.go line 189, *schedulerWorkflow.BindPluginContentType() is called, but the err variable set in this call is never checked.
https://github.com/intelsdi-x/snap/blob/master/scheduler/scheduler.go#L189
In scheduler/workflow.go, *schedulerWorkflow.BindPluginContentType() calls an internal method bindPluginContentType(), but then directly returns nil instead of any error from bindPluginContentType().
https://github.com/intelsdi-x/snap/blob/master/scheduler/workflow.go#L233-L236
In bindPluginContentType(), when a publisher is included with a process node, bindPluginContentType() is called for the publish nodes (and any other process nodes), but any error from this call is never caught and returned.
https://github.com/intelsdi-x/snap/blob/master/scheduler/workflow.go#L274
The text was updated successfully, but these errors were encountered: