Increase gRPC max metadata size and optimize integration test CI runs - #16661
cherylEnkidu wants to merge 5 commits into
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
Summary
Fixes Firestore Nightly CI failures and timeouts.
Changes
grpc_connection.cc): SetGRPC_ARG_MAX_METADATA_SIZEto 1 MB (up from 8 KB) so large error trailers on nightly/staging backends do not triggerRESOURCE_EXHAUSTEDretry loops.FSTIntegrationTestCase.mm): Route nightly tests tonam5-test-firestore.sandbox.googleapis.com(standard) andus-central1-test-firestore.sandbox.googleapis.com(enterprise) to work around UberProxy auth blockingtest-firestore.sandbox.googleapis.com(b/552991017).FIRDatabaseTests.mm,FSTDatastoreTests.mm,FIRServerTimestampTests.mm): Pass[FSTIntegrationTestCase databaseID]instead of defaulting to(default), and read documents after transaction commit in server timestamp tests instead of waiting on a pre-existing listener.scripts/build.sh): Skip redundant full-suitexcodebuildretries when-retry-tests-on-failureis enabled, and increase build concurrency from-jobs 4to-jobs 8.#no-changelog