mirror of https://gitea.com/gitea/act_runner.git
- TestNewParallelExecutorFailed: fix assert.ErrorIs argument order - TestNewParallelExecutorCanceled: check for context.Canceled (not the executor error) since NewParallelExecutor returns ctx.Err() when context is cancelled; use atomic counter to fix data race - TestNewParallelExecutor: use atomic counters to fix data race with concurrent goroutines Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| git | ||
| auth.go | ||
| auth_test.go | ||
| cartesian.go | ||
| cartesian_test.go | ||
| context.go | ||
| context_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 | ||