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