fix bug related to remoteerror/eoferror separation
This commit is contained in:
@@ -80,7 +80,7 @@ class TestMasterSlaveConnection:
|
|||||||
node.send(123) # invalid item
|
node.send(123) # invalid item
|
||||||
kwargs = mysetup.geteventargs("pytest_testnodedown")
|
kwargs = mysetup.geteventargs("pytest_testnodedown")
|
||||||
assert kwargs['node'] is node
|
assert kwargs['node'] is node
|
||||||
assert "Not properly terminated" in str(kwargs['error'])
|
assert isinstance(kwargs['error'], execnet.RemoteError)
|
||||||
|
|
||||||
def test_crash_killed(self, testdir, mysetup):
|
def test_crash_killed(self, testdir, mysetup):
|
||||||
if not hasattr(py.std.os, 'kill'):
|
if not hasattr(py.std.os, 'kill'):
|
||||||
|
|||||||
Reference in New Issue
Block a user