Denver Coneybeare
Denver Coneybeare
This PR modifies the cmake logic that downloads and configures external projects (e.g. snappy, leveldb) so that it fails fast when the downloading and/or configuring fails. Previously, if, for example,...
DO NOT MERGE - This PR is only created to get initial feedback. This PR will eventually be deleted.
DO NOT MERGE - This PR is only created to get initial feedback. This PR will eventually be deleted.
Note: This new `RunAggregationQuery` RPC is only available in the Firestore emulator (i.e. it's not available in prod). And even the emulator's implementation is experimental. This PR is only for...
This will help debug test failures to point more closely to the line of code on which a timeout occurred.
This additional assertions will help debug future test failures. Also, some EXPECT_EQ were changed to ASSERT_EQ if they were checking the length of a result size, so that if the...