Dan Kenigsberg has uploaded a new change for review. Change subject: jsonRpcTests.ReactorTests.test is broken ......................................................................
jsonRpcTests.ReactorTests.test is broken And I'm tired of its in-gerrit errors http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/1355/console Change-Id: I8cdfc3edb4fd3f795ddd39e0581cffbcd549a383 Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/jsonRpcTests.py 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/14604/1 diff --git a/tests/jsonRpcTests.py b/tests/jsonRpcTests.py index 22aa2f8..31ade58 100644 --- a/tests/jsonRpcTests.py +++ b/tests/jsonRpcTests.py @@ -72,6 +72,9 @@ @expandPermutations class ReactorTests(TestCaseBase): + @brokentest("We sometime see: " + "AssertionError: Data is not as expected " + "'Lorem ipsu...o eiusmod ' != 'Lorem ipsu... eiusmod t'") @permutations(REACTOR_TYPE_PERMUTATIONS) def test(self, reactorType): data = dummyTextGenerator(((2 ** 10) * 200)) -- To view, visit http://gerrit.ovirt.org/14604 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8cdfc3edb4fd3f795ddd39e0581cffbcd549a383 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
