Skip to content

[Azure Functions] Stabilize isolated host lifecycle and log collection#8887

Draft
bouwkast wants to merge 6 commits into
masterfrom
steven/fix-azure-function-flake
Draft

[Azure Functions] Stabilize isolated host lifecycle and log collection#8887
bouwkast wants to merge 6 commits into
masterfrom
steven/fix-azure-function-flake

Conversation

@bouwkast

@bouwkast bouwkast commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Summary of changes

This stabilizes the isolated Azure Functions integration tests across startup, trace and log collection, and shutdown.

Reason for change

The tests had several overlapping timing issues which are a large source of flake. The RunOnStartup timer could execute before the Functions HTTP listener was accepting connections, causing its self-call to fail before the downstream spans were created.

At shutdown, the sample waited for a fixed delay and then terminated every func.exe process. This could stop the host before its final trace batch reached the mock agent, leaving only 17 of the expected 21 spans. Reusing the same host ID could also leave timer singleton leases behind and delay later test runs.

Finally, the host-logs-disabled test asserted against the first worker-log batch without waiting for later batches, which could hide a regression that re-enabled host logs.

Implementation details

The samples now wait for the host’s HTTP listener before making their self-calls. The readiness check uses /admin/host/ping, and its spans are excluded from the test results.

The tests keep the host alive until the expected spans have been received and asserted. They then call a dedicated shutdown endpoint, which allows its response to complete, flushes the worker tracer, and stops the worker. If Core Tools remains running, teardown terminates only the process tree created by that test.

Direct-submission logs can remain buffered until shutdown, so log assertions happen afterward. For the host-logs-disabled case, the test waits until the expected worker logs have arrived and the intake has remained unchanged for two seconds before checking the upper bound. It fails if the intake does not stabilize within 20 seconds.

Test coverage

relying on CI as I had some Azurite issues locally.

Other details

I thought first we could just slap a [Flaky] on these but I am not 100% sure if that will work with how these function tests actually spin up an additional process

#incident-57303

@bouwkast

bouwkast commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator Author

@codex review

@bouwkast bouwkast added type:flake-fix area:tests unit tests, integration tests area:serverless labels Jul 9, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Chef's kiss.

Reviewed commit: 421259c0af

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@bouwkast bouwkast changed the title Stabilize isolated host readiness for tests Azure Functions stabilize isolated host readiness for tests Jul 9, 2026
@dd-trace-dotnet-ci-bot

dd-trace-dotnet-ci-bot Bot commented Jul 9, 2026

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8887) and master.

✅ No regressions detected - check the details below

Full Metrics Comparison

