Skip to content

chore(firestore): remove named database duplication in system tests#17442

Open
ohmayr wants to merge 2 commits into
mainfrom
remove-firestore-system-tests-db-dup
Open

chore(firestore): remove named database duplication in system tests#17442
ohmayr wants to merge 2 commits into
mainfrom
remove-firestore-system-tests-db-dup

Conversation

@ohmayr

@ohmayr ohmayr commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR reduces system test execution time by removing redundant test sweeps across identical standard databases.

@ohmayr ohmayr requested a review from a team as a code owner June 12, 2026 04:18

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request optimizes the system test suite by removing the named database (FIRESTORE_OTHER_DB) from the global TEST_DATABASES list to eliminate test duplication. Instead, the named database is now explicitly parameterized only for the test_document_get test cases in both synchronous and asynchronous system tests to verify path routing. I have no feedback to provide as the changes are clean and well-documented.

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.

1 participant