Skip to content

chore(firestore): skip pipeline verification tests outside enterprise db#16523

Open
daniel-sanche wants to merge 4 commits intomainfrom
fix_firestore_tests
Open

chore(firestore): skip pipeline verification tests outside enterprise db#16523
daniel-sanche wants to merge 4 commits intomainfrom
fix_firestore_tests

Conversation

@daniel-sanche
Copy link
Copy Markdown
Contributor

@daniel-sanche daniel-sanche commented Apr 1, 2026

Firestore system tests are currently failing, because they attempt to run pipeline verification tests on all test dbs. Pipelines mode is only supported on enterprise databases, so we should skip the test on unsupported environments

While making this change, I ended up also reporting this as a pytest subtest, to make the test results/skips more clear

@daniel-sanche daniel-sanche requested review from a team as code owners April 1, 2026 22:04
Copy link
Copy Markdown
Contributor

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

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 updates the verify_pipeline function in both synchronous and asynchronous system tests to include checks for the Firestore emulator and enterprise database requirements. The reviewer recommends using pytest.skip() instead of print() and return to ensure that tests are accurately reported as skipped in the test results, rather than appearing as passed when the conditions are not met.

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