mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-05 18:40:59 +00:00
Tests were using `count` and similar variables without any concurrency safety and have been updated to use atomic operations. This may have caused rare miscounts in tests as operations like `count++` are not thread-safe, but to my knowledge these have never been observed. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/860 Reviewed-by: Gusted <gusted@noreply.code.forgejo.org> Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net> Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net> |
||
---|---|---|
.. | ||
git | ||
cartesian.go | ||
cartesian_test.go | ||
draw.go | ||
dryrun.go | ||
executor.go | ||
executor_test.go | ||
file.go | ||
job_error.go | ||
line_writer.go | ||
line_writer_test.go | ||
logger.go | ||
outbound_ip.go | ||
randname.go | ||
sha256.go | ||
sha256_test.go |