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

Issue 1862503002: Fix regression in 1c9b02233631b0ba9b096d79bf5b8d71a370dbb0. (Closed)

Created:
4 years, 8 months ago by M-A Ruel
Modified:
4 years, 8 months ago
Reviewers:
Łukasz Anforowicz
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/a/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M build/write_build_date_header.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (7 generated)
M-A Ruel
4 years, 8 months ago (2016-04-05 00:13:38 UTC) #1
Łukasz Anforowicz
LGTM
4 years, 8 months ago (2016-04-05 00:14:34 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1862503002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1862503002/1
4 years, 8 months ago (2016-04-05 00:16:23 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/031aebddd2c595f9bcbf9c11457b5b23ced055fa Cr-Commit-Position: refs/heads/master@{#385057}
4 years, 8 months ago (2016-04-05 00:19:08 UTC) #10
M-A Ruel
Committed patchset #1 (id:1) manually as 031aebddd2c595f9bcbf9c11457b5b23ced055fa (tree was closed).
4 years, 8 months ago (2016-04-05 00:19:41 UTC) #12
mithro
On 2016/04/05 at 00:19:41, maruel wrote: > Committed patchset #1 (id:1) manually as 031aebddd2c595f9bcbf9c11457b5b23ced055fa (tree ...
4 years, 8 months ago (2016-04-05 03:52:51 UTC) #13
Łukasz Anforowicz
On 2016/04/05 03:52:51, mithro wrote: > On 2016/04/05 at 00:19:41, maruel wrote: > > Committed ...
4 years, 8 months ago (2016-04-05 04:20:43 UTC) #14
brucedawson
4 years, 8 months ago (2016-04-06 00:12:49 UTC) #15
Message was sent while issue was closed.
On 2016/04/05 04:20:43, Łukasz Anforowicz wrote:
> On 2016/04/05 03:52:51, mithro wrote:
> > On 2016/04/05 at 00:19:41, maruel wrote:
> > > Committed patchset #1 (id:1) manually as
> > 031aebddd2c595f9bcbf9c11457b5b23ced055fa (tree was closed).
> > 
> > Why wasn't this error caught by the bots in the first place?
> 
> Because the problematic line is only executed in 5 out of 24 hours of a day:
> 
>
https://chromium.googlesource.com/chromium/src/+/031aebddd2c595f9bcbf9c11457b...
> 
>     now = datetime.datetime.utcnow()
>     if now.hour < 5:
>       ...
>       # runtime error happens here

I just hit this also. Very funny (broke at 5:00 pm PST) - I guess I won't try
building again until 10:00 pm PST. Well, I guess I'll sync 'cause this is
probably fixed.

Powered by Google App Engine
This is Rietveld 408576698