[TMP] Run regression for IBX-12043 (DBAL 4) - #1922
Open
ViniTou wants to merge 2 commits into
Open
Conversation
Points the commerce regression build at the DBAL 4 branches of the ten packages the edition installs. Revert once they are merged.
Composer authenticates against github.com for every VCS repository it is given, and adding one for a public package broke that with "Could not authenticate against github.com". The public ones resolve without it.
ViniTou
force-pushed
the
ibx-12043-dbal4-regression
branch
from
August 7, 2026 12:46
8200dcd to
a9532ef
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.
ibexa/doctrine-schema#45
ibexa/core#800
ibexa/core-persistence#39
https://github.com/ibexa/installer/pull/217
ibexa/doctrine-migrations#6
https://github.com/ibexa/migrations/pull/447
https://github.com/ibexa/taxonomy/pull/438
https://github.com/ibexa/product-catalog/pull/1563
https://github.com/ibexa/fieldtype-page/pull/218
https://github.com/ibexa/connector-payum/pull/44
Not listed, deliberately:
prepare_project_edition.shadds every listed package to the project'srequire, and this one does not belong in an installed project.Each package is flagged
shouldBeAddedAsVCSso Composer resolves the branch straight from GitHub. Satis lagged behind a force push more than once while this work was in progress, and a regression run silently resolving a stale commit is worse than a slower one.What this build is expected to catch that the package pipelines cannot:
Browser testsjobs fail on all four of core, product-catalog, taxonomy and fieldtype-page withYour requirements could not be resolved, because an inline alias only applies in the root package andibexa/osspulls these transitively at~6.0.x-dev. Here the branches are added to the project's ownrequire, so the alias holds and the stack resolves as one.MariaDBPlatformoffMySQLPlatform, which already broke the Random sort clause once during this work. Setup 2 covers MariaDB 11.4.Databases are created fresh here, so this exercises the new
utf8mb4_unicode_520_ciDDL rather than the upgrade path. Converting an existing database is a separate procedure — two console commands plus the SQL script inibexa/installer— and is not covered by this run.