summaryrefslogtreecommitdiff
path: root/pkg/pool
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-15 18:32:47 +0300
committerValery Piashchynski <[email protected]>2021-08-15 18:32:47 +0300
commit7469016ec237f4bedc23c2bae6a7fad52fc5faeb (patch)
treecf92bf06fd88a565bcd007211c939de0d261b4cd /pkg/pool
parent7b81e9e8cbe85a006bb0878d5bf4e22d0350041e (diff)
Update dockerfiles (use ubuntu instead of arch), replace heavy
memleak.php for the non-memory tests Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'pkg/pool')
-rw-r--r--pkg/pool/supervisor_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pool/supervisor_test.go b/pkg/pool/supervisor_test.go
index 21cf1db5..28338ef5 100644
--- a/pkg/pool/supervisor_test.go
+++ b/pkg/pool/supervisor_test.go
@@ -65,7 +65,7 @@ func TestSupervisedPool_ExecWithDebugMode(t *testing.T) {
ctx := context.Background()
p, err := Initialize(
ctx,
- func() *exec.Cmd { return exec.Command("php", "../../tests/memleak.php", "pipes") },
+ func() *exec.Cmd { return exec.Command("php", "../../tests/supervised.php") },
pipe.NewPipeFactory(),
cfgSupervised,
)