Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Issue 1554193002: On Valgrind bots, print a message every 20 minutes (Closed)

Created:
4 years, 11 months ago by msarett
Modified:
4 years, 11 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

On Valgrind bots, print a message every 20 minutes I believe that the timeout failure on the Valgrind bot occurs because we skip many tests consecutively without printing any output. Skipping these tests requires non-trivial work. Printing a message every 20 minutes will avoid timeouts. BUG=skia:4740 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1554193002 Committed: https://skia.googlesource.com/skia/+/c149f0e36e0ca0ff35ec6e2f79419b58d529db40

Patch Set 1 #

Patch Set 2 : Adding json #

Patch Set 3 : Print a message every 20 minutes (looks like valgrind times out after 40 min) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -0 lines) Patch
M bench/nanobench.cpp View 1 2 4 chunks +26 lines, -0 lines 0 comments Download
M tools/nanobench_flags.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M tools/nanobench_flags.py View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind.supp View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 19 (10 generated)
msarett
4 years, 11 months ago (2016-01-04 17:45:54 UTC) #3
scroggo
Alternatively, why not do something similar to what DM does? See start_keepalive() in DM.cpp. It ...
4 years, 11 months ago (2016-01-04 17:56:35 UTC) #4
egdaniel
On 2016/01/04 17:56:35, scroggo wrote: > Alternatively, why not do something similar to what DM ...
4 years, 11 months ago (2016-01-04 18:00:57 UTC) #5
scroggo
On 2016/01/04 18:00:57, egdaniel wrote: > On 2016/01/04 17:56:35, scroggo wrote: > > Alternatively, why ...
4 years, 11 months ago (2016-01-04 18:15:32 UTC) #6
msarett
I would agree that printing less is better. Now we just print a message every ...
4 years, 11 months ago (2016-01-04 18:41:35 UTC) #10
scroggo
lgtm
4 years, 11 months ago (2016-01-04 19:18:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1554193002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1554193002/100001
4 years, 11 months ago (2016-01-04 19:19:30 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:100001) as https://skia.googlesource.com/skia/+/c149f0e36e0ca0ff35ec6e2f79419b58d529db40
4 years, 11 months ago (2016-01-04 19:35:47 UTC) #17
mtklein
4 years, 11 months ago (2016-01-05 02:44:21 UTC) #19
Message was sent while issue was closed.
For what it's worth, I agree this is a good way to go.  That extra thread will
never cause problems in nanobench, even on non-Valgrind runs.  (Not unless it's
something weird like a benchmark of SkDebugf...)

Powered by Google App Engine
This is Rietveld 408576698