|
|
Created:
6 years, 4 months ago by Dirk Pranke Modified:
6 years, 3 months ago CC:
chromium-reviews, telemetry+watch_chromium.org Base URL:
svn://svn.chromium.org/chrome/trunk/src Project:
chromium Visibility:
Public. |
DescriptionFix handling of skipped tests in telemetry_unittests when uploading results.
This fixes a crash when we skip a test only on ChromeOS; it turns out
that telemetry uses two mechanisms for disabling tests, and only one of
them was provoking this; that mechanism only seems to be used for this
one ChromeOS test (everything else uses the other mechanism).
R=dtu@chromium.org, nduca@chromium.org
BUG=397279
Committed: https://crrev.com/9e560b59f3584c12e697ef9f0f3da38e1a37a1c7
Cr-Commit-Position: refs/heads/master@{#291980}
Patch Set 1 #
Messages
Total messages: 22 (0 generated)
It would be great if we could land this patch sometime this week as it's causing the cros bots (they are fyi only, so this is not P0) to be red.
On 2014/08/20 18:52:29, achuithb wrote: > It would be great if we could land this patch sometime this week as it's causing > the cros bots (they are fyi only, so this is not P0) to be red. Oh, sorry! I thought I had CQ'ed this already.
The CQ bit was checked by dpranke@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpranke@chromium.org/484333002/1
The CQ bit was unchecked by commit-bot@chromium.org
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an LGTM may have been provided, it was from a non-committer or a provisional committer, _not_ a full super star committer. See http://www.chromium.org/getting-involved/become-a-committer Note that this has nothing to do with OWNERS files.
On 2014/08/20 19:06:57, I haz the power (commit-bot) wrote: > No LGTM from a valid reviewer yet. Only full committers are accepted. > Even if an LGTM may have been provided, it was from a non-committer or > a provisional committer, _not_ a full super star committer. > See http://www.chromium.org/getting-involved/become-a-committer > Note that this has nothing to do with OWNERS files. Bah ... Dave, Nat, Tony, can one of you please take a look?
Note that we should probably also change the test in question to not use unittest.skipUnless(), and instead use the normal decorators.Disabled() mechanism for consistency instead, but that should be done *in addition* to this patch.
On 2014/08/20 19:10:32, Dirk Pranke wrote: > Note that we should probably also change the test in question to not use > unittest.skipUnless(), and instead use the normal decorators.Disabled() > mechanism for consistency instead, but that should be done *in addition* to this > patch. I don't want to lg2m this patch since I'm not particularly familiar with this code and it's complex enough.
lgtm
The CQ bit was checked by dpranke@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpranke@chromium.org/484333002/1
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/...) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_d...) android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tes...) win_chromium_x64_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/...) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_d...)
The CQ bit was checked by achuith@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpranke@chromium.org/484333002/1
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_trigger...)
Message was sent while issue was closed.
Committed patchset #1 (1) as 2751209356bed5e132dac743751d462b63e7eb20
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/9e560b59f3584c12e697ef9f0f3da38e1a37a1c7 Cr-Commit-Position: refs/heads/master@{#291980} |