1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/logger/loggerutils
Paweł Gronowski 2463c40144 daemon/logger: Fix TestConcurrentLogging race test
The recent fix for log corruption changed the signature of the
NewLogFile and WriteLogEntry functions and the test wasn't adjusted to
this change.

Fix the test by adjusting to the new LogFile API.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2022-05-31 14:02:59 +02:00
..
cache
file_unix.go
file_windows.go
file_windows_test.go
follow.go
log_tag.go
log_tag_test.go
logfile.go daemon/logger: Share buffers by sync.Pool 2022-05-27 16:44:06 +02:00
logfile_race_test.go daemon/logger: Fix TestConcurrentLogging race test 2022-05-31 14:02:59 +02:00
logfile_test.go daemon/logger: Share buffers by sync.Pool 2022-05-27 16:44:06 +02:00
sharedtemp.go
sharedtemp_test.go