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
The current value for the environment variable MODULE is 'auditd' when running the Integration tests stage for the metricbeat, when the expected output should be ''
Test Scenarios
The below test scenarios should help to identify what the behaviour should be:
#18741 was done but the regex in place is such a generic one that did not filter per module.
For instance, given the changeset:
The current value for the environment variable
MODULE is 'auditd'
when running the Integration tests stage for themetricbeat
, when the expected output should be''
Test Scenarios
The below test scenarios should help to identify what the behaviour should be:
Single module changeset
When changeset:
Then:
auditd
''
Multi module changeset
When changeset:
Then:
''
''
single module changeset in multiple beats
When changeset:
Then:
auditd
system
multiple module changeset in multiple beats
When changeset:
Then:
''
''
The text was updated successfully, but these errors were encountered: