Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 32 commits into from

Conversation

jazzsequence
Copy link
Contributor

@jazzsequence jazzsequence commented May 30, 2023

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

Behat fixes ported to #429

@pwtyler pwtyler force-pushed the update-object-cache branch from 9bdc441 to 8e103ca Compare June 5, 2023 19:49
pwtyler
pwtyler previously approved these changes Jun 5, 2023
@pwtyler pwtyler dismissed their stale review June 5, 2023 21:02

Looks like behat failures may be legitimate, need to investigate.

Copy link
Member

@pwtyler pwtyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update README (c/f #423)

tests/behat/features/load-wp.feature Outdated Show resolved Hide resolved
tests/behat/features/wp-redis.feature Outdated Show resolved Hide resolved
jazzsequence added a commit that referenced this pull request Jun 22, 2023
jazzsequence added a commit that referenced this pull request Jun 23, 2023
* Updates behat tests and behaviors.

* Updates behat tests and behaviors.

* port diff from #426

* tabs to spaces

* don't enable redis as part of the prepare step
we end up making a dozen differnet enable redis requests and inevitably a lot of those fail because there are so many happening simultaneously (assumption). It's okay to just enable it and leave it on, rather than turning it on and off.

---------

Co-authored-by: Ryan Wagner <[email protected]>
Co-authored-by: Chris Reynolds <[email protected]>
jazzsequence added a commit that referenced this pull request Jun 26, 2023
* Updates behat tests and behaviors.

* Updates behat tests and behaviors.

* port diff from #426

* tabs to spaces

* don't enable redis as part of the prepare step
we end up making a dozen differnet enable redis requests and inevitably a lot of those fail because there are so many happening simultaneously (assumption). It's okay to just enable it and leave it on, rather than turning it on and off.

---------

Co-authored-by: Ryan Wagner <[email protected]>
Co-authored-by: Chris Reynolds <[email protected]>
@pwtyler
Copy link
Member

pwtyler commented Aug 14, 2023

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.

@pwtyler pwtyler closed this Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants