New issue
Advanced search Search tips

Issue 718982 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: May 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

"components_unittests (with patch)" is flaky

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

Issue description

"components_unittests (with patch)" 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=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyLAsSBUZsYWtlIiFjb21wb25lbnRzX3VuaXR0ZXN0cyAod2l0aCBwYXRjaCkM.

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 628133 .
 

Comment 1 by yutak@chromium.org, May 8 2017

Labels: -Pri-1 Pri-3
NextAction: 2017-05-10
Owner: yutak@chromium.org
We have seen three consecutive errors that look like an actual failure
in the range 2017-05-05 01:00-15:31 UTC. The errors afterwards were
caused by issue 719233, and we can safely ignore them.

The three failures contain a python error like this in the end of
the test:

> Traceback (most recent call last):
>   File "/b/swarm_slave/w/ir/build/android/test_runner.py", line 917, in main
>     return RunTestsCommand(args)
>   File "/b/swarm_slave/w/ir/build/android/test_runner.py", line 676, in RunTestsCommand
>     return RunTestsInPlatformMode(args)
>   File "/b/swarm_slave/w/ir/build/android/test_runner.py", line 836, in RunTestsInPlatformMode
>     str(iteration_count))
>   File "/b/swarm_slave/w/ir/third_party/catapult/common/py_utils/py_utils/contextlib_ext.py", line 19, in __exit__
>     return self._manager.__exit__(exc_type, exc_val, exc_tb)
>   File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
>     self.gen.next()
>   File "/b/swarm_slave/w/ir/build/android/test_runner.py", line 744, in write_json_file
>     all_raw_results, args.json_results_file)
>   File "/b/swarm_slave/w/ir/build/android/pylib/results/json_results.py", line 138, in GenerateJsonResultsFile
>     json_result_file.write(json.dumps(GenerateResultsDict(test_run_result)))
>   File "/usr/lib/python2.7/json/__init__.py", line 243, in dumps
>     return _default_encoder.encode(obj)
>   File "/usr/lib/python2.7/json/encoder.py", line 207, in encode
>     chunks = self.iterencode(o, _one_shot=True)
>   File "/usr/lib/python2.7/json/encoder.py", line 270, in iterencode
>     return _iterencode(o, 0)
> UnicodeDecodeError: 'utf8' codec can't decode byte 0xd8 in position 153: invalid continuation byte

It's 2017-05-08 05:45 UTC now, which means we haven't seen the similar
failures for the last three days (though these days are mostly weekends).
So the error may be already fixed; let's watch the trybot status
for a few days to see if the similar failure occurs again.

Comment 2 by yutak@chromium.org, May 10 2017

NextAction: ----
Status: WontFix (was: Untriaged)
There has been no errors for these two days. I assume this was fixed elsewhere.

Sign in to add a comment