Consistently log exceptions from TestExecutionListener
s at WARN
level
#31688
Labels
Milestone
TestExecutionListener
s at WARN
level
#31688
As mentioned in #31479, the
TestContextManager
currently logs an exception from aTestExecutionListener
atWARN
level except inprepareTestInstance()
where such an exception is logged atERROR
level (unless it's a skipped exception).For consistency, we should always log non-skipped exceptions from
TestExecutionListener
s atWARN
level.The text was updated successfully, but these errors were encountered: