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

Issue 23844002: Increase timeout of some pub tests. (Closed)

Created:
7 years, 3 months ago by ahe
Modified:
7 years, 3 months ago
CC:
reviews_dartlang.org, nweiz
Visibility:
Public.

Description

Increase timeout of some pub tests. Committed: https://code.google.com/p/dart/source/detail?r=26976

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart View 1 chunk +2 lines, -0 lines 1 comment Download
M dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ahe
In CL 22849010, I implemented a timeout of 20 seconds on test cases. This makes ...
7 years, 3 months ago (2013-08-31 11:19:49 UTC) #1
ahe
Submitting TBR to fix the pub build bot.
7 years, 3 months ago (2013-08-31 11:20:10 UTC) #2
ahe
Committed patchset #1 manually as r26976 (presubmit successful).
7 years, 3 months ago (2013-08-31 11:20:40 UTC) #3
Bill Hesse
There are more pub tests than these two that need their timeouts increased. Looking at ...
7 years, 3 months ago (2013-09-02 14:52:53 UTC) #4
ahe
On 2013/09/02 14:52:53, Bill Hesse wrote: > There are more pub tests than these two ...
7 years, 3 months ago (2013-09-02 18:48:57 UTC) #5
nweiz
In general, I don't think that just increasing the timeout is going to be a ...
7 years, 3 months ago (2013-09-03 18:29:41 UTC) #6
ahe
7 years, 3 months ago (2013-09-03 18:55:15 UTC) #7
Message was sent while issue was closed.
On 2013/09/03 18:29:41, nweiz wrote:
> In general, I don't think that just increasing the timeout is going to be a
> sustainable solution for these tests. They're unreasonably slow on the bots,
and
> getting slower. I think we need to work with the people who maintain the
> buildbots to find the root cause of this sluggishness and fix that.

I have disabled the timeout for all pub integration tests with
https://code.google.com/p/dart/source/detail?r=27031

You can contact ricow@ and kustermann@ about help with sluggishness on the build
bot.

>
https://codereview.chromium.org/23844002/diff/1/dart/sdk/lib/_internal/pub/te...
> File
> dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart
> (right):
> 
>
https://codereview.chromium.org/23844002/diff/1/dart/sdk/lib/_internal/pub/te...
>
dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart:13:
> unittestConfiguration.timeout = const Duration(seconds: 60);
> Rather than setting the timeout to a larger constant, multiply it by some
> factor. That ensures that multiple adjustments to the timeout work together
> rather than just being "last wins".
> 
> Also, where is this [timeout] field defined? I don't see it anywhere in
> pkg/unittest.

Perhaps you're looking at an older version, I only added the timeout field over
the weekend, see:

https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/pkg/...

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698