diff options
author | Wolfy-J <[email protected]> | 2018-09-23 15:47:55 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-23 15:47:55 +0300 |
commit | 0d826d29d27cdc83766ceb60c33444603f67ade1 (patch) | |
tree | 0bb3af3528481af163d331104bd672bfc2794117 /static_pool_test.go | |
parent | d208fa427bedeed367be4bab6d5285eb0a8984fb (diff) |
task wait group protection added
Diffstat (limited to 'static_pool_test.go')
-rw-r--r-- | static_pool_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index 0259bc33..1e4906a5 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -371,7 +371,7 @@ func Test_Static_Pool_Handle_Dead(t *testing.T) { } // identical to replace but controlled on worker side -func Test_Static_Pool_Slow_Destory(t *testing.T) { +func Test_Static_Pool_Slow_Destroy(t *testing.T) { p, err := NewPool( func() *exec.Cmd { return exec.Command("php", "tests/slow-destroy.php", "echo", "pipes") }, NewPipeFactory(), |