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

Issue 706555 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Mar 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 667546



Sign in to add a comment

Cast Audio Linux bot: content_browsertests cannont find filter file

Project Member Reported by mbjorge@chromium.org, Mar 29 2017

Issue description

Command: ./content_browsertests --brave-new-test-launcher --test-launcher-bot-mode --test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter --test-launcher-summary-output=/b/s/w/ioYdkv9f/output.json

IMPORTANT DEBUGGING NOTE: each test is run inside its own process.
For debugging a test inside a debugger, use the
--gtest_filter=<your_test_name> flag along with either
--single_process (to run the test in one launcher/browser process) or
--single-process (to do the above, and also run Chrome in single-process mode).
Using sharding settings from environment. This is shard 0/1
Using 4 parallel jobs.
[0329/134113.552944:ERROR:test_launcher.cc(853)] Failed to read the filter file.


 
Labels: Infra-Troopers
@infra-trooper, Cast Audio Linux is green except for two test suites. (https://build.chromium.org/p/chromium.linux/builders/Cast%20Audio%20Linux)

1. cast_shell_browsertests issue should be fixed by https://codereview.chromium.org/2777413007

2. The content_browsertests issue listed above though I'm not sure how to fix. It seems like the test is missing a one of its data dependencies (https://cs.chromium.org/chromium/src/testing/buildbot/filters/cast-linux.content_browsertests.filter?dr=C). 

Is there another config somewhere that I need to update to get this file where it needs to be? The Cast Linux bot is using the same file in the same way without issue.

File is passed in from this config: https://cs.chromium.org/chromium/src/testing/buildbot/chromium.linux.json?type=cs&q=cast-linux.content_browsertests.filter&l=2549
Cc: dpranke@chromium.org
Ah, think I figured out the issue: https://codereview.chromium.org/2785243002
Project Member

Comment 4 by bugdroid1@chromium.org, Mar 30 2017

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

commit 6ec5a4e0e68acaa55f3363ceec7523c990c0bba5
Author: mbjorge <mbjorge@chromium.org>
Date: Thu Mar 30 22:07:43 2017

[Chromecast] Fix Cast Audio Linux bot swarming settings.

content_browsertests fails on swarming. Don't run on swarming to match the configuration of the Cast Linux bot, where content_browsertests is passing.

Also remove ppapi unittests to match Cast Linux config; they should not have been added in the first place.

BUG= 706555 ,  684527 

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

[modify] https://crrev.com/6ec5a4e0e68acaa55f3363ceec7523c990c0bba5/testing/buildbot/chromium.linux.json

Status: Fixed (was: Untriaged)

Sign in to add a comment