New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 875296 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner:
Last visit 28 days ago
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Mac
Pri: 1
Type: Bug



Sign in to add a comment

Page refresh tests for ChromeDriver become flaky

Project Member Reported by khachatryan@chromium.org, Aug 17

Issue description

ChromeDriver test SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads occasionally fails on Waterfall for ChromeDriver test automation run.

Slow loading tests fail on assertion error for expected and actual page load time.

To reproduce the issue you'll need to do the following steps:
1. clone 'chromium' project.
2. go to src/chrome/test/chromedriver/third_party/
3. git clone https://chromium.googlesource.com/chromium/deps/webdriver java_tests
4. go to src/chrome/test/chromedriver/test
5. Run the following command:
   python run_java_tests.py --chromedriver=<path/chromedriver> --log-path=<full_path_to_log_file> --filter="<test_name>"

For this particular case --filter=SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads

To see the available options type "python run_java_tests.py --help"

ChromeDriver bug https://bugs.chromium.org/p/chromedriver/issues/detail?id=2532 is opened to track this issue.


 
We hit this bug after r578167 was committed.

Labels: -Pri-2 Pri-1
Labels: M-70

Sign in to add a comment