Tests: change alert skip in test_listeners_empty after RPC fixes.

This commit is contained in:
Andrey Zelenkov
2018-04-02 18:37:45 +03:00
parent 9cd4b2bff2
commit 1583d659ab

View File

@@ -128,7 +128,7 @@ class TestUnitConfiguration(unit.TestUnitControl):
def test_listeners_empty(self): def test_listeners_empty(self):
self.skip_sanitizer = True self.skip_sanitizer = True
self.skip_alerts.extend([ self.skip_alerts.extend([
r'nxt_lvlhsh_is_empty\(&port->rpc_streams\)', r'failed to apply previous configuration',
r'sendmsg.+failed', r'sendmsg.+failed',
r'process \d+ exited on signal' r'process \d+ exited on signal'
]) ])