Dan Kenigsberg has uploaded a new change for review. Change subject: miscTests: mark testValidInput as broken ......................................................................
miscTests: mark testValidInput as broken As reported in http://gerrit.ovirt.org/27959, we can no longer read arbitrary lengths with O_DIRECT. Backporting the the proper solution from master would take more time that I care to spend on this right now. Change-Id: If026543a6a2bb8da40af4541ae6fe4c3e94b5219 Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/miscTests.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/86/29786/1 diff --git a/tests/miscTests.py b/tests/miscTests.py index a758e4c..26563ce 100644 --- a/tests/miscTests.py +++ b/tests/miscTests.py @@ -36,7 +36,7 @@ import storage.outOfProcess as oop import storage.misc as misc import storage.fileUtils as fileUtils -from testValidation import checkSudo +from testValidation import brokentest, checkSudo EXT_CHMOD = "/bin/chmod" EXT_CHOWN = "/bin/chown" @@ -888,6 +888,7 @@ class ReadFile(TestCaseBase): + @brokentest('newish kernel/dd fail to read unaligned block size') def testValidInput(self): """ Test if method works when given a valid file. -- To view, visit http://gerrit.ovirt.org/29786 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If026543a6a2bb8da40af4541ae6fe4c3e94b5219 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.4 Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
