-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firestore: Remove obsolete special case from tests when verifying "missing index" error message in non-default DB #5632
base: main
Are you sure you want to change the base?
Conversation
…ssing index" error message in non-default DB
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
2 similar comments
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Generated by 🚫 Danger |
Coverage Report 1Affected ProductsNo changes between base commit (eb3380e) and merge commit (62c5aba).Test Logs |
Unit Test Results 180 files + 174 180 suites +174 4m 3s ⏱️ + 3m 45s Results for commit 874e973. ± Comparison against base commit eb3380e. This pull request removes 19 and adds 1226 tests. Note that renamed tests count towards both.
|
Size Report 1Affected ProductsNo changes between base commit (eb3380e) and merge commit (62c5aba).Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
This PR removes a special case from the integration tests (#5600) that verifies the "missing index" error message returned from the server. Previously, a non-default database would result in a different, less descriptive error message; however, the backend was updated to use the same, descriptive error message for both default and non-default databases. The tests, therefore, should have to the special case removed to increase the coverage of the tests.
Googlers see b/316359394 for more information.