diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-02-20 20:28:29 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-02-20 20:28:29 +0300 |
commit | 955050aea3148595fde027319fd427369856ebc9 (patch) | |
tree | a5d736ae16fa11f95f27f3137427ce67ff6a01a8 /test/test_configuration.py | |
parent | 09fb847cc731d133b2016ff6982ab95aa43794ca (diff) | |
download | unit-955050aea3148595fde027319fd427369856ebc9.tar.gz unit-955050aea3148595fde027319fd427369856ebc9.tar.bz2 |
Tests: skip sendmsg()/recvmsg() alerts for all tests.
Currently, these alerts may appear in the log when any application exits.
Diffstat (limited to 'test/test_configuration.py')
-rw-r--r-- | test/test_configuration.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_configuration.py b/test/test_configuration.py index d6c9cd5c..32c5a0b7 100644 --- a/test/test_configuration.py +++ b/test/test_configuration.py @@ -132,7 +132,6 @@ class TestUnitConfiguration(unit.TestUnitControl): self.skip_sanitizer = True self.skip_alerts.extend([ r'failed to apply previous configuration', - r'sendmsg.+failed', r'process \d+ exited on signal' ]) |