-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Pubs which are already in a-c table are getting deleted on upgraded profile after revisiting #3162
Comments
@GeetaSarvadnya can you please paste before and after ac table |
@NejcZdovc Please find the below screen shots: Before: publisher_info_db: After: UI: |
Steps:
|
@LaurenWags Able to reproduce the above steps on Windows 10 x64 Negative scores are stores in a-c table when we relaunch and add few more sites to a-c table in 0.58.21 |
Additionally, if you follow these modified steps (no change to settings) you get % values which are off after updating to 0.59.32:
|
Verified passed with
Verification passed on
Verified passed with
|
Verified comments from (#3162 (comment)).
@NejcZdovc can you please look into the 1st point, which seems wrong to me, correct me if i am wrong. |
@NejcZdovc please correct if wrong, but I think what @GeetaSarvadnya is seeing is expected because she has not yet visited any sites and the code to correct the a-c table (scores, % values, and weights) does not run until you visit a site. (also, we're not seeing any 0% items in the a-c table in 0.59.x due to #2365) |
@LaurenWags you are correct and this is expected |
@NejcZdovc shouldn't the recalculations happen automatically upon upgrade which basically fixes the issue? We shouldn't wait until the user visits a site for the recalculation to happen with this fix. Could this be fixed for 0.60.x ? |
@srirambv I think it doesn't matter as it will automatically be fixed when user do any action. So data will not be wrong for any operation that follows. |
Description
Follow up of #3134
Pubs which are already in a-c table are getting deleted on upgraded profile after revisiting
Steps to Reproduce
Actual result:
when revisiting publishers that are already in the table, publishers are getting removed from a-c table.
Expected result:
pubs which are in a-c table should not get deleted after revisit
Reproduces how often:
Easy
Brave version (brave://version info)
Reproducible on current release:
Website problems only:
Additional Information
@NejcZdovc @brave/legacy_qa
The text was updated successfully, but these errors were encountered: