diff options
author | Valery Piashchynski <[email protected]> | 2020-11-26 12:30:19 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-26 12:30:19 +0300 |
commit | e5313529e4293b7ad985cce72cec54b08462259d (patch) | |
tree | 7056d01a982e44b997ad4b35f0dea7e99a618549 /worker.go | |
parent | 073683ebe27131cf8371decdfe309264b8ea2ad6 (diff) |
Add testcache clean everytime tests run, remove unnecessary mutes in
worker Stop
Diffstat (limited to 'worker.go')
-rwxr-xr-x | worker.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -262,8 +262,6 @@ func (w *WorkerProcess) closeRelay() error { // Stop sends soft termination command to the WorkerProcess and waits for process completion. func (w *WorkerProcess) Stop(ctx context.Context) error { - w.mu.Lock() - defer w.mu.Unlock() c := make(chan error) go func() { |