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 testinfra config test suite has a few functional tests, designed to validate the journalist notification functionality, located at testinfra/ossec/test_journalist_mail.py. During work on #3208, we discovered that these tests aren't actually running in CI with any regularity. It appears they're always skipped.
Inspect the test results for pass/fail/skip reports on the test_journalist_mail.py tests specifically. I'll save you the trouble of munging those files locally—see the folded details below.
In the context of #3208, I'm going to mark the tests as intentionally skipped. We can circle back and reevaluate the test logic to get it passing once the reorg described by #3208 stabilizes. N.B. discovering problems like this were a strong motivation to excise testinfra/test.py, which is how we found the problem.
The text was updated successfully, but these errors were encountered:
Description
The testinfra config test suite has a few functional tests, designed to validate the journalist notification functionality, located at
testinfra/ossec/test_journalist_mail.py
. During work on #3208, we discovered that these tests aren't actually running in CI with any regularity. It appears they're always skipped.Steps to Reproduce
test_journalist_mail.py
tests specifically. I'll save you the trouble of munging those files locally—see the folded details below.Test result details
Expected Behavior
Actual Behavior
Comments
In the context of #3208, I'm going to mark the tests as intentionally skipped. We can circle back and reevaluate the test logic to get it passing once the reorg described by #3208 stabilizes. N.B. discovering problems like this were a strong motivation to excise
testinfra/test.py
, which is how we found the problem.The text was updated successfully, but these errors were encountered: