system-tests
system-tests copied to clipboard
Test framework for libraries and agents.
## Description Enable header precedence test for python tracer, to be merged once https://github.com/DataDog/dd-trace-py/pull/6256 is merged into tracer. ## Motivation ## Reviewer checklist * [ ] If this PR modifies...
## Description Try using 16 core machines for parametric tests. WIP DO NOT MERGE. This will be rebased on top of #1071. ## Workflow 1. ⚠️⚠️ Create your PR as...
## Motivation This commit breaks the version parser for dd-trace-cpp https://github.com/DataDog/dd-trace-cpp/commit/fad4e8d51e2897ae87b86322097a3eef9754d441#diff-e27da700983acadaabf69b80e4d6ef7926e3207a2f4383c3eff0219376505570R6 ## Changes Fix the version parser ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on...
## Motivation https://github.com/DataDog/dd-trace-cpp/pull/119 changes build argument. ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes (if something not...
## Motivation We are adding the capability for tracing libraries to implement the following OTel Span API: AddEvent. This adds a test to set the baseline behavior for the initial...
## Motivation We are adding a new behavior in the OTel Tracing API to remap the span attribute `http.response.status_code` to DD tag `http.status_code` to solve a trace metrics issue. This...
## 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 Update unclear doc strings and test names. ## Changes - rewrite doc string and test name to better reflect assertions in the test - update span name in...
## Motivation This fixes a test failure with https://github.com/DataDog/dd-trace-js/pull/4322. That PR modifies the default for `profiling_enabled` in our Node.js tracer from `false` to `undefined` as for SSI-enabled profiling we need...
## Motivation Fix for flaky DSM tests with the Java app. ## Changes Adds `thread.join()` calls to all the calls to produce/consume. Also updates method signatures to allow this to...