FakeDbCommand

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration71.39 ± (71.39 - 71.82) ms70.67 ± (70.64 - 70.89) ms-1.0%
.NET Framework 4.8 - Bailout
duration77.84 ± (77.63 - 77.99) ms74.82 ± (74.64 - 75.02) ms-3.9%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1092.70 ± (1090.22 - 1096.42) ms1092.18 ± (1090.62 - 1098.40) ms-0.0%
.NET Core 3.1 - Baseline
process.internal_duration_ms22.39 ± (22.35 - 22.44) ms22.08 ± (22.04 - 22.11) ms-1.4%
process.time_to_main_ms83.55 ± (83.28 - 83.81) ms80.73 ± (80.55 - 80.91) ms-3.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.99 ± (10.99 - 10.99) MB11.00 ± (10.99 - 11.00) MB+0.1%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.29 ± (22.25 - 22.33) ms22.01 ± (21.97 - 22.04) ms-1.3%
process.time_to_main_ms83.54 ± (83.32 - 83.77) ms81.86 ± (81.72 - 82.01) ms-2.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed11.05 ± (11.04 - 11.05) MB11.03 ± (11.03 - 11.04) MB-0.1%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms209.53 ± (208.50 - 210.57) ms209.61 ± (208.70 - 210.52) ms+0.0%✅⬆️
process.time_to_main_ms536.67 ± (535.48 - 537.87) ms539.59 ± (538.19 - 540.99) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.59 ± (49.56 - 49.62) MB49.50 ± (49.46 - 49.53) MB-0.2%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.0%
.NET 6 - Baseline
process.internal_duration_ms21.12 ± (21.07 - 21.16) ms20.73 ± (20.71 - 20.75) ms-1.8%
process.time_to_main_ms72.91 ± (72.66 - 73.15) ms70.16 ± (70.03 - 70.28) ms-3.8%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.71 ± (10.71 - 10.72) MB10.71 ± (10.71 - 10.72) MB-0.0%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.86 ± (20.83 - 20.89) ms20.94 ± (20.89 - 20.98) ms+0.4%✅⬆️
process.time_to_main_ms72.19 ± (72.04 - 72.34) ms73.04 ± (72.80 - 73.28) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.83 ± (10.83 - 10.83) MB10.84 ± (10.84 - 10.85) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms369.39 ± (366.78 - 372.01) ms371.20 ± (368.91 - 373.49) ms+0.5%✅⬆️
process.time_to_main_ms544.90 ± (543.49 - 546.31) ms543.62 ± (542.23 - 545.01) ms-0.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.58 ± (50.56 - 50.60) MB50.59 ± (50.57 - 50.61) MB+0.0%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.0%
.NET 8 - Baseline
process.internal_duration_ms19.15 ± (19.12 - 19.18) ms19.24 ± (19.20 - 19.28) ms+0.5%✅⬆️
process.time_to_main_ms70.08 ± (69.95 - 70.20) ms70.54 ± (70.33 - 70.75) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.76 ± (7.75 - 7.77) MB7.77 ± (7.76 - 7.77) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.27 ± (19.24 - 19.30) ms19.11 ± (19.08 - 19.14) ms-0.8%
process.time_to_main_ms73.12 ± (72.91 - 73.33) ms71.03 ± (70.94 - 71.12) ms-2.9%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.82 ± (7.81 - 7.82) MB7.82 ± (7.82 - 7.83) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms295.11 ± (292.80 - 297.42) ms299.11 ± (296.50 - 301.71) ms+1.4%✅⬆️
process.time_to_main_ms488.61 ± (487.44 - 489.77) ms494.54 ± (493.47 - 495.60) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed37.89 ± (37.85 - 37.92) MB38.00 ± (37.97 - 38.02) MB+0.3%✅⬆️
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)-0.6%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration215.52 ± (215.38 - 216.25) ms209.97 ± (209.94 - 210.95) ms-2.6%
.NET Framework 4.8 - Bailout
duration219.47 ± (219.10 - 219.91) ms214.16 ± (213.94 - 214.78) ms-2.4%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1286.60 ± (1283.79 - 1289.98) ms1255.03 ± (1255.10 - 1262.58) ms-2.5%
.NET Core 3.1 - Baseline
process.internal_duration_ms207.90 ± (207.49 - 208.30) ms201.59 ± (201.12 - 202.06) ms-3.0%
process.time_to_main_ms92.74 ± (92.40 - 93.07) ms88.95 ± (88.64 - 89.25) ms-4.1%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.03 ± (16.01 - 16.05) MB16.15 ± (16.13 - 16.17) MB+0.8%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.6%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms207.17 ± (206.78 - 207.56) ms201.52 ± (201.12 - 201.92) ms-2.7%
process.time_to_main_ms93.81 ± (93.52 - 94.11) ms90.54 ± (90.29 - 90.78) ms-3.5%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.07 ± (16.05 - 16.09) MB16.22 ± (16.20 - 16.24) MB+0.9%✅⬆️
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (20 - 21)-2.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms409.48 ± (408.17 - 410.78) ms399.25 ± (397.91 - 400.59) ms-2.5%
process.time_to_main_ms582.32 ± (580.56 - 584.08) ms567.21 ± (565.95 - 568.46) ms-2.6%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed59.88 ± (59.83 - 59.94) MB59.79 ± (59.68 - 59.90) MB-0.2%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.3%
.NET 6 - Baseline
process.internal_duration_ms213.30 ± (212.84 - 213.75) ms206.83 ± (206.34 - 207.32) ms-3.0%
process.time_to_main_ms81.20 ± (80.88 - 81.52) ms77.27 ± (77.01 - 77.54) ms-4.8%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.36 ± (16.34 - 16.38) MB16.34 ± (16.31 - 16.37) MB-0.1%
runtime.dotnet.threads.count20 ± (19 - 20)19 ± (19 - 20)-0.2%
.NET 6 - Bailout
process.internal_duration_ms211.74 ± (211.34 - 212.14) ms207.04 ± (206.53 - 207.56) ms-2.2%
process.time_to_main_ms81.87 ± (81.69 - 82.06) ms79.29 ± (79.02 - 79.55) ms-3.2%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.38 ± (16.36 - 16.41) MB16.39 ± (16.36 - 16.41) MB+0.0%✅⬆️
runtime.dotnet.threads.count21 ± (20 - 21)20 ± (20 - 21)-0.1%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms582.37 ± (579.93 - 584.80) ms582.27 ± (580.05 - 584.49) ms-0.0%
process.time_to_main_ms588.65 ± (587.48 - 589.81) ms575.34 ± (573.72 - 576.95) ms-2.3%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.80 ± (61.70 - 61.90) MB61.38 ± (61.29 - 61.46) MB-0.7%
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.0%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms211.08 ± (210.59 - 211.57) ms204.40 ± (204.02 - 204.79) ms-3.2%
process.time_to_main_ms79.45 ± (79.19 - 79.72) ms76.31 ± (76.10 - 76.53) ms-4.0%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.70 ± (11.67 - 11.73) MB11.82 ± (11.80 - 11.84) MB+1.0%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.2%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms210.53 ± (210.04 - 211.03) ms204.29 ± (203.91 - 204.66) ms-3.0%
process.time_to_main_ms80.72 ± (80.50 - 80.95) ms78.08 ± (77.82 - 78.33) ms-3.3%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.78 ± (11.76 - 11.80) MB11.86 ± (11.84 - 11.89) MB+0.7%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.0%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms522.35 ± (515.98 - 528.72) ms512.06 ± (507.71 - 516.41) ms-2.0%
process.time_to_main_ms539.60 ± (538.63 - 540.57) ms524.16 ± (523.30 - 525.02) ms-2.9%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed51.41 ± (51.34 - 51.48) MB51.36 ± (51.30 - 51.41) MB-0.1%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.1%
Comparison explanation

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 highlighted 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).

