-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add retry to LoadConsentForm for timeouts. #1480
Conversation
Integration test with FLAKINESS (succeeded after retry)Requested by @jonsimantov on commit 42496c4
Add flaky tests to go/fpl-cpp-flake-tracker |
// If it still timed out after all the retries, let the test pass. | ||
EXPECT_THAT(future.error(), | ||
AnyOf(firebase::gma::ump::kConsentFormSuccess, | ||
firebase::gma::ump::kConsentFormErrorTimeout)); | ||
|
||
EXPECT_EQ(consent_info_->GetConsentFormStatus(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it times out, is this still going to pass as desired?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
…firebase-cpp-sdk into ump_retry_form_timeout
Description
Testing
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.