[Bugs] [Bug 1297740] New: tests/bugs/quota/bug-1049323.t fails in fedora
bugzilla at redhat.com
bugzilla at redhat.com
Tue Jan 12 10:56:50 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1297740
Bug ID: 1297740
Summary: tests/bugs/quota/bug-1049323.t fails in fedora
Product: GlusterFS
Version: mainline
Component: tests
Assignee: bugs at gluster.org
Reporter: mselvaga at redhat.com
CC: bugs at gluster.org
Description of problem:
Test file tests/bugs/quota/bug-1049323.t fails in fedora. The test that fails
is
"EXPECT "0" get_aux" where we return 0 when an auxiliary mount is created. In
get_aux function we grep for "/var/run/gluster/<volname> to check if volume is
up and return 0; In fedora, auxiliary mount is created on
/run/gluster/<volname> and it causes the test to fail.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual results:
Test is not passing in Fedora
Expected results:
Test should pass in Fedora
Additional info:
The fix is simple. In get_aux function, grep for substring,
"/run/gluster/<volname>" and it will pass both on Fedora and CentOS as well
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list