Skip to content

Commit

Permalink
fix: add more information to detected flakes logs (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored Sep 19, 2024
1 parent fea35cd commit 7e77395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/test_results_finisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ def process_impl_within_lock(
"Detected failure on test that has been identified as flaky",
extra=dict(
success=success,
notifier_result=notifier_result.value,
repoid=repoid,
commitid=commit.commitid,
test_ids=list(flaky_tests.keys()),
Expand Down

0 comments on commit 7e77395

Please sign in to comment.