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

Unified Diff: appengine/swarming/doc/Schemas.md

Issue 2926713004: Add support for repeated keys in TaskRequest. (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/swarming/event_mon_metrics.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/doc/Schemas.md
diff --git a/appengine/swarming/doc/Schemas.md b/appengine/swarming/doc/Schemas.md
index 6ec673d62ebc76c656d1191043eff70bf6f08730..3f34e8a4958d2d22231fb41f47c0ba50122e7956 100644
--- a/appengine/swarming/doc/Schemas.md
+++ b/appengine/swarming/doc/Schemas.md
@@ -200,11 +200,12 @@ reduce DB contention.
- TaskResultSummary has key id = 1.
- TaskRunResult has monotonically increasing key id starting at 1.
- TaskToRun has the key id as `dimensions_hash` value is calculated as an
- int32 from the TaskRequest.properties.dimensions dictionary.
+ int32 from the TaskRequest.properties.dimensions list of tuples (key,
+ value).
- PerformanceStats has key id = 1.
- BotTaskDimensions and TaskDimensions have key id `dimensions_hash`. This
value is calculated as an int32 from the TaskRequest.properties.dimensions
- dictionary.
+ list of tuples (key, value).
## Notes
« no previous file with comments | « no previous file | appengine/swarming/event_mon_metrics.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698