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

Issue 892732 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

auron_paine-paladin #4005: login_VMSanity: Unhandled AttributeError: 'PossibleCrOSBrowser' object has no attribute 'SetUpEnvironment'

Project Member Reported by apronin@chromium.org, Oct 5

Issue description

auron_paine-paladin #4005 failed due to

10/05 10:35:50.454 WARNI|              test:0606| The test failed with the following exception
Traceback (most recent call last):
  File "/usr/local/autotest/common_lib/test.py", line 600, in _exec
    _call_test_function(self.execute, *p_args, **p_dargs)
  File "/usr/local/autotest/common_lib/test.py", line 806, in _call_test_function
    raise error.UnhandledTestFail(e)
UnhandledTestFail: Unhandled AttributeError: 'PossibleCrOSBrowser' object has no attribute 'SetUpEnvironment'
Traceback (most recent call last):
  File "/usr/local/autotest/common_lib/test.py", line 800, in _call_test_function
    return func(*args, **dargs)
  File "/usr/local/autotest/common_lib/test.py", line 464, in execute
    postprocess_profiled_run, args, dargs)
  File "/usr/local/autotest/common_lib/test.py", line 371, in _call_run_once
    self.run_once(*args, **dargs)
  File "/usr/local/autotest/tests/graphics_Idle/graphics_Idle.py", line 45, in run_once
    arc_mode=arc_mode):
  File "/usr/local/autotest/common_lib/cros/chrome.py", line 176, in __init__
    self._browser_to_create.SetUpEnvironment(b_options)
AttributeError: 'PossibleCrOSBrowser' object has no attribute 'SetUpEnvironment'

 
Feels like a bad CL, but so far couldn't find which one.
I found the calling code is actually within catapult, a library within Chrome. So that shouldn't be changing in the paladins. I'm still confused.
Cc: perezju@chromium.org achuith@chromium.org nednguyen@chromium.org
+achuith, +nednguen, +perezju (as catapult/telemetry owners and since you were involved in issue 808927): any ideas on what might be wrong here?

Logs in https://stainless.corp.google.com/browse/chromeos-autotest-results/245695899-chromeos-test/

Sign in to add a comment