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

Issue 8837001: Adjust timeouts on DnsTransactionTest for valgrind (Closed)

Created:
9 years ago by szym
Modified:
9 years ago
Reviewers:
cbentzel, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, mmenke, Paweł Hajdan Jr.
Visibility:
Public.

Description

Adjust timeouts on DnsTransactionTest for valgrind TEST=tools/valgrind/chrome_tests.sh -t net --gtest_filter=DnsTrans*

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -7 lines) Patch
M net/dns/dns_transaction_unittest.cc View 5 chunks +21 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
szym
Passed on try bots: http://build.chromium.org/p/tryserver.chromium/builders/linux_valgrind/builds/335 http://build.chromium.org/p/tryserver.chromium/builders/linux_chromeos_valgrind/builds/61
9 years ago (2011-12-07 04:33:25 UTC) #1
szym
Meant: http://build.chromium.org/p/tryserver.chromium/builders/linux_valgrind/builds/336 http://build.chromium.org/p/tryserver.chromium/builders/linux_chromeos_valgrind/builds/62
9 years ago (2011-12-07 15:49:11 UTC) #2
mmenke
LGTM as-is, but is there any reason not to always just use TestTimeouts::tiny_timeout_ms()?
9 years ago (2011-12-07 15:53:13 UTC) #3
szym
9 years ago (2011-12-07 15:57:52 UTC) #4
On 2011/12/07 15:53:13, Matt Menke wrote:
> LGTM as-is, but is there any reason not to always just use
> TestTimeouts::tiny_timeout_ms()?

I wanted to make sure NormalQueryResponseTest does not time out, although if it
timed out with tiny_timeout_ms then the XXXTimeoutTest(s) would fail too. That
said, I'd rather have one flaky test than all of them.

Thanks for review, although this CL cannot land anyway as the original was
reverted. I'll see if the bots are happy with tiny_timeout_ms throughout.

Powered by Google App Engine
This is Rietveld 408576698