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
Is your feature request related to a problem? Please describe.
The work contributed in #6138 does not support writing dynamic tests. This is exhibited in the grok processor integration tests.
Describe the solution you'd like
Find an approach to loading configurations more dynamically and allowing plugin authors to write @ParameterizedTest tests that operate on different plugin configurations.
Additional context
See GrokProcessorIT#6138 for the classic tests that couldn't be updated.