1
0
Fork 0

Merge current v2.11 into v3.4

This commit is contained in:
mmatur 2025-05-12 15:06:32 +02:00
commit 0dc5b7d013
No known key found for this signature in database
GPG key ID: 2FFE42FC256CFF8E
6 changed files with 49 additions and 3 deletions

View file

@ -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()