pantheon-systems / wp-redis

WordPress Object Cache using Redis.
https://wordpress.org/plugins/wp-redis/
GNU General Public License v2.0
225 stars 67 forks source link

Connect via unix socket instead of filesystem to be compatible with php open_basedir restrictions. #426

Closed jazzsequence closed 10 months ago

jazzsequence commented 1 year ago

copied from #425 to run CI workflows by @hj-collab

Behat fixes ported to https://github.com/pantheon-systems/wp-redis/pull/429/

pwtyler commented 10 months ago

This PR ended up all over the place and ultimately derailed on the testing. Going to close and re-open the original PR (although we still need to prioritize the work on the teamside). As we've learned since this was attempted, pushing fork PRs to a separate branch (rather than opening a new PR) stills gives us the circle checks in the original PR.

Better/cleaner would be to move all tests to Github actions triggered "On PR", which can be approved by a codeowner to run CI after manually reviewing.