File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Compose/ProductionBuilder/Service/Database/Db
Test/Functional/Acceptance Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class HealthCheck
20
20
public function getConfig (): array
21
21
{
22
22
return [
23
- 'test ' => ' mysqladmin ping -h localhost -pmagento2 ' ,
23
+ 'test ' => [ ' CMD-SHELL ' , ' mariadb-admin ping -h localhost -pmagento2 '] ,
24
24
'interval ' => '30s ' ,
25
25
'timeout ' => '30s ' ,
26
26
'retries ' => 3
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ public function _before(\CliTester $I): void
33
33
$ I ->cloneTemplateToWorkDir (static ::TEMPLATE_VERSION );
34
34
$ I ->createAuthJson ();
35
35
$ I ->createArtifactsDir ();
36
- $ I ->createArtifactCurrentTestedCode ('docker ' , '1.4.2 ' );
36
+ $ I ->createArtifactCurrentTestedCode ('docker ' , '1.4.3 ' );
37
37
$ I ->addArtifactsRepoToComposer ();
38
- $ I ->addDependencyToComposer ('magento/magento-cloud-docker ' , '1.4.2 ' );
38
+ $ I ->addDependencyToComposer ('magento/magento-cloud-docker ' , '1.4.3 ' );
39
39
40
40
$ I ->addEceToolsGitRepoToComposer ();
41
41
$ I ->addDependencyToComposer (
You can’t perform that action at this time.
0 commit comments