| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| // Loading Ads has been deemed flaky as the AdMob Service has a chance to | ||
| // return NoFill for valid ad requests if there aren't any ads to serve. | ||
| FLAKY_TEST_SECTION_BEGIN(); | ||
|
|
There was a problem hiding this comment.
The flakiness stemmed from NoFill error when the service runs out of Ads to serve. Being in a state of NoFill often takes a lot longer to recover from than our Flaky Test retry timeout, and so the flaky test block causes more problems than it solves by 1: retesting and getting the same result, and 2: pushing the service into backoff mode if too many NoFill errors are generated.
Sorry, something went wrong.
❌ Integration test FAILEDRequested by @DellaBitta on commit e61d6bb
Add flaky tests to go/fpl-cpp-flake-tracker |
Sorry, something went wrong.
The GMA backend doesn't whitelist iOS devices running in CI which means number of ads that can be served to iOS in CI is restricted. This is true even when using the prescribed Demo Ad Unit Id. This PR reduces the number of ads we load on iOS in an attempt to minimize the chance of encountering NoFillErrors and push our CI to green.
| Back | FazBrowse Home | New Git URL |
Description
The GMA backend doesn't whitelist iOS devices running in CI which means number of ads that can be served to iOS in CI is restricted. This is true even when using the prescribed Demo Ad Unit Id.
This PR reduces the number of ads we load on iOS in an attempt to minimize the chance of encountering NoFillErrors and push our CI to green.
Notes:
Testing
Integration Test CI
Type of Change
Place an x the applicable box: