Delete bucket listener config file from disk (#3016)
This commit is contained in:
committed by
Harshavardhana
parent
c21ac80268
commit
8876e0a80a
@@ -400,13 +400,13 @@ func TestNamespaceForceUnlockTest(t *testing.T) {
|
||||
}()
|
||||
|
||||
select {
|
||||
case <-ch:
|
||||
// Signalled so all is fine.
|
||||
break
|
||||
case <-ch:
|
||||
// Signalled so all is fine.
|
||||
break
|
||||
|
||||
case <-time.After(100*time.Millisecond):
|
||||
// In case we hit the time out, the lock has not been cleared.
|
||||
t.Errorf("Lock not cleared.")
|
||||
case <-time.After(100 * time.Millisecond):
|
||||
// In case we hit the time out, the lock has not been cleared.
|
||||
t.Errorf("Lock not cleared.")
|
||||
}
|
||||
|
||||
// Clean up lock.
|
||||
|
||||
Reference in New Issue
Block a user