mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
This caused many races where logs would escape the tests by milliseconds. By using an atomic on the logger, we can fix all of it!
This caused many races where logs would escape the tests by milliseconds. By using an atomic on the logger, we can fix all of it!