Increase retries in Stack Exchange Submit traces test#7875
Increase retries in Stack Exchange Submit traces test#7875NachoEchevarria merged 1 commit intomasterfrom
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (7875) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-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 highlighted 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). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7875) - mean (75ms) : 69, 82
master - mean (75ms) : 69, 81
section Bailout
This PR (7875) - mean (80ms) : 74, 85
master - mean (80ms) : 75, 85
section CallTarget+Inlining+NGEN
This PR (7875) - mean (1,060ms) : 989, 1132
master - mean (1,059ms) : 1000, 1118
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7875) - mean (117ms) : 108, 125
master - mean (118ms) : 111, 126
section Bailout
This PR (7875) - mean (117ms) : 110, 125
master - mean (117ms) : 111, 123
section CallTarget+Inlining+NGEN
This PR (7875) - mean (758ms) : 705, 810
master - mean (762ms) : 729, 794
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7875) - mean (104ms) : 97, 111
master - mean (105ms) : 98, 111
section Bailout
This PR (7875) - mean (107ms) : 99, 115
master - mean (106ms) : 99, 114
section CallTarget+Inlining+NGEN
This PR (7875) - mean (707ms) : 676, 738
master - mean (706ms) : 674, 739
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7875) - mean (104ms) : 96, 111
master - mean (104ms) : 99, 109
section Bailout
This PR (7875) - mean (104ms) : 98, 111
master - mean (105ms) : 100, 110
section CallTarget+Inlining+NGEN
This PR (7875) - mean (679ms) : 634, 724
master - mean (689ms) : 658, 720
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7875) - mean (193ms) : 189, 197
master - mean (194ms) : 189, 198
section Bailout
This PR (7875) - mean (198ms) : 193, 203
master - mean (197ms) : 194, 200
section CallTarget+Inlining+NGEN
This PR (7875) - mean (1,115ms) : 1058, 1172
master - mean (1,120ms) : 1056, 1184
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7875) - mean (277ms) : 272, 281
master - mean (278ms) : 272, 284
section Bailout
This PR (7875) - mean (278ms) : 275, 281
master - mean (278ms) : 274, 282
section CallTarget+Inlining+NGEN
This PR (7875) - mean (903ms) : 858, 948
master - mean (909ms) : 868, 949
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7875) - mean (271ms) : 266, 277
master - mean (271ms) : 267, 276
section Bailout
This PR (7875) - mean (271ms) : 266, 275
master - mean (271ms) : 266, 275
section CallTarget+Inlining+NGEN
This PR (7875) - mean (879ms) : 845, 914
master - mean (882ms) : 845, 920
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7875) - mean (271ms) : 266, 275
master - mean (270ms) : 266, 275
section Bailout
This PR (7875) - mean (270ms) : 265, 274
master - mean (270ms) : 267, 274
section CallTarget+Inlining+NGEN
This PR (7875) - mean (837ms) : 812, 862
master - mean (829ms) : 800, 859
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Summary of changes
Stack Exchange Submit traces test is still flaky with one retry with the same infraestructure error (pinging the host stackexchangeredis instead of the replica one)
Since this is not a tracer error, increasing the retries would be advisable.
Reason for change
Implementation details
Test coverage
Other details