Add support for the "new" dev.azure.com style URLs in SourceLink URL parsing logic (#6159 => v2)#6178
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 351505 Passed, 1809 Skipped, 14h 38m 35.67s Total Time |
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:
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.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6178) - mean (74ms) : 64, 84
. : milestone, 74,
master - mean (70ms) : 68, 73
. : milestone, 70,
section CallTarget+Inlining+NGEN
This PR (6178) - mean (1,028ms) : 1002, 1054
. : milestone, 1028,
master - mean (1,112ms) : 1091, 1133
. : milestone, 1112,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6178) - mean (111ms) : 107, 115
. : milestone, 111,
master - mean (110ms) : 107, 113
. : milestone, 110,
section CallTarget+Inlining+NGEN
This PR (6178) - mean (704ms) : 682, 725
. : milestone, 704,
master - mean (773ms) : 757, 788
. : milestone, 773,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6178) - mean (93ms) : 90, 96
. : milestone, 93,
master - mean (93ms) : 90, 96
. : milestone, 93,
section CallTarget+Inlining+NGEN
This PR (6178) - mean (665ms) : 640, 691
. : milestone, 665,
master - mean (728ms) : 717, 738
. : milestone, 728,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6178) - mean (191ms) : 188, 195
. : milestone, 191,
master - mean (190ms) : 186, 194
. : milestone, 190,
section CallTarget+Inlining+NGEN
This PR (6178) - mean (1,110ms) : 1095, 1126
. : milestone, 1110,
master - mean (1,205ms) : 1179, 1230
. : milestone, 1205,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6178) - mean (277ms) : 273, 281
. : milestone, 277,
master - mean (276ms) : 271, 280
. : milestone, 276,
section CallTarget+Inlining+NGEN
This PR (6178) - mean (874ms) : 851, 897
. : milestone, 874,
master - mean (942ms) : 922, 963
. : milestone, 942,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6178) - mean (266ms) : 260, 271
. : milestone, 266,
master - mean (265ms) : 260, 269
. : milestone, 265,
section CallTarget+Inlining+NGEN
This PR (6178) - mean (859ms) : 837, 881
. : milestone, 859,
master - mean (929ms) : 910, 949
. : milestone, 929,
|
Summary of changes
Fixes #6146
2.x backport of #6159
Reason for change
Customer reported an issue where the tracer reports incorrect
git.repository_urlas a result of this bug.Test coverage
Add a new test case.