-
Notifications
You must be signed in to change notification settings - Fork 921
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
Bump the Windows updater (Omaha) to v1.3.361.113 #12895
Conversation
Test results from CI build of 06bb512 (cf. #11096):
1: Passes when testing an "official" build of Brave produced with CI job |
Smoke tests of these changes when it comes to Brave's installers below. The changes were just released in Nightly 1.39.39. The following tests passed:
Will test updates once a newer nightly is out. |
Some more smoke tests on 64 bit Windows 10 now that new updates are available:
The above were performed with Nightly 1.39.39, updating to 1.39.42. |
@GeetaSarvadnya noticed that - contrary to the initial PR description above - |
@michael Tested the issue again with the old updater and new updater. Observed that I am not getting
|
It's strange. On my laptop, I immediately got I also clicked the "WinConfig" button in Fiddler. Maybe that helped. I'm on Fiddler v5.0.20211.51073. (And was also on that version before re-installing.) When Fiddler didn't show @GeetaSarvadnya I'd recommend re-installing Fiddler, maybe experimenting with "WinConfig", until you see |
Resolves brave/brave-browser#22060
Roll-out strategy
Please see "Roll-out strategy" in #11096.
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:
For general update/install functionality, please see "Test Plan" in #11096. It is very important to test this, as otherwise we risk breaking Brave's entire update fleet on Windows.
To test whether
/installerEvent
pings were successfully disabled, use Fiddler Classic or a similar tool to inspect the network traffic. Previously, this description said to inspect the updater logs. However, they do not include the necessary information for release builds.