-
Notifications
You must be signed in to change notification settings - Fork 926
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
Fixes ads are not shown due to round-robin not removing seen advertisers and/or ads #9571
Conversation
...-native-ads/src/bat/ads/internal/database/tables/creative_ad_notifications_database_table.cc
Show resolved
Hide resolved
...-native-ads/src/bat/ads/internal/database/tables/creative_ad_notifications_database_table.cc
Show resolved
Hide resolved
vendor/bat-native-ads/src/bat/ads/internal/eligible_ads/round_robin_ads.h
Show resolved
Hide resolved
vendor/bat-native-ads/src/bat/ads/internal/eligible_ads/round_robin_advertisers.h
Show resolved
Hide resolved
cd541ec
to
788bbc4
Compare
|
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.
LGTM
vendor/bat-native-ads/src/bat/ads/internal/ad_pacing/ad_pacing_test.cc
Outdated
Show resolved
Hide resolved
125e078
to
5b7ae4e
Compare
Verification passed on
Verified Verified
Verified the same
Verified upgrade scenario:
Verified round robin worked after upgrade
|
Resolves brave/brave-browser#17199
Resolves brave/brave-browser#15166
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
See brave/brave-browser#17199