Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1553025

Summary: Code dump file request for failed namespace regression test on jenkins
Product: [Community] GlusterFS Reporter: Varsha <varao>
Component: project-infrastructureAssignee: bugs <bugs>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: amukherj, bugs, gluster-infra, nigelb, varao
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-08 06:02:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Varsha 2018-03-08 04:18:56 UTC
Description of problem:
Regression test is failing for namespace test

How reproducible:
Run regression test with brick-multiplex enabled

Steps to Reproduce:
Test failed on Jenkins.
Cannot be reproduced locally.

Actual results:
09:33:47 ./tests/basic/namespace.t (Wstat: 0 Tests: 33 Failed: 8)
09:33:47   Failed tests:  15-16, 18-19, 21-22, 32-33
09:33:47 Files=1, Tests=33, 94 wallclock secs ( 0.07 usr  0.01 sys +  5.89 cusr  4.36 csys = 10.33 CPU)
09:33:47 Result: FAIL
09:33:47 End of test ./tests/basic/namespace.t

Expected results:
The namespace test should not have failed.

Additional info:
https://build.gluster.org/job/regression-test-with-multiplex/663/console
Please provide the code dump file if available.

Comment 1 Nigel Babu 2018-03-08 04:31:48 UTC
There isn't a core dump because it isn't a test failure. I can make a machine available to you to run your tests if you'd like. I need an SSH public key to give you access.

Can you also confirm that you are testing this with brick multiplex enabled? This is how we ensure that brick multiplex is enabled before testing upstream. Could you try this locally first? http://git.gluster.org/cgit/build-jobs.git/tree/build-gluster-org/scripts/regression-test-with-multiplex.sh#n26

Comment 2 Varsha 2018-03-08 05:17:34 UTC
I added the following line to enable and it worked fine with it.
TEST $CLI volume set all cluster.brick-multiplex on

But on returning gf_true from is_brick_mx_enabled function. It's failing.
Thank you for the link.