Tests: skip sendmsg()/recvmsg() alerts for all tests.
Currently, these alerts may appear in the log when any application exits.
This commit is contained in:
@@ -179,7 +179,8 @@ class TestUnit(unittest.TestCase):
|
||||
|
||||
self._started = True
|
||||
|
||||
self.skip_alerts = [r'read signalfd\(4\) failed']
|
||||
self.skip_alerts = [r'read signalfd\(4\) failed', r'sendmsg.+failed',
|
||||
r'recvmsg.+failed']
|
||||
self.skip_sanitizer = False
|
||||
|
||||
def _stop(self):
|
||||
|
||||
Reference in New Issue
Block a user