From 7019913852158e2780c26c112b55e96e753f39f6 Mon Sep 17 00:00:00 2001 From: Julio Alegria Date: Wed, 19 Nov 2025 12:59:44 +0100 Subject: [PATCH 1/3] Make `DD_GIT_COMMIT_AUTHOR_EMAIL` required --- content/en/tests/troubleshooting/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tests/troubleshooting/_index.md b/content/en/tests/troubleshooting/_index.md index 7f9c3edc83815..69c589f996a1e 100644 --- a/content/en/tests/troubleshooting/_index.md +++ b/content/en/tests/troubleshooting/_index.md @@ -59,7 +59,7 @@ If you can see test results data in the **Test Runs** tab, but not the **Tests** : Commit author name.
**Example**: `John Smith` - `DD_GIT_COMMIT_AUTHOR_EMAIL` + `DD_GIT_COMMIT_AUTHOR_EMAIL` **(required)** : Commit author email.
**Example**: `john@example.com` From 23223cb035b2899fd4ebd3a4935ba35c1664e348 Mon Sep 17 00:00:00 2001 From: Julio Alegria Date: Wed, 19 Nov 2025 16:04:19 +0100 Subject: [PATCH 2/3] Reorder to have required data on top --- content/en/tests/troubleshooting/_index.md | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/content/en/tests/troubleshooting/_index.md b/content/en/tests/troubleshooting/_index.md index 69c589f996a1e..68dc94f079016 100644 --- a/content/en/tests/troubleshooting/_index.md +++ b/content/en/tests/troubleshooting/_index.md @@ -43,43 +43,43 @@ If you can see test results data in the **Test Runs** tab, but not the **Tests** : Full (40-character long SHA1) commit hash.
**Example**: `a18ebf361cc831f5535e58ec4fae04ffd98d8152` - `DD_GIT_BRANCH` - : Git branch being tested. Leave empty if providing tag information instead.
- **Example**: `develop` - - `DD_GIT_TAG` - : Git tag being tested (if applicable). Leave empty if providing branch information instead.
- **Example**: `1.0.1` - - `DD_GIT_COMMIT_MESSAGE` - : Commit message.
- **Example**: `Set release number` + `DD_GIT_COMMIT_AUTHOR_EMAIL` **(required)** + : Commit author email.
+ **Example**: `john@example.com` `DD_GIT_COMMIT_AUTHOR_NAME` : Commit author name.
**Example**: `John Smith` - `DD_GIT_COMMIT_AUTHOR_EMAIL` **(required)** - : Commit author email.
- **Example**: `john@example.com` - `DD_GIT_COMMIT_AUTHOR_DATE` : Commit author date in ISO 8601 format.
**Example**: `2021-03-12T16:00:28Z` - `DD_GIT_COMMIT_COMMITTER_NAME` - : Commit committer name.
- **Example**: `Jane Smith` - `DD_GIT_COMMIT_COMMITTER_EMAIL` : Commit committer email.
**Example**: `jane@example.com` + `DD_GIT_COMMIT_COMMITTER_NAME` + : Commit committer name.
+ **Example**: `Jane Smith` + `DD_GIT_COMMIT_COMMITTER_DATE` : Commit committer date in ISO 8601 format.
**Example**: `2021-03-12T16:00:28Z` -4. If no CI provider environment variables are found, tests results are sent with no Git metadata. + `DD_GIT_COMMIT_MESSAGE` + : Commit message.
+ **Example**: `Set release number` + + `DD_GIT_BRANCH` + : Git branch being tested. Leave empty if providing tag information instead.
+ **Example**: `develop` + + `DD_GIT_TAG` + : Git tag being tested (if applicable). Leave empty if providing branch information instead.
+ **Example**: `1.0.1` + +5. If no CI provider environment variables are found, tests results are sent with no Git metadata. ### The total test time is empty If you cannot see the total test time, it is likely that test suite level visibility is not enabled. To confirm, check if your language supports test suite level visibility in [Supported features][14]. If test suite level visibility is supported, update your tracer to the latest version. From 2b5ad61509ebbabf0048ad333cbdee2a1513e2ee Mon Sep 17 00:00:00 2001 From: Julio Alegria Date: Wed, 19 Nov 2025 16:06:33 +0100 Subject: [PATCH 3/3] Fix numbering --- content/en/tests/troubleshooting/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tests/troubleshooting/_index.md b/content/en/tests/troubleshooting/_index.md index 68dc94f079016..1ea305e4a3007 100644 --- a/content/en/tests/troubleshooting/_index.md +++ b/content/en/tests/troubleshooting/_index.md @@ -79,7 +79,7 @@ If you can see test results data in the **Test Runs** tab, but not the **Tests** : Git tag being tested (if applicable). Leave empty if providing branch information instead.
**Example**: `1.0.1` -5. If no CI provider environment variables are found, tests results are sent with no Git metadata. +4. If no CI provider environment variables are found, tests results are sent with no Git metadata. ### The total test time is empty If you cannot see the total test time, it is likely that test suite level visibility is not enabled. To confirm, check if your language supports test suite level visibility in [Supported features][14]. If test suite level visibility is supported, update your tracer to the latest version.