mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
pytests: rpc echo should not segfault
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
committed by
Noel Power
parent
220cf67776
commit
4dd725b1b5
@ -152,3 +152,8 @@ class SegfaultTests(samba.tests.TestCase):
|
||||
@segfault_detector
|
||||
def test_messaging_deregister(self):
|
||||
messaging.deregister('s', 's', 's', False)
|
||||
|
||||
@segfault_detector
|
||||
def test_rpcecho(self):
|
||||
from dcerpc import echo
|
||||
echo.rpcecho("")
|
||||
|
Reference in New Issue
Block a user