Merge current v3.4 into master
This commit is contained in:
commit
c5f7381c80
13 changed files with 196 additions and 40 deletions
|
|
@ -92,6 +92,9 @@ func (s *RedisSentinelSuite) setupSentinelConfiguration(ports []string) {
|
|||
require.NoError(s.T(), err)
|
||||
defer tmpFile.Close()
|
||||
|
||||
err = tmpFile.Chmod(0o666)
|
||||
require.NoError(s.T(), err)
|
||||
|
||||
model := structs.Map(templateValue)
|
||||
model["SelfFilename"] = tmpFile.Name()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue