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

Issue 1549583002: In /graph_json, check internal_only on Test entity and skip test for all Row entities. (Closed)

Created:
5 years ago by sullivan
Modified:
4 years, 11 months ago
Reviewers:
qyearsley
CC:
catapult-reviews_chromium.org, perf-dashboard-reviews_chromium.org
Base URL:
https://github.com/catapult-project/catapult@master
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

In /graph_json, check internal_only on Test entity and skip test for all Row entities. This removes the need for many duplicate internal_only indexes. BUG=catapult:#1863 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/58d01d4a8c8c0ce0806e0b3cc7e4e1d3a7ee2b6d

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fixing tests #

Total comments: 4

Patch Set 3 : Fixed tests #

Patch Set 4 : Updated all non-debug pages that need internal_only composite indexes on Row to not require them by… #

Patch Set 5 : some test fixes #

Patch Set 6 : fixing tests #

Patch Set 7 : debugging prints for failing test #

Patch Set 8 : more debugging #

Patch Set 9 : more degugging #

Patch Set 10 : fixede tests removed prints #

Patch Set 11 : Removed purposeful fail for local debugging #

Total comments: 14

Patch Set 12 : Addressed review comments #

Patch Set 13 : Fixed assertions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -28 lines) Patch
M dashboard/dashboard/datastore_hooks.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +20 lines, -0 lines 0 comments Download
M dashboard/dashboard/datastore_hooks_test.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +11 lines, -0 lines 0 comments Download
M dashboard/dashboard/debug_alert.py View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +7 lines, -5 lines 0 comments Download
M dashboard/dashboard/debug_alert_test.py View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M dashboard/dashboard/graph_csv.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M dashboard/dashboard/graph_csv_test.py View 1 2 3 4 5 3 chunks +11 lines, -4 lines 0 comments Download
M dashboard/dashboard/graph_json.py View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +17 lines, -6 lines 0 comments Download
M dashboard/dashboard/graph_json_test.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M dashboard/dashboard/graph_revisions.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -4 lines 0 comments Download
M dashboard/dashboard/graph_revisions_test.py View 1 2 3 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M dashboard/dashboard/mr.py View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M dashboard/dashboard/mr_test.py View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M dashboard/dashboard/testing_common.py View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +31 lines, -8 lines 0 comments Download

Messages

Total messages: 68 (30 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/1
5 years ago (2015-12-22 19:28:37 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Windows Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Windows%20Tryserver/builds/1382)
5 years ago (2015-12-22 19:32:47 UTC) #4
sullivan
Quinten, what do you think about this approach to reducing index sizes? I still have ...
5 years ago (2015-12-22 19:35:29 UTC) #6
qyearsley
I like this idea :-) https://codereview.chromium.org/1549583002/diff/1/dashboard/dashboard/datastore_hooks.py File dashboard/dashboard/datastore_hooks.py (right): https://codereview.chromium.org/1549583002/diff/1/dashboard/dashboard/datastore_hooks.py#newcode67 dashboard/dashboard/datastore_hooks.py:67: request.registry['single_privileged'] = True In ...
5 years ago (2015-12-22 19:45:14 UTC) #7
sullivan
https://codereview.chromium.org/1549583002/diff/1/dashboard/dashboard/datastore_hooks.py File dashboard/dashboard/datastore_hooks.py (right): https://codereview.chromium.org/1549583002/diff/1/dashboard/dashboard/datastore_hooks.py#newcode67 dashboard/dashboard/datastore_hooks.py:67: request.registry['single_privileged'] = True On 2015/12/22 19:45:14, qyearsley wrote: > ...
5 years ago (2015-12-22 19:47:22 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/20001
5 years ago (2015-12-22 19:58:29 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Windows Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Windows%20Tryserver/builds/1384)
5 years ago (2015-12-22 20:02:32 UTC) #12
qyearsley
https://codereview.chromium.org/1549583002/diff/1/dashboard/dashboard/datastore_hooks.py File dashboard/dashboard/datastore_hooks.py (right): https://codereview.chromium.org/1549583002/diff/1/dashboard/dashboard/datastore_hooks.py#newcode67 dashboard/dashboard/datastore_hooks.py:67: request.registry['single_privileged'] = True On 2015/12/22 19:47:22, sullivan wrote: > ...
5 years ago (2015-12-22 20:17:24 UTC) #13
sullivan
https://codereview.chromium.org/1549583002/diff/20001/dashboard/dashboard/datastore_hooks_test.py File dashboard/dashboard/datastore_hooks_test.py (right): https://codereview.chromium.org/1549583002/diff/20001/dashboard/dashboard/datastore_hooks_test.py#newcode184 dashboard/dashboard/datastore_hooks_test.py:184: self._CheckQueryResults(False) On 2015/12/22 20:17:24, qyearsley wrote: > Might be ...
5 years ago (2015-12-22 20:50:12 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/40001
5 years ago (2015-12-22 20:50:20 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-22 21:00:40 UTC) #18
qyearsley
lgtm :-)
5 years ago (2015-12-22 21:23:23 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/60001
5 years ago (2015-12-22 21:27:51 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Mac Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Mac%20Tryserver/builds/1463)
5 years ago (2015-12-22 21:32:23 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/80001
5 years ago (2015-12-22 21:37:29 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Windows Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Windows%20Tryserver/builds/1387)
5 years ago (2015-12-22 21:41:52 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/100001
5 years ago (2015-12-22 22:30:22 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Linux Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Linux%20Tryserver/builds/1487)
5 years ago (2015-12-22 22:34:58 UTC) #31
sullivan
Quinten, I updated this so that all user-facing pages that query rows use the new ...
5 years ago (2015-12-22 22:36:13 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/120001
5 years ago (2015-12-22 22:58:42 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Presubmit on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Presubmit/builds/1187)
5 years ago (2015-12-22 23:01:29 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/140001
5 years ago (2015-12-22 23:07:01 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Presubmit on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Presubmit/builds/1188)
5 years ago (2015-12-22 23:10:05 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/130015 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/130015
5 years ago (2015-12-22 23:18:16 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Presubmit on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Presubmit/builds/1189)
5 years ago (2015-12-22 23:21:04 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/170001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/170001
5 years ago (2015-12-22 23:30:14 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Windows Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Windows%20Tryserver/builds/1392)
5 years ago (2015-12-22 23:34:14 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/190001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/190001
5 years ago (2015-12-22 23:36:45 UTC) #50
sullivan
Okay, this is ready for full review.
5 years ago (2015-12-22 23:39:50 UTC) #51
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-22 23:47:25 UTC) #53
qyearsley
https://codereview.chromium.org/1549583002/diff/190001/dashboard/dashboard/datastore_hooks.py File dashboard/dashboard/datastore_hooks.py (right): https://codereview.chromium.org/1549583002/diff/190001/dashboard/dashboard/datastore_hooks.py#newcode72 dashboard/dashboard/datastore_hooks.py:72: """ Closing """ can go on previous line https://codereview.chromium.org/1549583002/diff/190001/dashboard/dashboard/datastore_hooks_test.py ...
4 years, 12 months ago (2015-12-28 22:50:57 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/210001
4 years, 12 months ago (2015-12-29 03:36:07 UTC) #56
sullivan
https://codereview.chromium.org/1549583002/diff/190001/dashboard/dashboard/datastore_hooks.py File dashboard/dashboard/datastore_hooks.py (right): https://codereview.chromium.org/1549583002/diff/190001/dashboard/dashboard/datastore_hooks.py#newcode72 dashboard/dashboard/datastore_hooks.py:72: """ On 2015/12/28 22:50:56, qyearsley wrote: > Closing """ ...
4 years, 12 months ago (2015-12-29 03:36:07 UTC) #57
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Catapult Windows Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Windows%20Tryserver/builds/1394)
4 years, 12 months ago (2015-12-29 03:40:23 UTC) #59
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/230001
4 years, 11 months ago (2015-12-29 03:58:39 UTC) #61
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2015-12-29 04:10:03 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1549583002/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1549583002/230001
4 years, 11 months ago (2015-12-29 21:15:40 UTC) #66
commit-bot: I haz the power
4 years, 11 months ago (2015-12-29 21:16:54 UTC) #68
Message was sent while issue was closed.
Committed patchset #13 (id:230001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698