Skip to content

Commit 9bb26d8

Browse files
authored
[SDTEST][NOTICKET] Update troubleshooting of Test Optimization (#29394)
* Update troubleshooting of Test Optimization * remove 'very' * pr feedback * pr feedback - remove possible mitigation
1 parent 7999573 commit 9bb26d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/tests/troubleshooting/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ This can be solved by using the `DD_TEST_SESSION_NAME` environment variable. Use
175175

176176
This is also caused by an unstable test session fingerprint. See the [Session history, performance or code coverage tab only show a single execution](#session-history-performance-or-code-coverage-tab-only-show-a-single-execution) section for more information.
177177

178+
## Flaky test management tags are missing or have an unexpected order in test events
179+
180+
When retrying a flaky test multiple times within a short span of time (less than a second), test run events might contain unexpected `@test.is_flaky`, `@test.is_known_flaky`, or `@test.is_new_flaky` tags. This is a known limitation that occurs due to a race condition in the flaky test detection system. In some cases, test run events might be processed out of order, causing the tags to not follow the logical order of events.
181+
178182
## Further reading
179183

180184
{{< partial name="whats-next/whats-next.html" >}}
@@ -194,4 +198,4 @@ This is also caused by an unstable test session fingerprint. See the [Session hi
194198
[13]: /tests/#parameterized-test-configurations
195199
[14]: /tests/#supported-features
196200
[15]: /agent/configuration/network/
197-
[16]: /tests/network/
201+
[16]: /tests/network/

0 commit comments

Comments
 (0)