Skip to content

Conversation

dudikeleti
Copy link
Contributor

@dudikeleti dudikeleti commented Sep 29, 2025

Summary of changes

Add debug log for all kind of IO exceptions, and error log for other kind of errors

@dudikeleti dudikeleti requested a review from a team as a code owner September 29, 2025 09:18
@github-actions github-actions bot added the area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations) label Sep 29, 2025
Copy link

datadog-official bot commented Sep 29, 2025

⚠️ Tests

⚠️ Warnings

🧪 5 Tests failed

SpanCodeOriginTests+EntrySpanTests.SetCodeOriginForEntrySpan_ForControllerAction_ShouldSetTags from Datadog.Trace.Tests.Debugger (Datadog) (✨ Fix with BitsAI)
Expected span.GetTag($"{CodeOriginTag}.frames.{0}.file") that ends with equivalent of "SpanCodeOriginTests.cs", but found <null>.
SpanCodeOriginTests+EntrySpanTests.SetCodeOriginForEntrySpan_ForControllerAction_ShouldSetTags from Datadog.Trace.Tests.Debugger (Datadog)
Expected span.GetTag($"{CodeOriginTag}.frames.{0}.file") that ends with equivalent of "SpanCodeOriginTests.cs", but found <null>.
SpanCodeOriginTests+EntrySpanTests.SetCodeOriginForEntrySpan_ForControllerAction_ShouldSetTags from Datadog.Trace.Tests.Debugger (Datadog) (✨ Fix with BitsAI)
Expected span.GetTag($"{CodeOriginTag}.frames.{0}.file") that ends with equivalent of "SpanCodeOriginTests.cs", but found <null>.
View all

ℹ️ Info

❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 328ee1f | Docs | Was this helpful? Give us feedback!

@dd-trace-dotnet-ci-bot
Copy link

dd-trace-dotnet-ci-bot bot commented Sep 29, 2025

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing the following branches/commits:

Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard.

Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph).

gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.8) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Bailout
    This PR (7573) - mean (72ms)  : 71, 73
     .   : milestone, 72,
    master - mean (72ms)  : 70, 73
     .   : milestone, 72,

    section Baseline
    This PR (7573) - mean (68ms)  : 66, 71
     .   : milestone, 68,
    master - mean (68ms)  : 66, 71
     .   : milestone, 68,

    section CallTarget+Inlining+NGEN
    This PR (7573) - mean (1,059ms)  : 987, 1132
     .   : milestone, 1059,
    master - mean (1,048ms)  : 998, 1099
     .   : milestone, 1048,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Bailout
    This PR (7573) - mean (106ms)  : 105, 107
     .   : milestone, 106,
    master - mean (106ms)  : 105, 108
     .   : milestone, 106,

    section Baseline
    This PR (7573) - mean (105ms)  : 103, 108
     .   : milestone, 105,
    master - mean (106ms)  : 103, 108
     .   : milestone, 106,

    section CallTarget+Inlining+NGEN
    This PR (7573) - mean (744ms)  : 717, 771
     .   : milestone, 744,
    master - mean (742ms)  : 718, 766
     .   : milestone, 742,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Bailout
    This PR (7573) - mean (94ms)  : 93, 95
     .   : milestone, 94,
    master - mean (94ms)  : 93, 95
     .   : milestone, 94,

    section Baseline
    This PR (7573) - mean (94ms)  : 91, 96
     .   : milestone, 94,
    master - mean (93ms)  : 91, 95
     .   : milestone, 93,

    section CallTarget+Inlining+NGEN
    This PR (7573) - mean (704ms)  : 685, 723
     .   : milestone, 704,
    master - mean (704ms)  : 682, 726
     .   : milestone, 704,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 8) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Bailout
    This PR (7573) - mean (93ms)  : 92, 94
     .   : milestone, 93,
    master - mean (92ms)  : 91, 94
     .   : milestone, 92,

    section Baseline
    This PR (7573) - mean (92ms)  : 89, 94
     .   : milestone, 92,
    master - mean (92ms)  : 90, 94
     .   : milestone, 92,

    section CallTarget+Inlining+NGEN
    This PR (7573) - mean (662ms)  : 645, 678
     .   : milestone, 662,
    master - mean (661ms)  : 647, 675
     .   : milestone, 661,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.8) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Bailout
    This PR (7573) - mean (199ms)  : 195, 203
     .   : milestone, 199,
    master - mean (200ms)  : 196, 203
     .   : milestone, 200,

    section Baseline
    This PR (7573) - mean (197ms)  : 193, 200
     .   : milestone, 197,
    master - mean (195ms)  : 192, 199
     .   : milestone, 195,

    section CallTarget+Inlining+NGEN
    This PR (7573) - mean (1,177ms)  : 1114, 1240
     .   : milestone, 1177,
    master - mean (1,180ms)  : 1109, 1250
     .   : milestone, 1180,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Bailout
    This PR (7573) - mean (282ms)  : 278, 286
     .   : milestone, 282,
    master - mean (281ms)  : 276, 287
     .   : milestone, 281,

    section Baseline
    This PR (7573) - mean (283ms)  : 276, 290
     .   : milestone, 283,
    master - mean (282ms)  : 276, 287
     .   : milestone, 282,

    section CallTarget+Inlining+NGEN
    This PR (7573) - mean (944ms)  : 911, 978
     .   : milestone, 944,
    master - mean (949ms)  : 912, 987
     .   : milestone, 949,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Bailout
    This PR (7573) - mean (275ms)  : 270, 280
     .   : milestone, 275,
    master - mean (276ms)  : 272, 281
     .   : milestone, 276,

    section Baseline
    This PR (7573) - mean (277ms)  : 272, 282
     .   : milestone, 277,
    master - mean (276ms)  : 270, 282
     .   : milestone, 276,

    section CallTarget+Inlining+NGEN
    This PR (7573) - mean (937ms)  : 890, 984
     .   : milestone, 937,
    master - mean (931ms)  : 893, 970
     .   : milestone, 931,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Bailout
    This PR (7573) - mean (274ms)  : 269, 279
     .   : milestone, 274,
    master - mean (275ms)  : 269, 281
     .   : milestone, 275,

    section Baseline
    This PR (7573) - mean (274ms)  : 269, 278
     .   : milestone, 274,
    master - mean (274ms)  : 269, 279
     .   : milestone, 274,

    section CallTarget+Inlining+NGEN
    This PR (7573) - mean (869ms)  : 838, 900
     .   : milestone, 869,
    master - mean (866ms)  : 841, 891
     .   : milestone, 866,

Loading

@dudikeleti dudikeleti force-pushed the dudik/pdb/log-unsuccessful-reader-creation branch from 0f583c1 to 328ee1f Compare October 3, 2025 07:14
@dudikeleti dudikeleti enabled auto-merge (squash) October 3, 2025 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants