Closed daiduongvo18 closed 2 years ago
:white_check_mark: All unit and integration tests have passed.
PHPUnit 8.5.21 by Sebastian Bergmann and contributors.
...... 6 / 6 (100%)
Time: 274 ms, Memory: 12.00 MB
OK (6 tests, 18 assertions)
Generating code coverage report in Clover XML format ... done [640 ms]
PHPUnit 8.5.21 by Sebastian Bergmann and contributors.
.................. 18 / 18 (100%)
Time: 4.89 seconds, Memory: 36.00 MB
OK (18 tests, 18 assertions)
This comment was generated by Jenkins job magento-cloud-docker/unit build 65.
:white_check_mark: All static analysis and code style checks have passed.
............................................................ 60 / 89 (67%)
............................. 89 / 89 (100%)
Time: 5.38 secs; Memory: 12MB
Found 0 violations and 0 errors in 2594ms
[32mNo mess detected[0m
[OK] No errors
This comment was generated by Jenkins job magento-cloud-docker/static build 66.
:white_check_mark: All functional acceptance tests have passed.
This comment was generated by Jenkins job magento-cloud-docker/functional build 91.
Description
When starting a existing
elasticsearch
container which hasES_PLUGINS
in environment section, the container failed to start because the plugins installation command in thedocker-entrypoint.sh
script throw error say that the plugin is already installed. The issue can be fixed by checking where a plugin was installed or not before installing it. This issue can be produced by below steps:ES_PLUGINS
docker-compose up -d
docker-compose stop
docker-compose up -d
docker-compose logs elasticsearch
Last lines in the logs will contain the content below:Fixed Issues (if relevant)
N/A
Manual testing scenarios
ES_PLUGINS
docker-compose up -d
docker-compose stop
docker-compose up -d
docker-compose logs elasticsearch
Last lines in the logs will contain the content below:Release notes
For user-facing changes, add a meaningful release note. For examples, see Magento Cloud Docker release notes.
Associated documentation updates
Add link to Magento DevDocs PR or Issue, if needed.
Contribution checklist