Fixing application process infinite loop.
Main process exiting before app process init may have caused hanging.
This commit is contained in:
@@ -193,7 +193,6 @@ class TestUnit(unittest.TestCase):
|
||||
|
||||
self.skip_alerts = [
|
||||
r'read signalfd\(4\) failed',
|
||||
r'last message send failed',
|
||||
r'sendmsg.+failed',
|
||||
r'recvmsg.+failed',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user