test(Database): fix state leaks and random-order test determinism for MySQLi, PostgreSQL, and OCI8 - #10581
Open
gr8man wants to merge 1 commit into
Open
test(Database): fix state leaks and random-order test determinism for MySQLi, PostgreSQL, and OCI8#10581gr8man wants to merge 1 commit into
gr8man wants to merge 1 commit into
Conversation
|
Hi there, @gr8man! 👋 It looks like this pull request does not follow our template:
Please update the description to follow the template. The |
gr8man
force-pushed
the
fix-postgres-tests
branch
from
September 23, 2026 20:11
7c62122 to
2bc665a
Compare
… MySQLi, PostgreSQL, and OCI8 Fixes database tests to be deterministic under random execution order for MySQLi, PostgreSQL, and OCI8 drivers. Ref codeigniter4#9968. - Fix random-order test execution issues and state leakage under PostgreSQL, MySQL, and OCI8 - Isolate per-component database schemas for parallel random-test runs - Safely extract dbParams keys with null coalescing in Registrar - Drop team_members table in migration down method - Run Oracle components sequentially and exclude Oracle from the random test matrix (single shared schema via DSN causes ORA-00955 collisions) - Handle case-insensitive cached tableExists and catalog lookups in OCI8 - Fix OCI8 insertID() to preserve quoted table name case so Oracle USER_TAB_COLUMNS lookups match forge-created (lowercase) tables
gr8man
force-pushed
the
fix-postgres-tests
branch
from
September 23, 2026 20:37
2bc665a to
0d84838
Compare
This branch has not been deployed
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.
Description
Fixes database tests to be deterministic under random execution order
for MySQLi, PostgreSQL, and OCI8 drivers. Ref: #9968
Ref: #9968
Checklist: