summaryrefslogtreecommitdiffhomepage
path: root/test/test_ruby_application.py
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2019-02-20 20:28:29 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2019-02-20 20:28:29 +0300
commit955050aea3148595fde027319fd427369856ebc9 (patch)
treea5d736ae16fa11f95f27f3137427ce67ff6a01a8 /test/test_ruby_application.py
parent09fb847cc731d133b2016ff6982ab95aa43794ca (diff)
downloadunit-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 '')
-rw-r--r--test/test_ruby_application.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_ruby_application.py b/test/test_ruby_application.py
index b88e043d..9eed3e4a 100644
--- a/test/test_ruby_application.py
+++ b/test/test_ruby_application.py
@@ -208,7 +208,6 @@ class TestUnitRubyApplication(unit.TestUnitApplicationRuby):
'errors write int')
def test_ruby_application_at_exit(self):
- self.skip_alerts.append(r'sendmsg.+failed')
self.load('at_exit')
self.get()