forgejo/modules/log
zeripath 33a8eec33e
Retry rename on lock induced failures (#16435)
* Retry rename on lock induced failures

Due to external locking on Windows it is possible for an
os.Rename to fail if the files or directories are being
used elsewhere.

This PR simply suggests retrying the rename again similar
to how we handle the os.Remove problems.

Fix #16427

Signed-off-by: Andrew Thornton <art27@cantab.net>

* resolve CI fail

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-07-15 11:46:07 -04:00
..
colors.go
colors_router.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
conn.go
conn_test.go
console.go
console_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
console_windows.go
errors.go
event.go
file.go Retry rename on lock induced failures (#16435) 2021-07-15 11:46:07 -04:00
file_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
flags.go
level.go
level_test.go
log.go
log_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
logger.go
multichannel.go
provider.go
smtp.go
smtp_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
stack.go
writer.go
writer_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00