Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch sample plugin to an IT #683

Open
jglick opened this issue Oct 18, 2021 · 1 comment
Open

Switch sample plugin to an IT #683

jglick opened this issue Oct 18, 2021 · 1 comment
Labels

Comments

@jglick
Copy link
Member

jglick commented Oct 18, 2021

It would be better to use the Invoker plugin to demonstrate that a plugin can properly consume the BOM than to use the current submodule hack.

@basil
Copy link
Member

basil commented May 1, 2024

Even more so now that the dependency tree of sample-plugin has grown so large that it is now sufficiently different from production use cases so as to not catch Enforcer errors that are thrown in production use cases. This would suggest some possible Invoker-based tests: not only a full-tree test that is equivalent to sample-plugin, but also targeted tests for particular subsets of the dependency tree whose components are likely to be used together in practice, for example:

  • Frontend library plugins
  • Backend library plugins
  • Database plugins
  • Kubernetes-related plugins
  • SSH-related plugins

@jglick jglick mentioned this issue May 29, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants