Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(100)

Issue 6858094: code review 6858094: misc/dashboard/app: trim old builds from the history (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by dave
Modified:
12 years, 1 month ago
Reviewers:
CC:
dsymonds, adg, golang-dev
Visibility:
Public.

Description

misc/dashboard/app: trim old builds from the history The dashboard is currently failing to store results of new builds for some keys, notable the go.codereview sub repository. This is causing the builders to mark the entire triggering commit as failed. With the help of David Symonds we think it is because the results value has breached the 1mb datastore limit on AppEngine.

Patch Set 1 #

Patch Set 2 : diff -r 88e4ba173900 https://code.google.com/p/go #

Total comments: 2

Patch Set 3 : diff -r d39dac749a8f https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M misc/dashboard/app/build/build.go View 1 1 chunk +17 lines, -1 line 0 comments Download

Messages

Total messages: 9
dsymonds
https://codereview.appspot.com/6858094/diff/2001/misc/dashboard/app/build/build.go File misc/dashboard/app/build/build.go (right): https://codereview.appspot.com/6858094/diff/2001/misc/dashboard/app/build/build.go#newcode132 misc/dashboard/app/build/build.go:132: com.ResultData = trim(append(com.ResultData, r.Data()), maxResults) I don't think it ...
12 years, 3 months ago (2012-11-29 08:22:43 UTC) #1
dave_cheney.net
On 2012/11/29 08:22:43, dsymonds wrote: > https://codereview.appspot.com/6858094/diff/2001/misc/dashboard/app/build/build.go > File misc/dashboard/app/build/build.go (right): > > https://codereview.appspot.com/6858094/diff/2001/misc/dashboard/app/build/build.go#newcode132 > ...
12 years, 3 months ago (2012-11-29 08:24:13 UTC) #2
dsymonds
LGTM Seems reasonable, but let's wait for adg to sanity check it now that your ...
12 years, 3 months ago (2012-11-29 08:36:06 UTC) #3
dave_cheney.net
+1 for waiting for adg. I don't have any way to test this change, nor ...
12 years, 3 months ago (2012-11-29 08:39:34 UTC) #4
dave_cheney.net
Gentle ping. On Thu, Nov 29, 2012 at 7:39 PM, Dave Cheney <dave@cheney.net> wrote: > ...
12 years, 3 months ago (2012-12-10 07:30:05 UTC) #5
adg
LGTM https://codereview.appspot.com/6858094/diff/2001/misc/dashboard/app/build/build.go File misc/dashboard/app/build/build.go (right): https://codereview.appspot.com/6858094/diff/2001/misc/dashboard/app/build/build.go#newcode132 misc/dashboard/app/build/build.go:132: com.ResultData = trim(append(com.ResultData, r.Data()), maxResults) On 2012/11/29 08:22:43, ...
12 years, 1 month ago (2013-02-05 02:41:15 UTC) #6
dave_cheney.net
Feel free to steal this CL from me, you would be the one who has ...
12 years, 1 month ago (2013-02-05 02:45:56 UTC) #7
dave_cheney.net
Hello dsymonds@golang.org, adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 1 month ago (2013-02-05 09:50:16 UTC) #8
dave_cheney.net
12 years, 1 month ago (2013-02-05 09:50:43 UTC) #9
*** Submitted as https://code.google.com/p/go/source/detail?r=ec4982dfc0fc ***

misc/dashboard/app: trim old builds from the history

The dashboard is currently failing to store results of new builds for some keys,
notable the go.codereview sub repository. This is causing the builders to mark
the entire triggering commit as failed. With the help of David Symonds we think
it is because the results value has breached the 1mb datastore limit on
AppEngine.

R=dsymonds, adg
CC=golang-dev
https://codereview.appspot.com/6858094
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b