Duration charts
FakeDbCommand (.NET Framework 4.8)
gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8887) - mean (71ms)  : 69, 73
    master - mean (72ms)  : 68, 75

    section Bailout
    This PR (8887) - mean (75ms)  : 73, 77
    master - mean (78ms)  : 75, 80

    section CallTarget+Inlining+NGEN
    This PR (8887) - mean (1,095ms)  : 1038, 1151
    master - mean (1,093ms)  : 1049, 1138

Loading
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 (8887) - mean (109ms)  : 104, 113
    master - mean (113ms)  : 107, 120

    section Bailout
    This PR (8887) - mean (110ms)  : 108, 111
    master - mean (113ms)  : 108, 118

    section CallTarget+Inlining+NGEN
    This PR (8887) - mean (785ms)  : 765, 806
    master - mean (783ms)  : 763, 802

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8887) - mean (96ms)  : 94, 99
    master - mean (101ms)  : 95, 107

    section Bailout
    This PR (8887) - mean (100ms)  : 94, 106
    master - mean (99ms)  : 97, 102

    section CallTarget+Inlining+NGEN
    This PR (8887) - mean (943ms)  : 906, 980
    master - mean (944ms)  : 884, 1005

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8887) - mean (98ms)  : 92, 104
    master - mean (97ms)  : 94, 99

    section Bailout
    This PR (8887) - mean (97ms)  : 96, 99
    master - mean (100ms)  : 95, 106

    section CallTarget+Inlining+NGEN
    This PR (8887) - mean (823ms)  : 781, 864
    master - mean (815ms)  : 784, 846

