Add WordPress operation provider factory - #45
Draft
alexstandiford wants to merge 1 commit into
Draft
alexstandiford wants to merge 1 commit into
alexstandiford wants to merge 1 commit into
Conversation
alexstandiford
force-pushed
the
codex/wordpress-coordination
branch
from
September 20, 2026 23:57
b56d5cf to
d502c26
Compare
alexstandiford
force-pushed
the
codex/wordpress-operation-provider
branch
from
September 20, 2026 23:57
2e0284e to
75e3331
Compare
alexstandiford
force-pushed
the
codex/wordpress-operation-provider
branch
from
September 21, 2026 00:01
75e3331 to
8479fb3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacked on PR44 (
codex/wordpress-coordination,d502c26). Adds the WordPress adapter implementation of DB PR42'sOperationDatabaseProviderFactory(4b0b770) for official corewpdbonly.QueryBuilderandClauseBuilderinstances from the exact active coordinator/pinnedwpdbresource before handler clause preparation.WordPressInitializerand verifies the production container shares one ordinary/coordinated strategy instance; covers the cache TTL/database provider alias seam.The hosted MySQL 8 + official WordPress 6.8.3 integration job with
--fail-on-skippedis included in the stacked PR44 coordinator layer.Verification
vendor/bin/phpunit --colors=never— 78 tests, 139 assertions.vendor/bin/phpunit -c phpunit-integration.xml --colors=never --fail-on-skipped— 76 tests, 161 assertions.