Tests: skip more alerts.
This commit is contained in:
@@ -241,8 +241,8 @@ class TestUnitConfiguration(unit.TestUnitControl):
|
||||
def test_json_application_many(self):
|
||||
self.skip_alerts.extend([
|
||||
r'eventfd.+failed',
|
||||
r'epoll_create.+failed',
|
||||
r'failed to apply new conf'
|
||||
r'epoll.+failed',
|
||||
r'failed to apply'
|
||||
])
|
||||
apps = 999
|
||||
|
||||
|
||||
@@ -131,6 +131,11 @@ class TestUnitPythonApplication(unit.TestUnitApplicationPython):
|
||||
self.assertEqual(resp['body'], '0123456789', 'keep-alive 2')
|
||||
|
||||
def test_python_keepalive_reconfigure(self):
|
||||
self.skip_alerts.extend([
|
||||
r'pthread_mutex.+failed',
|
||||
r'failed to apply',
|
||||
r'process \d+ exited on signal'
|
||||
])
|
||||
self.load('mirror')
|
||||
|
||||
body = '0123456789'
|
||||
|
||||
Reference in New Issue
Block a user