#55700 closed task (blessed) (fixed)
Move the Memcached container into the Docker Compose config
| Reported by: | johnbillion | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.1 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
When the test suite runs, two jobs run with Memcached enabled and the object-cache.php dropin in place. This setup happens inside the GitHub Action.
Let's move it into the Docker Compose config so a developer can make use of it on their local dev environment just by toggling the value of the LOCAL_PHP_MEMCACHED environment variable in the .env file.
Change History (8)
This ticket was mentioned in PR #2689 on WordPress/wordpress-develop by johnbillion.
4 years ago
#1
- Keywords has-patch added
johnbillion commented on PR #2689:
4 years ago
#4
This ticket was mentioned in Slack in #core by sergey. View the logs.
4 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: https://core.trac.wordpress.org/ticket/55700
This moves the Memcached container into the Docker Compose config so it can be used with the local dev environment just by flipping the
LOCAL_PHP_MEMCACHEDenvironment variable value.