Documentation ¶
Overview ¶
Package baselineupdater marks test variants from an invocation as submitted by adding the test variants to the set of tests for its baseline identifier.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BaselineUpdaterTasks = tq.RegisterTaskClass(tq.TaskClass{ ID: "update-baseline", Prototype: &taskspb.MarkInvocationSubmitted{}, Kind: tq.Transactional, Queue: "baselineupdater", RoutingPrefix: "/internal/tasks/baselineupdater", })
BaselineUpdaterTasks describes how to route mark submitted tasks.
View Source
var TransactionLimit = 8000
TransactionLimit is set to 8000 because Cloud Spanner limits 40k mutations per transaction. We have 5 columns to write to per row, and 40,000/5 = 8000.
Functions ¶
func InitServer ¶
InitServer initializes a baselineupdator server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.