Skip to content

Fix crashes on .NET Core 2.1 CI#6139

Merged
andrewlock merged 1 commit into
masterfrom
andrew/ci/fix-2-1-crashes
Oct 11, 2024
Merged

Fix crashes on .NET Core 2.1 CI#6139
andrewlock merged 1 commit into
masterfrom
andrew/ci/fix-2-1-crashes

Conversation

@andrewlock

Copy link
Copy Markdown
Member

Summary of changes

Fix failing .NET Core 2.1 Windows integration tests

Reason for change

The .NET Core 2.1 Windows Integration tests are failing

Implementation details

After merging #6117 (to fix a weird issue in the .NET 6 windows integration tests related to procdump), we started getting failures in .NET Core 2.1. This is almost certainly a bug in the runtime, and as it's a CI-only issue, trivially fixing by not setting the variable

Test coverage

Ran a full test here and all ok

@andrewlock andrewlock added the area:builds project files, build scripts, pipelines, versioning, releases, packages label Oct 9, 2024
@andrewlock
andrewlock requested a review from a team as a code owner October 9, 2024 21:05
@github-actions github-actions Bot added the area:tests unit tests, integration tests label Oct 9, 2024
@datadog-ddstaging

datadog-ddstaging Bot commented Oct 9, 2024

Copy link
Copy Markdown

Datadog Report

Branch report: andrew/ci/fix-2-1-crashes
Commit report: 9101e5d
Test service: dd-trace-dotnet

✅ 0 Failed, 376237 Passed, 2144 Skipped, 25h 18m 35.38s Total Time

@andrewlock

Copy link
Copy Markdown
Member Author

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.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6139) - mean (70ms)  : 67, 72
     .   : milestone, 70,
    master - mean (71ms)  : 68, 73
     .   : milestone, 71,

    section CallTarget+Inlining+NGEN
    This PR (6139) - mean (1,107ms)  : 1089, 1125
     .   : milestone, 1107,
    master - mean (1,122ms)  : 1101, 1143
     .   : milestone, 1122,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6139) - mean (109ms)  : 106, 111
     .   : milestone, 109,
    master - mean (110ms)  : 107, 114
     .   : milestone, 110,

    section CallTarget+Inlining+NGEN
    This PR (6139) - mean (769ms)  : 752, 785
     .   : milestone, 769,
    master - mean (780ms)  : 765, 794
     .   : milestone, 780,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6139) - mean (92ms)  : 89, 95
     .   : milestone, 92,
    master - mean (93ms)  : 90, 95
     .   : milestone, 93,

    section CallTarget+Inlining+NGEN
    This PR (6139) - mean (721ms)  : 704, 739
     .   : milestone, 721,
    master - mean (734ms)  : 711, 757
     .   : milestone, 734,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6139) - mean (194ms)  : 188, 199
     .   : milestone, 194,
    master - mean (192ms)  : 187, 196
     .   : milestone, 192,

    section CallTarget+Inlining+NGEN
    This PR (6139) - mean (1,222ms)  : 1191, 1252
     .   : milestone, 1222,
    master - mean (1,211ms)  : 1180, 1241
     .   : milestone, 1211,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6139) - mean (277ms)  : 272, 281
     .   : milestone, 277,
    master - mean (282ms)  : 275, 288
     .   : milestone, 282,

    section CallTarget+Inlining+NGEN
    This PR (6139) - mean (949ms)  : 932, 967
     .   : milestone, 949,
    master - mean (959ms)  : 931, 986
     .   : milestone, 959,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6139) - mean (266ms)  : 262, 271
     .   : milestone, 266,
    master - mean (268ms)  : 262, 274
     .   : milestone, 268,

    section CallTarget+Inlining+NGEN
    This PR (6139) - mean (940ms)  : 917, 964
     .   : milestone, 940,
    master - mean (938ms)  : 913, 963
     .   : milestone, 938,

Loading

@andrewlock

Copy link
Copy Markdown
Member Author

Benchmarks Report for tracer 🐌

Benchmarks for #6139 compared to master:

  • 1 benchmarks are faster, with geometric mean 1.140
  • 1 benchmarks are slower, with geometric mean 1.212
  • All benchmarks have the same allocations

The following thresholds were used for comparing the benchmark speeds:

  • Mann–Whitney U test with statistical test for significance of 5%
  • Only results indicating a difference greater than 10% and 0.3 ns are considered.

Allocation changes below 0.5% are ignored.

Benchmark details

Benchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartStopWithChild net6.0 7.91μs 43.9ns 274ns 0.0199 0.00796 0 5.43 KB
master StartStopWithChild netcoreapp3.1 9.82μs 52.6ns 297ns 0.0139 0.00463 0 5.62 KB
master StartStopWithChild net472 16.6μs 59.8ns 224ns 1.01 0.291 0.083 6.06 KB
#6139 StartStopWithChild net6.0 7.77μs 40.7ns 215ns 0.0161 0.00803 0 5.42 KB
#6139 StartStopWithChild netcoreapp3.1 9.92μs 54.6ns 332ns 0.0146 0.00486 0 5.62 KB
#6139 StartStopWithChild net472 16.4μs 77.7ns 301ns 1.02 0.3 0.0893 6.07 KB
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 470μs 313ns 1.21μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 651μs 247ns 956ns 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 840μs 612ns 2.37μs 0.417 0 0 3.3 KB
#6139 WriteAndFlushEnrichedTraces net6.0 485μs 509ns 1.97μs 0 0 0 2.7 KB
#6139 WriteAndFlushEnrichedTraces netcoreapp3.1 639μs 659ns 2.55μs 0 0 0 2.7 KB
#6139 WriteAndFlushEnrichedTraces net472 855μs 555ns 2.15μs 0.428 0 0 3.3 KB
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendRequest net6.0 217μs 1.24μs 11.1μs 0.22 0 0 18.45 KB
master SendRequest netcoreapp3.1 249μs 1.67μs 16.3μs 0.222 0 0 20.61 KB
master SendRequest net472 0.00243ns 0.000803ns 0.003ns 0 0 0 0 b
#6139 SendRequest net6.0 212μs 1.18μs 11.4μs 0.167 0 0 18.45 KB
#6139 SendRequest netcoreapp3.1 244μs 1.4μs 10.3μs 0.226 0 0 20.61 KB
#6139 SendRequest net472 0.00519ns 0.00149ns 0.00559ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 597μs 3.21μs 17μs 0.592 0 0 41.58 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 690μs 3.54μs 17μs 0.334 0 0 41.77 KB
master WriteAndFlushEnrichedTraces net472 875μs 2.64μs 9.14μs 8.04 2.23 0.446 53.37 KB
#6139 WriteAndFlushEnrichedTraces net6.0 590μs 3.37μs 28μs 0.59 0 0 41.5 KB
#6139 WriteAndFlushEnrichedTraces netcoreapp3.1 692μs 3.42μs 15.7μs 0.334 0 0 41.74 KB
#6139 WriteAndFlushEnrichedTraces net472 846μs 4.16μs 17.7μs 8.33 2.5 0.417 53.27 KB
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteNonQuery net6.0 1.25μs 1.82ns 7.05ns 0.0143 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.74μs 2.5ns 9.7ns 0.0131 0 0 1.02 KB
master ExecuteNonQuery net472 2.07μs 3.31ns 12.4ns 0.157 0 0 987 B
#6139 ExecuteNonQuery net6.0 1.28μs 1.62ns 6.27ns 0.014 0 0 1.02 KB
#6139 ExecuteNonQuery netcoreapp3.1 1.75μs 1.61ns 6.04ns 0.0139 0 0 1.02 KB
#6139 ExecuteNonQuery net472 2.12μs 2.18ns 8.45ns 0.157 0 0 987 B
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master CallElasticsearch net6.0 1.26μs 1.89ns 7.32ns 0.0139 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.54μs 1.9ns 7.34ns 0.0131 0 0 976 B
master CallElasticsearch net472 2.53μs 2.33ns 8.71ns 0.158 0 0 995 B
master CallElasticsearchAsync net6.0 1.33μs 0.826ns 3.09ns 0.0134 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.6μs 1.07ns 4ns 0.0136 0 0 1.02 KB
master CallElasticsearchAsync net472 2.57μs 2.23ns 8.33ns 0.166 0 0 1.05 KB
#6139 CallElasticsearch net6.0 1.22μs 1.03ns 3.85ns 0.0135 0 0 976 B
#6139 CallElasticsearch netcoreapp3.1 1.49μs 1.48ns 5.73ns 0.0127 0 0 976 B
#6139 CallElasticsearch net472 2.52μs 2.94ns 11.4ns 0.157 0 0 995 B
#6139 CallElasticsearchAsync net6.0 1.23μs 6.49ns 59.8ns 0.0131 0 0 952 B
#6139 CallElasticsearchAsync netcoreapp3.1 1.64μs 0.631ns 2.45ns 0.014 0 0 1.02 KB
#6139 CallElasticsearchAsync net472 2.56μs 1.77ns 6.87ns 0.166 0 0 1.05 KB
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteAsync net6.0 1.38μs 1.45ns 5.44ns 0.0131 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.61μs 0.591ns 2.21ns 0.013 0 0 952 B
master ExecuteAsync net472 1.87μs 1.59ns 6.15ns 0.145 0 0 915 B
#6139 ExecuteAsync net6.0 1.32μs 0.733ns 2.74ns 0.0132 0 0 952 B
#6139 ExecuteAsync netcoreapp3.1 1.69μs 1.12ns 4.18ns 0.0127 0 0 952 B
#6139 ExecuteAsync net472 1.9μs 2.47ns 9.57ns 0.145 0 0 915 B
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendAsync net6.0 4.35μs 2.57ns 9.25ns 0.0305 0 0 2.22 KB
master SendAsync netcoreapp3.1 5.12μs 1.47ns 5.69ns 0.0358 0 0 2.76 KB
master SendAsync net472 7.68μs 1.75ns 6.77ns 0.497 0 0 3.15 KB
#6139 SendAsync net6.0 4.2μs 1.42ns 5.11ns 0.0308 0 0 2.22 KB
#6139 SendAsync netcoreapp3.1 5.1μs 3.69ns 14.3ns 0.0385 0 0 2.76 KB
#6139 SendAsync net472 7.71μs 4.3ns 16.1ns 0.498 0 0 3.15 KB
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 1.45μs 1.09ns 3.91ns 0.0233 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.28μs 1.09ns 4.08ns 0.0217 0 0 1.64 KB
master EnrichedLog net472 2.48μs 1.28ns 4.77ns 0.249 0 0 1.57 KB
#6139 EnrichedLog net6.0 1.45μs 1.11ns 4.31ns 0.0232 0 0 1.64 KB
#6139 EnrichedLog netcoreapp3.1 2.09μs 0.895ns 3.35ns 0.0228 0 0 1.64 KB
#6139 EnrichedLog net472 2.65μs 1.17ns 4.55ns 0.249 0 0 1.57 KB
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 114μs 110ns 426ns 0 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 119μs 108ns 389ns 0 0 0 4.28 KB
master EnrichedLog net472 148μs 106ns 411ns 0.663 0.221 0 4.46 KB
#6139 EnrichedLog net6.0 116μs 79.8ns 309ns 0.0581 0 0 4.28 KB
#6139 EnrichedLog netcoreapp3.1 122μs 188ns 728ns 0 0 0 4.28 KB
#6139 EnrichedLog net472 153μs 160ns 621ns 0.69 0.23 0 4.46 KB
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 3.18μs 11.1ns 40.1ns 0.0302 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.22μs 0.935ns 3.62ns 0.0295 0 0 2.2 KB
master EnrichedLog net472 4.86μs 1.99ns 7.18ns 0.32 0 0 2.02 KB
#6139 EnrichedLog net6.0 3.02μs 0.824ns 3.08ns 0.0302 0 0 2.2 KB
#6139 EnrichedLog netcoreapp3.1 4.37μs 1.66ns 6.44ns 0.0285 0 0 2.2 KB
#6139 EnrichedLog net472 4.93μs 1.88ns 7.28ns 0.318 0 0 2.02 KB
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendReceive net6.0 1.29μs 1.25ns 4.66ns 0.0159 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.82μs 1.44ns 5.56ns 0.0154 0 0 1.14 KB
master SendReceive net472 2.04μs 1.42ns 5.5ns 0.183 0.00102 0 1.16 KB
#6139 SendReceive net6.0 1.34μs 0.828ns 3.1ns 0.016 0 0 1.14 KB
#6139 SendReceive netcoreapp3.1 1.73μs 0.857ns 3.32ns 0.0153 0 0 1.14 KB
#6139 SendReceive net472 2.16μs 0.721ns 2.7ns 0.183 0.00108 0 1.16 KB
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 2.77μs 1.08ns 4.04ns 0.0221 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.97μs 1.07ns 4.14ns 0.0218 0 0 1.65 KB
master EnrichedLog net472 4.31μs 3.75ns 14.5ns 0.322 0 0 2.04 KB
#6139 EnrichedLog net6.0 2.79μs 5.56ns 21.5ns 0.0222 0 0 1.6 KB
#6139 EnrichedLog netcoreapp3.1 3.75μs 1.98ns 7.4ns 0.0225 0 0 1.65 KB
#6139 EnrichedLog net472 4.6μs 1.83ns 7.1ns 0.322 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #6139

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net472 1.212 567.74 688.04

