#55700 closed task (blessed) (fixed)
Move the Memcached container into the Docker Compose config
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
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.
3 years ago
#1
- Keywords has-patch added
#3
@
2 years ago
- Owner set to johnbillion
- Resolution set to fixed
- Status changed from new to closed
In 53895:
johnbillion commented on PR #2689:
2 years ago
#4
This ticket was mentioned in Slack in #core by sergey. View the logs.
2 years ago
Note: See
TracTickets for help on using
tickets.
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_MEMCACHED
environment variable value.