Yeela Kaplan has uploaded a new change for review. Change subject: tests: Mark JsonRpcServerTests as broken ......................................................................
tests: Mark JsonRpcServerTests as broken Change-Id: I351ab7d45c980616199e2b4025cba74905cb25e2 Signed-off-by: Yeela Kaplan <[email protected]> --- M tests/jsonRpcTests.py 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/16327/1 diff --git a/tests/jsonRpcTests.py b/tests/jsonRpcTests.py index 80b8fb9..a7b565f 100644 --- a/tests/jsonRpcTests.py +++ b/tests/jsonRpcTests.py @@ -157,6 +157,7 @@ CALL_TIMEOUT), data) + @brokentest @permutations(REACTOR_TYPE_PERMUTATIONS) def testMethodCallArgDict(self, reactorType): data = dummyTextGenerator(1024) @@ -171,6 +172,7 @@ 10, CALL_TIMEOUT), data) + @brokentest('fail with "error: [Errno 9] Bad file descriptor"') @permutations(REACTOR_TYPE_PERMUTATIONS) def testMethodMissingMethod(self, reactorType): bridge = _DummyBridge() @@ -201,6 +203,7 @@ self.assertEquals(cm.exception.code, JsonRpcInternalError().code) + @brokentest @permutations(REACTOR_TYPE_PERMUTATIONS) def testMethodReturnsNull(self, reactorType): bridge = _DummyBridge() -- To view, visit http://gerrit.ovirt.org/16327 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I351ab7d45c980616199e2b4025cba74905cb25e2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