Faster 🎉 in #6139

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0 1.140 450.31 395.05

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 450ns 0.229ns 0.888ns 0.00813 0 0 576 B
master StartFinishSpan netcoreapp3.1 600ns 0.559ns 2.17ns 0.00776 0 0 576 B
master StartFinishSpan net472 569ns 0.614ns 2.3ns 0.0918 0 0 578 B
master StartFinishScope net6.0 548ns 0.14ns 0.524ns 0.00967 0 0 696 B
master StartFinishScope netcoreapp3.1 713ns 0.631ns 2.44ns 0.0096 0 0 696 B
master StartFinishScope net472 851ns 0.274ns 0.987ns 0.104 0 0 658 B
#6139 StartFinishSpan net6.0 395ns 0.14ns 0.543ns 0.00817 0 0 576 B
#6139 StartFinishSpan netcoreapp3.1 598ns 0.655ns 2.54ns 0.00811 0 0 576 B
#6139 StartFinishSpan net472 688ns 0.183ns 0.659ns 0.0916 0 0 578 B
#6139 StartFinishScope net6.0 503ns 0.161ns 0.624ns 0.00986 0 0 696 B
#6139 StartFinishScope netcoreapp3.1 750ns 0.407ns 1.47ns 0.00945 0 0 696 B
#6139 StartFinishScope net472 845ns 0.533ns 2.06ns 0.104 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 701ns 0.286ns 1.11ns 0.00981 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 921ns 0.593ns 2.14ns 0.00925 0 0 696 B
master RunOnMethodBegin net472 1.14μs 0.715ns 2.48ns 0.104 0 0 658 B
#6139 RunOnMethodBegin net6.0 661ns 0.478ns 1.79ns 0.00963 0 0 696 B
#6139 RunOnMethodBegin netcoreapp3.1 964ns 0.546ns 2.12ns 0.00944 0 0 696 B
#6139 RunOnMethodBegin net472 1.12μs 0.362ns 1.35ns 0.104 0 0 658 B

