New issue
Advanced search Search tips

Issue 722123 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

"isolate" is flaky (test_data/chrome/browser/resources/print_preview: no such file or directory)

Project Member Reported by chromium...@appspot.gserviceaccount.com, May 14 2017

Issue description

"isolate" is flaky.

This issue was created automatically by the chromium-try-flakes app. Please find the right owner to fix the respective test/step and assign this issue to them. If the step/test is infrastructure-related, please add Infra-Troopers label and change issue status to Untriaged. When done, please remove the issue from Sheriff Bug Queue by removing the Sheriff-Chromium label.

We have detected 3 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyEgsSBUZsYWtlIgdpc29sYXRlDA.

The chromium-try-flakes app is able to file bugs for individual tests when the test launcher is uploading results to the Test Results Server. If recent flakes above are caused by failing tests and you would like to have them filed as invidual bugs, please read more at https://goo.gl/QJKXV4.

This flaky test/step was previously tracked in  issue 671592 .
 

Comment 1 by tapted@chromium.org, May 15 2017

Components: Internals>Printing
Summary: "isolate" is flaky (test_data/chrome/browser/resources/print_preview: no such file or directory) (was: "isolate" is flaky)
The errors go

22:48:59.201152 Unable to walk "/b/c/b/linux_chromium_tsan_rel_ng/src/out/Release/test_data/chrome/browser/resources/print_preview": walk("/b/c/b/linux_chromium_tsan_rel_ng/src/out/Release/test_data/chrome/browser/resources/print_preview"): lstat /b/c/b/linux_chromium_tsan_rel_ng/src/out/Release/test_data/chrome/browser/resources/print_preview: no such file or directory
step returned non-zero exit code: 1


Comment 2 by tapted@chromium.org, May 15 2017

Cc: jbudorick@chromium.org mar...@chromium.org
Owner: rbpotter@chromium.org
Status: Assigned (was: Untriaged)
earliest reports
 tsan: https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_tsan_rel_ng/builds/74034 - r471636
 asan: https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/369377 - r471327

r471082 - maruel
r470413 - rbpotter
r373668 - jbudorick

Comment 3 by tapted@chromium.org, May 15 2017

Cc: rbpotter@chromium.org
Labels: Stability-Memory-AddressSanitizer OS-Linux
Owner: dpa...@chromium.org
I suspect this is happening because of r470637 "Reland of: WebUI: Disable all JS tests in MSAN, ASAN, and TSAN bots."

If the targets are not built but they're still listed in an isolate file there may be badness.

Comment 5 by thakis@chromium.org, May 15 2017

Cc: thestig@chromium.org dpa...@chromium.org
 Issue 721492  has been merged into this issue.

Comment 6 by dpa...@chromium.org, May 15 2017

@thakis: I'll take a look. There seems to be some obsolete reference to print_preview from some isolate test config file to a target that no longer exists in ASAN bots.

Comment 8 by thakis@chromium.org, May 15 2017

That's what adds the dep to the isolate, yes. In a few minutes of looking, I couldn't find what's supposed to generate that directory though.

Comment 9 by dpa...@chromium.org, May 15 2017

I think it is js2gtest.gni  that generates the test_data directory [1]. Now that all the js2gtest targets are not run in ASAN/MSAN/TSAN, those files are not there anymore.

[1] https://cs.chromium.org/chromium/src/chrome/test/base/js2gtest.gni?q=test_data+test_api.js&dr=C&l=29
Perhaps https://codereview.chromium.org/2886493002 would  fix the issue (have not tried yet).
Project Member

Comment 11 by bugdroid1@chromium.org, May 15 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/0712667572b158d0613b5f5a2ec8fa6f61cada34

commit 0712667572b158d0613b5f5a2ec8fa6f61cada34
Author: dpapad <dpapad@chromium.org>
Date: Mon May 15 19:10:55 2017

Fix isolate tests flakiness because of test_data/chrome/browser/resources/print_preview.

BUG= 722123 

Review-Url: https://codereview.chromium.org/2886493002
Cr-Commit-Position: refs/heads/master@{#471856}

[modify] https://crrev.com/0712667572b158d0613b5f5a2ec8fa6f61cada34/chrome/test/BUILD.gn

Status: Fixed (was: Assigned)
Marking this as fixed. Please re-open if the flakiness continues.

Sign in to add a comment