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 api/types: hostconfig: fix LogMode enum 2021-08-06 19:05:58 +02:00
file_unix.go daemon/logger: rotate log files, never truncate 2022-05-19 15:22:22 -04:00
file_windows.go daemon/logger: rotate log files, never truncate 2022-05-19 15:22:22 -04:00
file_windows_test.go daemon/logger: rotate log files, never truncate 2022-05-19 15:22:22 -04:00
follow.go daemon/logger: follow LogFile without file watches 2022-05-19 15:22:22 -04:00
log_tag.go Add canonical import comment 2018-02-05 16:51:57 -05:00
log_tag_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
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 daemon/logger: fix refcounting decompressed files 2022-05-19 15:22:22 -04:00
sharedtemp_test.go daemon/logger: fix refcounting decompressed files 2022-05-19 15:22:22 -04:00