diff options
Diffstat (limited to 'tests/bugs')
| -rwxr-xr-x[-rw-r--r--] | tests/bugs/bug-767585-gfid.t | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/bug-767585-gfid.t b/tests/bugs/bug-767585-gfid.t index 0cb6e3cb708..49cf7423fa0 100644..100755 --- a/tests/bugs/bug-767585-gfid.t +++ b/tests/bugs/bug-767585-gfid.t @@ -12,7 +12,6 @@ gfid1="0x8428b7193a764bf8be8046fb860b8993"  gfid2="0x85ad91afa2f74694bf52c3326d048209"  cleanup; -  TEST glusterd  TEST pidof glusterd  TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}0 $H0:$B0/${V0}1 @@ -25,6 +24,8 @@ touch $B0/${V0}0/c $B0/${V0}1/c  TEST setfattr -n trusted.gfid -v $gfid1 $B0/${V0}0/b  TEST setfattr -n trusted.gfid -v $gfid2 $B0/${V0}1/c +sleep 2 +  cd $M0  TEST ls -l a  TEST ls -l b  | 