Loading
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 (8887) - mean (210ms)  : 205, 216
    master - mean (216ms)  : 212, 220

    section Bailout
    This PR (8887) - mean (214ms)  : 210, 218
    master - mean (220ms)  : 216, 223

    section CallTarget+Inlining+NGEN
    This PR (8887) - mean (1,259ms)  : 1204, 1313
    master - mean (1,287ms)  : 1243, 1331

Loading
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 (8887) - mean (301ms)  : 293, 308
    master - mean (312ms)  : 304, 320

    section Bailout
    This PR (8887) - mean (302ms)  : 297, 308
    master - mean (312ms)  : 306, 317

    section CallTarget+Inlining+NGEN
    This PR (8887) - mean (1,008ms)  : 976, 1041
    master - mean (1,036ms)  : 1011, 1062

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8887) - mean (294ms)  : 288, 301
    master - mean (304ms)  : 296, 312

    section Bailout
    This PR (8887) - mean (296ms)  : 288, 304
    master - mean (303ms)  : 298, 307

    section CallTarget+Inlining+NGEN
    This PR (8887) - mean (1,195ms)  : 1167, 1222
    master - mean (1,212ms)  : 1164, 1260

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8887) - mean (292ms)  : 285, 298
    master - mean (302ms)  : 296, 308

    section Bailout
    This PR (8887) - mean (293ms)  : 288, 297
    master - mean (302ms)  : 295, 308

    section CallTarget+Inlining+NGEN
    This PR (8887) - mean (1,070ms)  : 1002, 1139
    master - mean (1,102ms)  : 1004, 1200

Loading

@pr-commenter

pr-commenter Bot commented Jul 9, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-07-14 21:26:10

Comparing candidate commit 9a3bbe9 in PR branch steven/fix-azure-function-flake with baseline commit 56c9861 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 2 performance regressions! Performance is the same for 70 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 flaky benchmarks without significant changes.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

scenario:Benchmarks.Trace.DbCommandBenchmark.ExecuteNonQuery net472

  • 🟥 throughput [-23326.432op/s; -20615.351op/s] or [-6.570%; -5.806%]

scenario:Benchmarks.Trace.HttpClientBenchmark.SendAsync net472

  • 🟥 throughput [-5550.832op/s; -4677.904op/s] or [-6.337%; -5.340%]

Known flaky benchmarks

