-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
"SearchEngineProviderP3ATest.DefaultSearchEngineP3A" failing CI intermittently #13057
Comments
I've implemented a proposed fix and re-enable. If the test continues to be intermittent, please report here for followup! |
This was disabled in 27bf9e3 for intermittent failures. Add a call to wait for TemplateURLServiceFactory to finish loading, and re-enable to see if that stabilizes the browser test. See brave/brave-browser#13057 for tracking. This duplicates VerifyTemplateURLServiceLoad() from the search_engine_provider browser test, but it's a small piece of code and having two file-local implementations is simple enough.
This was apparently working until the Chromium 95 merge. |
Add delay at the beginning of the browser test to reduce intermittent measurement failures. See brave/brave-browser#13057 for tracking.
This test is failing intermittently again since the merge of chromium 95. Disable until we can determine where the race is happening. See brave/brave-browser#13057 for tracking.
Like the other SearchEngineTracker browser test, this gives unstable results in ci, tracked in brave/brave-browser#13057. Disable the test for now, and remove the `MergeHistogramDeltasForTesting` which we don't expect is necessary and made no difference in testing.
This test is re-enabled by brave/brave-core#10300, with the addition of forcing a specific region at the beginning of the test. That seemed to give more consistent results. I'll leave this open for a bit in case it doesn't stick, but for now ci tests seem to be green. |
Like the other SearchEngineTracker browser test, this gives unstable results in ci, tracked in brave/brave-browser#13057. Disable the test for now, and remove the `MergeHistogramDeltasForTesting` which we don't expect is necessary and made no difference in testing.
Like the other SearchEngineTracker browser test, this gives unstable results in ci, tracked in brave/brave-browser#13057. Disable the test for now, and remove the `MergeHistogramDeltasForTesting` which we don't expect is necessary and made no difference in testing.
Seems to be stable now. Thanks @goodov! |
SearchEngineProviderP3ATest.DefaultSearchEngineP3A
is intermittently failingCI
. Example:CCing @bsclifton
The text was updated successfully, but these errors were encountered: