system-tests
system-tests copied to clipboard
Test framework for libraries and agents.
## Motivation ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes 3. Mark it as ready for review...
## Motivation The Node.js tracer would fail if the test probe didn't look like a real probe. ## Changes Ensure that the probe sent to the tracer contains a `capture`...
erk https://github.com/DataDog/system-tests/actions/runs/19171550868/job/54805168490?pr=5671
I'm trying to debug a parametric test failure, but: - The tracer logs aren't captured from the container, so there's no way of seeing them - The containers are always...
## Motivation Flakiness is gone ## Changes Revert flaky flag in Node.js manifest ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the...
## Motivation Add new behaviour to the flaky decorator. Add the attributes: reruns and reruns_delay if any of these attributes are used, the test will be skipped (current behaviour). if...
## Motivation .NET tracer supports only config v1 protocol but the libdatadog library-config emits `v2`. This misalignment causes the system-tests to fails in CI. ## Changes Decorate the test `test_metadata_content_with_process_tags`...
## Motivation We've been having issues regarding sampling decisions in our services. Some services wants to manual keep a trace and the Go tracer currently cannot manual keep a trace...
## Motivation The OTLP exporter accepts general configurations that apply to all signals (traces, metrics, logs) and it also accepts signal-specific configurations. We want to test both for configurations we...
Some things still require clarification