@andrewlock

Copy link
Copy Markdown
Member Author

Throughput/Crank Report ⚡

Throughput results for AspNetCoreSimpleController comparing the following branches/commits:

Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red.

Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards!

gantt
    title Throughput Linux x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6139) (11.095M)   : 0, 11095404
    master (11.344M)   : 0, 11344379
    benchmarks/2.9.0 (11.081M)   : 0, 11080577

    section Automatic
    This PR (6139) (7.257M)   : 0, 7257043
    master (7.340M)   : 0, 7340365
    benchmarks/2.9.0 (7.732M)   : 0, 7732233

    section Trace stats
    master (7.618M)   : 0, 7618179

    section Manual
    master (11.039M)   : 0, 11038685

    section Manual + Automatic
    This PR (6139) (6.709M)   : 0, 6709413
    master (6.819M)   : 0, 6819224

    section DD_TRACE_ENABLED=0
    master (10.251M)   : 0, 10251329

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6139) (9.537M)   : 0, 9537436
    master (9.660M)   : 0, 9660433
    benchmarks/2.9.0 (9.798M)   : 0, 9798067

    section Automatic
    This PR (6139) (6.557M)   : 0, 6556881
    master (6.381M)   : 0, 6381024

    section Trace stats
    master (6.831M)   : 0, 6831310

    section Manual
    master (9.445M)   : 0, 9445116

    section Manual + Automatic
    This PR (6139) (6.032M)   : 0, 6031657
    master (6.057M)   : 0, 6057131

    section DD_TRACE_ENABLED=0
    master (8.749M)   : 0, 8749042

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6139) (10.385M)   : 0, 10385310
    master (10.049M)   : 0, 10048596
    benchmarks/2.9.0 (10.067M)   : 0, 10067315

    section Automatic
    This PR (6139) (6.874M)   : 0, 6874412
    master (6.564M)   : 0, 6564217
    benchmarks/2.9.0 (7.552M)   : 0, 7552193

    section Trace stats
    master (7.367M)   : 0, 7366652

    section Manual
    master (9.968M)   : 0, 9967634

    section Manual + Automatic
    This PR (6139) (6.360M)   : 0, 6360183
    master (6.038M)   : 0, 6038370

    section DD_TRACE_ENABLED=0
    master (9.434M)   : 0, 9434242

Loading

@andrewlock
andrewlock merged commit 56b733e into master Oct 11, 2024
@andrewlock
andrewlock deleted the andrew/ci/fix-2-1-crashes branch October 11, 2024 09:45
@github-actions github-actions Bot added this to the vNext-v3 milestone Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:builds project files, build scripts, pipelines, versioning, releases, packages area:tests unit tests, integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants