All about system-tests deep internals. For those of you who are not afraid of getting dirty hands.
- End-to-end lifecycle -- how end-to-end scenarios start containers, run setups, and execute tests
- Parametric lifecycle -- see parametric scenario
- MITM certificate -- how to recreate the proxy certificate
- Core dump generation -- generating core dumps for debugging
Protobuf definitions for the traces are taken from https://github.com/DataDog/datadog-agent/tree/master/pkg/trace/pb.
You can update it by running the job "Update agent protobuf deserializer".
- Async model revamp -- documentation on the asynchronous model
- PR reviews -- pull request review guidelines
This repo is a fork from legacy Sqreen System tests. You can find in the history this repo when it was forked.
- Architecture overview -- high-level system-tests architecture
- Scenarios -- the different test scenario types
- Running tests -- how to build and run scenarios
- Back to documentation index