system-tests
system-tests copied to clipboard
Test framework for libraries and agents.
Still need to decide what would be the form of parallel mode, see https://docs.google.com/document/d/1L0ubESFz3My1xMsR_GTm3gX2Byk3MXyKbLfWz5137cw/edit?tab=t.0#heading=h.dym47bvzdhh6
## Motivation ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes (if something not related to your task...
## Motivation ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes (if something not related to your task...
on each commit on `prod` of DataDog/dd-go, runs a job, that runs `tests/telemetry/update.sh` and create a PR if needed : https://github.com/DataDog/system-tests/pull/3716
## Motivation While chasing down some flakyness, we came out with some improvements to the tests ## Changes - Use `/returnheaders` endpoint for the initial setup/assert, since it's more lightweight...
## Motivation ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes (if something not related to your task...
## Motivation ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes (if something not related to your task...
## Motivation Some feature tags are incorrect, fixing it. And the `appsec_meta_struct_disabled` scenario should have iast sampling to 100% to prevent flaky tests.
## Motivation It's important that partial chunks contain all the expected tags that are "trace level". ## Changes Add check for _dd.p.dm as another important field that should exit in...
## Motivation In this PR we add two new tests to the `DEBUGGER_METHOD_PROBES_SNAPSHOT` scenario: * one test for rate limiting that calls the same endpoint 10 times in a row...