Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 403 Bytes

DESIGN.md

File metadata and controls

9 lines (5 loc) · 403 Bytes

Design

Threads

The Buildkite ruby collector uses threads to send data to the Upload API in the background. When the test suite has finished running, the collector waits UPLOAD_SESSION_TIMEOUT seconds for the Upload API requests to finish before exiting.

Data

Trace data is stored in spans. See Buildkite::TestCollector::Tracer for more information.