diff options
author | Max Romanov <max.romanov@nginx.com> | 2020-03-30 14:18:51 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2020-03-30 14:18:51 +0300 |
commit | 0935630cba069d6619e967404bb6c7c2a93fbe7e (patch) | |
tree | 78d08954a3b6af36fc5ed02f51037d1af0d01b26 /test/unit | |
parent | ab7b42a072e741b226749c416440f89fcaff3d2c (diff) | |
download | unit-0935630cba069d6619e967404bb6c7c2a93fbe7e.tar.gz unit-0935630cba069d6619e967404bb6c7c2a93fbe7e.tar.bz2 |
Fixing application process infinite loop.
Main process exiting before app process init may have caused hanging.
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/main.py b/test/unit/main.py index 3d95a5b1..49c1eed3 100644 --- a/test/unit/main.py +++ b/test/unit/main.py @@ -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', ] |