Closed adicarlo closed 7 years ago
@adicarlo how did you execute the tests and on what OS, etc ? Maybe try with the latest updates from Fedora/Rawhide and see if it reproduces ?
[dcantrel@awvr pyparted]$ make test >log 2>&1 [dcantrel@awvr pyparted]$ grep DiskNewLabeledTestCase log runTest (tests.testped_disk.DiskNewLabeledTestCase) ... ok [dcantrel@awvr pyparted]$ grep FileSystemProbeTestCase log runTest (tests.test__ped_ped.FileSystemProbeTestCase) ... ok [dcantrel@awvr pyparted]$ grep FileSystemProbeSpecificTestCase log runTest (tests.testped_ped.FileSystemProbeSpecificTestCase) ... ok
Appears to be working fine now. This is the master branch on Fedora 25 x86_64:
[dcantrel@awvr pyparted]$ cat /etc/os-release (git)-[master] NAME=Fedora VERSION="25 (Twenty Five)" ID=fedora VERSION_ID=25 PRETTY_NAME="Fedora 25 (Twenty Five)" ANSI_COLOR="0;34" CPE_NAME="cpe:/o:fedoraproject:fedora:25" HOME_URL="https://fedoraproject.org/" SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=25 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=25 PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy [dcantrel@awvr pyparted]$ uname -a (git)-[master] Linux awvr 4.11.3-202.fc25.x86_64 #1 SMP Mon Jun 5 16:38:21 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
From the latest git, I'm getting a number of fails on 'make test':
I haven't looked into any of these fails, but let me know if that would be helpful.