[Bugs] [Bug 1332054] multiple failures of tests/bugs/disperse/bug-1236065.t

bugzilla at redhat.com bugzilla at redhat.com
Mon May 2 08:56:07 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1332054

Xavier Hernandez <xhernandez at datalab.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |xhernandez at datalab.es
           Assignee|bugs at gluster.org            |xhernandez at datalab.es



--- Comment #3 from Xavier Hernandez <xhernandez at datalab.es> ---
I'm unable to reproduce the problem, however logs seem to indicate that healing
operations are still running after a successful completion of test
'EXPECT_WITHIN $HEAL_TIMEOUT "0" get_pending_heal_count $V0'. Since additional
bricks are killed after this test finishes, some files might get damaged as
more that redundancy bricks will be bad, causing the I/O errors.

Most probably the root cause is that EXPECT_WITHIN uses a regular expression
and a simple "0" matches many values, for example "10". This means that if
exactly 10 files still need to be healed when the test is run, the test will
finish successfully, but self-healing won't have finished yet.

I'll post a patch to solve this problem.

-- 
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