- Issue created by @daffie
- Status changed to Needs review
9 months ago 10:11am 19 February 2024 - Status changed to Active
9 months ago 10:33pm 19 February 2024 - First commit to issue fork.
- π³π±Netherlands daffie
@bbrala: I have created a patchfile for Drupal 10.1.x. It should pass the tests in the namespace Drupal\KernelTests\Core\Database.
A MongoDB replicaset is needed, because a single server of MongoDB does not support multi document transactions.
After you have enabled the mongodb PHP extension, the style guide checker will run and fail. I will fix hose violations.
Again: thank you for helping me.
- First commit to issue fork.
- π³π±Netherlands daffie
@johnwebdev: Thank you for your question. When I worked on the database driver in the past, I had a bug when running the install process. I could fix the problem by requiring the user module be installed early in the install process. I have removed the early installing the user module and the CI pipeline came back green. I have run the install process on my local machine and that gave no problems. Therefore I have removed the early installing of the user module. Again that you for asking the question.