Bug 1366472 - multiple failures for testcase: tests/basic/quota.t
Summary: multiple failures for testcase: tests/basic/quota.t
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: quota
Version: 3.7.14
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On: 1332045
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-12 05:19 UTC by Nigel Babu
Modified: 2016-09-01 09:33 UTC (History)
6 users (show)

Fixed In Version: glusterfs-3.7.15
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1332045
Environment:
Last Closed: 2016-09-01 09:21:42 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Nigel Babu 2016-08-12 05:19:40 UTC
+++ This bug was initially created as a clone of Bug #1332045 +++

Description of problem:
multiple failures for testcase: tests/basic/quota.t.

Link to failures:
https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/16439/consoleFull

https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/16440/console

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

--- Additional comment from Vijay Bellur on 2016-05-01 13:58:32 EDT ---

REVIEW: http://review.gluster.org/14136 (quota: mark tests/basic/quota.t as bad_test) posted (#1) for review on master by Susant Palai (spalai)

--- Additional comment from Vijay Bellur on 2016-05-01 14:12:42 EDT ---

REVIEW: http://review.gluster.org/14136 (quota: mark tests/basic/quota.t as bad_test) posted (#2) for review on master by Susant Palai (spalai)

--- Additional comment from Niels de Vos on 2016-05-01 16:37:22 EDT ---

Adding the 'tracking' keyword so that our bug-status-check-script does not triple over it. Please remove the keyword when progress on this bug is made.

--- Additional comment from Vijay Bellur on 2016-05-01 21:04:20 EDT ---

COMMIT: http://review.gluster.org/14136 committed in master by Niels de Vos (ndevos) 
------
commit f1f6a0e2b09884151c37434bd512cb1482608218
Author: Susant Palai <spalai>
Date:   Sun May 1 23:23:44 2016 +0530

    quota: mark tests/basic/quota.t as bad_test
    
    tests/basic/quota.t regularly leaves a core behind.
    Some of the failed tests:
    * https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/16439/consoleFull
    * https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/16440/console
    
    Change-Id: Iacf42c40f768dd2939994bbb87cc7ef366ee495f
    BUG: 1332045
    Signed-off-by: Susant Palai <spalai>
    Reviewed-on: http://review.gluster.org/14136
    Reviewed-by: Niels de Vos <ndevos>
    Smoke: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.com>

--- Additional comment from Vijaikumar Mallikarjuna on 2016-05-02 04:46:49 EDT ---

Look at the stack trace of the corefile, some memory corruption in synctask framework

#0  0xbb4104b7 in ?? ()
(gdb) bt
#0  0xbb4104b7 in ?? ()
#1  0xbb410458 in ?? ()
#2  0x00000004 in ?? ()
#3  0x00000006 in ?? ()
#4  0xbb457084 in ?? ()
#5  0xbb759119 in synctask_destroy (task=0xb8a18030) at /home/jenkins/root/workspace/rackspace-netbsd7-regression-triggered/libglusterfs/src/syncop.c:391
#6  0xbb759195 in synctask_done (task=0xb8a18030) at /home/jenkins/root/workspace/rackspace-netbsd7-regression-triggered/libglusterfs/src/syncop.c:409
#7  0xbb759a81 in synctask_switchto (task=0xb8a18030) at /home/jenkins/root/workspace/rackspace-netbsd7-regression-triggered/libglusterfs/src/syncop.c:668
#8  0xbb759b2f in syncenv_processor (thdata=<error reading variable: Cannot access memory at address 0xba0fdfd8>, thdata@entry=<error reading variable: Cannot access memory at address 0xba0fdfd4>)
    at /home/jenkins/root/workspace/rackspace-netbsd7-regression-triggered/libglusterfs/src/syncop.c:699
(gdb) quit

Comment 1 Vijay Bellur 2016-08-12 05:23:14 UTC
REVIEW: http://review.gluster.org/15154 (quota: mark tests/basic/quota.t as bad_test) posted (#1) for review on release-3.7 by jiffin tony Thottan (jthottan)

Comment 2 Vijay Bellur 2016-08-12 05:24:51 UTC
REVIEW: http://review.gluster.org/15154 (Mark tests/basic/quota.t as a bad test) posted (#2) for review on release-3.7 by Nigel Babu (nigelb)

Comment 3 Vijay Bellur 2016-08-12 09:57:21 UTC
COMMIT: http://review.gluster.org/15154 committed in release-3.7 by Kaushal M (kaushal) 
------
commit 64f1a0132f775f8eb21612e5f32e4b842ace435b
Author: Susant Palai <spalai>
Date:   Fri Aug 12 10:50:58 2016 +0530

    Mark tests/basic/quota.t as a bad test
    
    This is the single most failed netbsd7 test in the last couple of weeks.
    
    (cherry picked from commit f1f6a0e2b09884151c37434bd512cb1482608218)
    > quota: mark tests/basic/quota.t as bad_test
    >
    > tests/basic/quota.t regularly leaves a core behind.
    > Some of the failed tests:
    > * https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/16439/consoleFull
    > * https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/16440/console
    >
    > Change-Id: Iacf42c40f768dd2939994bbb87cc7ef366ee495f
    > BUG: 1332045
    > Signed-off-by: Susant Palai <spalai>
    > Reviewed-on: http://review.gluster.org/14136
    > Reviewed-by: Niels de Vos <ndevos>
    > Smoke: Gluster Build System <jenkins.com>
    > NetBSD-regression: NetBSD Build System <jenkins.org>
    > CentOS-regression: Gluster Build System <jenkins.com>
    
    Change-Id: Iacf42c40f768dd2939994bbb87cc7ef366ee495f
    BUG: 1366472
    Signed-off-by: Nigel Babu <nigelb>
    Reviewed-on: http://review.gluster.org/15154
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Reviewed-by: Oleksandr Natalenko <oleksandr>
    CentOS-regression: Gluster Build System <jenkins.org>
    Reviewed-by: Kaushal M <kaushal>

Comment 4 Kaushal 2016-09-01 09:21:42 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.15, please open a new bug report.

glusterfs-3.7.15 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] https://www.gluster.org/pipermail/gluster-devel/2016-September/050714.html
[2] https://www.gluster.org/pipermail/gluster-users/

Comment 5 Kaushal 2016-09-01 09:33:27 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.15, please open a new bug report.

glusterfs-3.7.15 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] https://www.gluster.org/pipermail/gluster-devel/2016-September/050714.html
[2] https://www.gluster.org/pipermail/gluster-users/


Note You need to log in before you can comment on or make changes to this bug.