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.
Load streaming rand plugin (snap-plugin-stream-collector-rand1) from build/darwn/x86_64/plugins
Create any streaming task, using snaptel task create -t rand.yaml that results in: Using task manifest to create task Error creating task:Plugin is incompatible with the tasks schedule type.
Expected behavior: The streaming task loads without any errors, similar to the result of running the rand plugin from snap-plugin-lib-go. Reason for this error in the snap framework is because the snap-plugin-stream-collector-rand1 binary isn't updated and it returns a "collector" plugin type when it's actually supposed to return a "streaming-collector" plugin type which makes it inconsistent with the schedule type - "streaming".
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
snapteld -t 0 -l 1
build/darwn/x86_64/plugins
snaptel task create -t rand.yaml
that results in:Using task manifest to create task Error creating task:Plugin is incompatible with the tasks schedule type.
Expected behavior: The streaming task loads without any errors, similar to the result of running the rand plugin from snap-plugin-lib-go. Reason for this error in the snap framework is because the snap-plugin-stream-collector-rand1 binary isn't updated and it returns a "collector" plugin type when it's actually supposed to return a "streaming-collector" plugin type which makes it inconsistent with the schedule type - "streaming".
The text was updated successfully, but these errors were encountered: