Skip to content

Commit a98e526

Browse files
committed
Update troubleshooting of Test Optimization
1 parent 174d875 commit a98e526

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/tests/troubleshooting/_index.md

Lines changed: 4 additions & 0 deletions
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 very 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" >}}

0 commit comments

Comments
 (0)