These benchmarks are marked as flaky and will not trigger a failure. Modify FLAKY_BENCHMARKS_REGEX to control which benchmarks are marked as flaky.

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net472

  • 🟥 throughput [-7699.126op/s; -6922.024op/s] or [-9.129%; -8.207%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+310.973ms; +318.163ms] or [+154.316%; +157.883%]
  • 🟥 throughput [-43.168op/s; -39.274op/s] or [-7.767%; -7.066%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • 🟥 execution_time [+376.581ms; +378.464ms] or [+297.522%; +299.009%]
  • 🟩 throughput [+96.954op/s; +100.167op/s] or [+12.783%; +13.207%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • 🟥 execution_time [+391.670ms; +396.789ms] or [+346.613%; +351.143%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net472

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.528%; +27.540%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net6.0

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.976%; +9.987%]
  • 🟩 execution_time [-15.551ms; -11.259ms] or [-7.263%; -5.258%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody netcoreapp3.1

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.500%; +27.510%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net472

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.743%; +105.758%]
  • 🟥 throughput [-256441.775op/s; -252722.168op/s] or [-26.184%; -25.804%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net6.0

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.557%; +38.566%]
  • 🟩 execution_time [-27.545ms; -12.519ms] or [-12.284%; -5.583%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody netcoreapp3.1

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.288%; +105.304%]
  • 🟥 throughput [-159170.020op/s; -142521.321op/s] or [-22.870%; -20.478%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net6.0

  • 🟩 throughput [+9051.473op/s; +11999.455op/s] or [+5.759%; +7.635%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody netcoreapp3.1

  • 🟩 throughput [+9861.980op/s; +12490.764op/s] or [+7.856%; +9.951%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net6.0

  • 🟩 throughput [+464907.168op/s; +497282.536op/s] or [+15.502%; +16.582%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody netcoreapp3.1

  • 🟩 execution_time [-18.802ms; -14.459ms] or [-8.667%; -6.665%]
  • 🟩 throughput [+138164.663op/s; +192263.829op/s] or [+5.484%; +7.631%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net472

  • 🟥 execution_time [+299.954ms; +300.605ms] or [+149.877%; +150.202%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net6.0

  • 🟥 execution_time [+298.793ms; +301.963ms] or [+150.682%; +152.280%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs netcoreapp3.1

  • 🟥 execution_time [+301.580ms; +306.109ms] or [+151.913%; +154.194%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net472

  • 🟥 execution_time [+296.735ms; +298.052ms] or [+145.744%; +146.391%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net6.0

  • 🟥 execution_time [+296.411ms; +300.573ms] or [+144.904%; +146.939%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs netcoreapp3.1

  • 🟥 execution_time [+299.897ms; +302.726ms] or [+149.888%; +151.302%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net6.0

  • 🟥 execution_time [+22.718µs; +46.371µs] or [+7.253%; +14.804%]
  • 🟥 throughput [-431.547op/s; -232.525op/s] or [-13.453%; -7.248%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+299.645ms; +300.380ms] or [+149.554%; +149.921%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net6.0

  • 🟥 execution_time [+412.026ms; +418.250ms] or [+447.683%; +454.446%]
  • 🟩 throughput [+681.074op/s; +844.812op/s] or [+5.596%; +6.942%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest netcoreapp3.1

  • unstable execution_time [+248.899ms; +309.753ms] or [+188.987%; +235.193%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • unstable execution_time [+282.216ms; +326.022ms] or [+129.760%; +149.902%]
  • 🟥 throughput [-598.109op/s; -537.881op/s] or [-54.195%; -48.737%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • unstable execution_time [+145.411ms; +291.797ms] or [+61.968%; +124.352%]
  • 🟥 throughput [-671.614op/s; -588.125op/s] or [-44.797%; -39.228%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • 🟥 execution_time [+344.045ms; +350.604ms] or [+205.779%; +209.702%]
  • 🟥 throughput [-408.473op/s; -373.673op/s] or [-28.441%; -26.018%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+301.495ms; +302.947ms] or [+151.827%; +152.558%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net6.0

  • 🟥 execution_time [+299.990ms; +302.383ms] or [+150.326%; +151.525%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch netcoreapp3.1

  • 🟥 execution_time [+302.833ms; +306.947ms] or [+152.130%; +154.197%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+302.387ms; +304.834ms] or [+151.849%; +153.077%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net6.0

  • 🟥 execution_time [+295.797ms; +299.310ms] or [+146.258%; +147.995%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync netcoreapp3.1

  • 🟥 execution_time [+302.934ms; +307.171ms] or [+153.540%; +155.687%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+304.290ms; +306.442ms] or [+152.726%; +153.806%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net6.0

  • 🟥 execution_time [+301.738ms; +305.590ms] or [+150.389%; +152.309%]
  • 🟩 throughput [+44461.777op/s; +53409.784op/s] or [+8.829%; +10.605%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync netcoreapp3.1

  • 🟥 execution_time [+300.098ms; +302.718ms] or [+149.296%; +150.600%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net6.0

  • 🟩 execution_time [-17.294ms; -13.462ms] or [-8.042%; -6.260%]
  • 🟩 throughput [+18482.792op/s; +25954.267op/s] or [+5.070%; +7.120%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net472

  • unstable execution_time [+12.523µs; +57.631µs] or [+3.093%; +14.235%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net6.0

  • 🟩 allocated_mem [-19.343KB; -19.320KB] or [-7.056%; -7.047%]
  • unstable execution_time [-51.288µs; +4.279µs] or [-10.137%; +0.846%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark netcoreapp3.1

  • 🟩 allocated_mem [-16.922KB; -16.903KB] or [-6.169%; -6.162%]
  • unstable execution_time [+49.985µs; +283.434µs] or [+8.662%; +49.117%]
  • unstable throughput [-289.925op/s; +30.002op/s] or [-16.564%; +1.714%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net6.0

  • 🟥 execution_time [+5.537µs; +9.765µs] or [+13.088%; +23.082%]
  • 🟥 throughput [-4515.810op/s; -2702.603op/s] or [-19.010%; -11.377%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark netcoreapp3.1

  • unstable execution_time [-11.415µs; -2.327µs] or [-17.709%; -3.611%]
  • unstable throughput [+609.540op/s; +2541.698op/s] or [+3.740%; +15.594%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+302.598ms; +304.460ms] or [+152.950%; +153.891%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net6.0

  • 🟥 execution_time [+304.250ms; +307.632ms] or [+154.863%; +156.584%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog netcoreapp3.1

  • 🟥 execution_time [+299.621ms; +301.791ms] or [+149.997%; +151.084%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net6.0

  • 🟩 throughput [+37548.043op/s; +41123.804op/s] or [+7.107%; +7.784%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+298.602ms; +300.360ms] or [+148.826%; +149.703%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net6.0

  • 🟥 execution_time [+300.183ms; +302.294ms] or [+150.737%; +151.798%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog netcoreapp3.1

  • 🟥 execution_time [+304.585ms; +307.067ms] or [+154.466%; +155.724%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.384ms; +300.278ms] or [+149.334%; +149.780%]
  • 🟩 throughput [+61150636.059op/s; +61486394.231op/s] or [+44.534%; +44.778%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net6.0

  • 🟥 execution_time [+422.645ms; +427.655ms] or [+525.635%; +531.865%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore netcoreapp3.1

  • 🟥 execution_time [+299.453ms; +300.497ms] or [+149.360%; +149.881%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net6.0

  • 🟩 throughput [+72052.699op/s; +83927.103op/s] or [+6.727%; +7.836%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope netcoreapp3.1

  • 🟩 throughput [+52160.455op/s; +72894.873op/s] or [+6.037%; +8.437%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0

  • 🟩 throughput [+92201.853op/s; +124149.211op/s] or [+7.137%; +9.609%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan netcoreapp3.1

  • 🟩 throughput [+91957.030op/s; +99801.582op/s] or [+9.133%; +9.912%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net6.0

  • 🟩 throughput [+42565.315op/s; +50194.117op/s] or [+7.729%; +9.114%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes netcoreapp3.1

  • 🟩 throughput [+24141.455op/s; +33840.087op/s] or [+5.404%; +7.575%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net6.0

  • 🟩 throughput [+74737.859op/s; +92849.381op/s] or [+8.350%; +10.374%]

Known flaky benchmarks without significant changes:

  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net6.0
  • scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild netcoreapp3.1
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net6.0
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark netcoreapp3.1
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog netcoreapp3.1
  • scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive netcoreapp3.1
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

@bouwkast bouwkast changed the title Azure Functions stabilize isolated host readiness for tests [Azure Functions] Stabilize isolated host readiness and shutdown Jul 10, 2026
@bouwkast

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. More of your lovely PRs please.

Reviewed commit: ff5f649498

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@bouwkast

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 20ac1e9e44

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/AzureFunctionsTests.cs Outdated
@bouwkast bouwkast changed the title [Azure Functions] Stabilize isolated host readiness and shutdown [Azure Functions] Stabilize isolated host lifecycle and log collection Jul 14, 2026
@bouwkast
bouwkast force-pushed the steven/fix-azure-function-flake branch from 4ab9f86 to 9a3bbe9 Compare July 14, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant