Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 900522 Details for
Bug 1095904
FAIL: runTest (tests.test__ped_ped.FileSystemProbeSpecificTestCase)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for test
0001-ext2-may-be-smaller-than-the-end-of-the-device-10959.patch (text/plain), 1.21 KB, created by
Brian Lane
on 2014-05-29 20:53:13 UTC
(
hide
)
Description:
patch for test
Filename:
MIME Type:
Creator:
Brian Lane
Created:
2014-05-29 20:53:13 UTC
Size:
1.21 KB
patch
obsolete
>From 5b3e748ae0e4092e62feb0afe9f81f64a2b4711b Mon Sep 17 00:00:00 2001 >From: "Brian C. Lane" <bcl@redhat.com> >Date: Thu, 29 May 2014 13:31:55 -0700 >Subject: [PATCH] ext2 may be smaller than the end of the device (#1095904) > >The size of an ext2 filesystem may be smaller than the end of the >device, adjust the test accordingly. >--- > tests/test__ped_ped.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/tests/test__ped_ped.py b/tests/test__ped_ped.py >index c75da0b..1347faa 100755 >--- a/tests/test__ped_ped.py >+++ b/tests/test__ped_ped.py >@@ -279,8 +279,8 @@ class FileSystemProbeSpecificTestCase(RequiresFileSystem): > > self.assertTrue(isinstance(result, _ped.Geometry)) > self.assertEquals(result.start, self._geometry.start) >- self.assertEquals(result.end, self._geometry.end) >- self.assertEquals(result.length, self._geometry.length) >+ self.assertLessEqual(result.end, self._geometry.end) >+ self.assertLessEqual(result.length, self._geometry.length) > self.assertEquals(result.dev, self._device) > else: > result = _ped.file_system_probe_specific(type, self._geometry) >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1095904
:
900462
|
900464
| 900522