Skip to content

Commit b11139a

Browse files
committed
ci: correct unit test with new outcome
1 parent 4e5fac1 commit b11139a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Service/SupervisordConfigFileWriter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public function getConfigForPhpConsumer($uniqueEnvironment, $skipExistsChecks =
212212
$conf[] = "autostart=false";
213213
$conf[] = "autorestart=true";
214214
$conf[] = "stopsignal=QUIT";
215+
$conf[] = "startsecs=0";
215216
}
216217
$conf[] = "\n";
217218
$conf[] = sprintf("[group:markup_%s]\nprograms=%s", $uniqueEnvironment, implode(',', $programNames));

Tests/Service/fixtures/supervisord_config_cli.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stdout_logfile=/vagrant/app/logs/supervisord.out.log
77
autostart=false
88
autorestart=true
99
stopsignal=QUIT
10+
startsecs=0
1011

1112

1213
[program:markup_job_queue_testenv_testqueueb]
@@ -16,6 +17,7 @@ stdout_logfile=/vagrant/app/logs/supervisord.out.log
1617
autostart=false
1718
autorestart=true
1819
stopsignal=QUIT
20+
startsecs=0
1921

2022

2123
[group:markup_testenv]

Tests/Service/fixtures/supervisord_config_php.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ stdout_logfile=/vagrant/app/logs/supervisord.out.log
88
autostart=false
99
autorestart=true
1010
stopsignal=QUIT
11+
startsecs=0
1112

1213

1314
[program:markup_job_queue_testenv_testqueueb]
@@ -18,6 +19,7 @@ stdout_logfile=/vagrant/app/logs/supervisord.out.log
1819
autostart=false
1920
autorestart=true
2021
stopsignal=QUIT
22+
startsecs=0
2123

2224

2325
[group:markup_testenv]

0 commit comments

Comments
 (0)