New issue
Advanced search Search tips

Issue 604310 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

can't consistently reproduce failures that consistently fail on swarming

Project Member Reported by jochen@chromium.org, Apr 18 2016

Issue description

trying to reproduce the test262 failure on https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20-%20debug/builds/8769

I got a fresh lucy-py checkout and ran

 python isolateserver.py download -I https://isolateserver.appspot.com --namespace default-gzip -s b4365d5602cfdd0cb3004217956738cf63631b9e --target foo

and then

  tools/run-tests.py --arch=x64 --mode=Debug --buildbot test262


doesn't reproduce however :-/

it would be great if it was easier to reproduce reliable failures on swarming locally.
 
There are similar issues here: https://bugs.chromium.org/p/v8/issues/detail?id=4437#c6 - the environment seems to be different on swarming in regards to intl.
For the repro attempt above, you need the full set of flags to the driver so that it unpacks test262, e.g.:
tools/run-tests.py  --mode Debug --arch x64 --outdir out --buildbot --timeout=200 --random-seed=984594427 test262 --download-data --exhaustive-variants --rerun-failures-count=2 --swarming
(but it still doesn't repro)

I also tried the swarming repro command, to avoid any flag inconsistencies (it also doesn't repro):
python swarming.py reproduce -S https://chromium-swarm.appspot.com 2e32f55cae30b110 --output-dir output
To make sure it fails consistently on swarming, I also pressed retry to get another task:
https://chromium-swarm.appspot.com/user/task/2e41f2b0dfd88d10

Comment 4 by mar...@chromium.org, Apr 18 2016

Cc: hinoka@chromium.org
Commented on https://bugs.chromium.org/p/v8/issues/detail?id=4437. The bots aren't started in a proper UI context.
Status: Fixed (was: Untriaged)
The general issue is fixed by the CL above. Now swarming uses a default locale.

I don't know if it's worth spending time trying to repro the crash from the other CL by maybe letting the local machine _miss_ a locale?

Comment 7 by aga...@chromium.org, Apr 26 2016

Components: Infra>Platform>Swarming
Labels: -Infra-Swarming

Sign in to add a comment