1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-24 20:15:56 +00:00
Files
go-chasquid-smtp/test/util/lib.sh
Alberto Bertogli 7a4a4e4b34 tests: Fix "text file busy" race condition in go-build-cached
There are a couple of places in the tests when we attempt to build and
run simultaneously. Here, if the build is slow, there is a race where
"text file busy" can appear.

To fix this, build to a temporary file with a random name, then
atomically rename it to the final binary name.
2025-10-18 16:26:51 +01:00

6.3 KiB