233933
From c8f0ac9b429e1ff73a3e87247193c35c66212540 Mon Sep 17 00:00:00 2001
233933
From: Shwetha K Acharya <sacharya@redhat.com>
233933
Date: Tue, 2 Apr 2019 12:06:53 +0530
233933
Subject: [PATCH 41/52] tests/geo-rep: Build failed in Jenkins for test
233933
 bug-1600145.t
233933
233933
Problem: the ((strcmp (key, "cluster.brick-multiplex") == 0))
233933
comparision in cli/src/cli-cmd-parser.c is expecting
233933
either yes or no confirmation from cli, which is not handled
233933
in bug-1600145.t, causing test to wait till timeout and
233933
then fail.
233933
233933
Solution: Passing yes as pipeline to
233933
`gluster v set all cluster.brick-multiplex on` in bug-1600145.t
233933
233933
Label: DOWNSTREAM ONLY
233933
233933
Change-Id: I1a6c2a992b65380cea145fd1c46d22ec1251c77e
233933
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/166694
233933
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
233933
Tested-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
233933
Reviewed-by: Sunny Kumar <sunkumar@redhat.com>
233933
---
233933
 tests/00-geo-rep/bug-1600145.t | 2 +-
233933
 1 file changed, 1 insertion(+), 1 deletion(-)
233933
233933
diff --git a/tests/00-geo-rep/bug-1600145.t b/tests/00-geo-rep/bug-1600145.t
233933
index 1d38bf9..359bc4f 100644
233933
--- a/tests/00-geo-rep/bug-1600145.t
233933
+++ b/tests/00-geo-rep/bug-1600145.t
233933
@@ -29,7 +29,7 @@ slave_mnt=$M1
233933
 
233933
 ##create_and_start_master_volume
233933
 TEST $CLI volume create $GMV0 replica 2 $H0:$B0/${GMV0}{1,2};
233933
-gluster v set all cluster.brick-multiplex on
233933
+yes | gluster v set all cluster.brick-multiplex on
233933
 TEST $CLI volume start $GMV0
233933
 
233933
 ##create_and_start_slave_volume
233933
-- 
233933
1.8.3.1
233933