recorder

package
v0.0.0-...-51f9457 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2021 License: Apache-2.0 Imports: 52 Imported by: 0

Documentation

Overview

Package recorder implements a binary that hosts luci.resultdb.v1.Recorder service.

Index

Constants

View Source
const MaxBatchCreateArtifactSize = 10 * 1024 * 1024

TODO(crbug.com/1177213) - make this configurable.

View Source
const TestMagicOverdueDeadlineUnixSecs = 904924800

TestMagicOverdueDeadlineUnixSecs is a magic value used by tests to set an invocation's deadline in the past.

View Source
const UpdateTokenMetadataKey = "update-token"

UpdateTokenMetadataKey is the metadata.MD key for the secret update token required to mutate an invocation. It is returned by CreateInvocation RPC in response header metadata, and is required by all RPCs mutating an invocation.

Variables

This section is empty.

Functions

func InitServer

func InitServer(srv *server.Server, opt Options) error

InitServer initializes a recorder server.

Types

type Options

type Options struct {
	// Duration since invocation creation after which to delete expected test
	// results.
	ExpectedResultsExpiration time.Duration

	// ArtifactRBEInstance is the name of the RBE instance to use for artifact
	// storage. Example: "projects/luci-resultdb/instances/artifacts".
	ArtifactRBEInstance string

	// MaxArtifactContentStreamLength is the maximum size of an artifact content
	// to accept via streaming API.
	MaxArtifactContentStreamLength int64
}

Options is recorder server configuration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL