-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ASM] Fix database tests (netcoreapp3.0) #6442
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 462753 Passed, 2855 Skipped, 20h 19m 39.18s Total Time New Flaky Tests (1)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting this and taking care of it!
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 (6442) - mean (69ms) : 65, 73
. : milestone, 69,
master - mean (68ms) : 66, 71
. : milestone, 68,
section CallTarget+Inlining+NGEN
This PR (6442) - mean (977ms) : 955, 1000
. : milestone, 977,
master - mean (976ms) : 953, 998
. : milestone, 976,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6442) - mean (107ms) : 105, 109
. : milestone, 107,
master - mean (107ms) : 104, 110
. : milestone, 107,
section CallTarget+Inlining+NGEN
This PR (6442) - mean (677ms) : 657, 697
. : milestone, 677,
master - mean (679ms) : 662, 695
. : milestone, 679,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6442) - mean (91ms) : 89, 93
. : milestone, 91,
master - mean (91ms) : 89, 92
. : milestone, 91,
section CallTarget+Inlining+NGEN
This PR (6442) - mean (632ms) : 619, 646
. : milestone, 632,
master - mean (635ms) : 619, 651
. : milestone, 635,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6442) - mean (195ms) : 190, 199
. : milestone, 195,
master - mean (193ms) : 188, 198
. : milestone, 193,
section CallTarget+Inlining+NGEN
This PR (6442) - mean (1,102ms) : 1067, 1137
. : milestone, 1102,
master - mean (1,096ms) : 1070, 1122
. : milestone, 1096,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6442) - mean (278ms) : 273, 283
. : milestone, 278,
master - mean (279ms) : 275, 284
. : milestone, 279,
section CallTarget+Inlining+NGEN
This PR (6442) - mean (871ms) : 847, 895
. : milestone, 871,
master - mean (871ms) : 845, 896
. : milestone, 871,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6442) - mean (267ms) : 263, 271
. : milestone, 267,
master - mean (266ms) : 263, 269
. : milestone, 266,
section CallTarget+Inlining+NGEN
This PR (6442) - mean (855ms) : 818, 892
. : milestone, 855,
master - mean (851ms) : 818, 884
. : milestone, 851,
|
Benchmarks Report for appsec 🐌Benchmarks for #6442 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.Asm.AppSecBodyBenchmark - Slower
|
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody‑net6.0 | 1.129 | 138.02 | 155.88 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | AllCycleSimpleBody |
net6.0 | 185μs | 67.7ns | 253ns | 2.6 | 0 | 0 | 188.52 KB |
master | AllCycleSimpleBody |
netcoreapp3.1 | 287μs | 134ns | 503ns | 2.71 | 0 | 0 | 195.8 KB |
master | AllCycleSimpleBody |
net472 | 257μs | 169ns | 653ns | 35.7 | 2.04 | 0 | 225.32 KB |
master | AllCycleMoreComplexBody |
net6.0 | 199μs | 132ns | 493ns | 2.71 | 0 | 0 | 192.02 KB |
master | AllCycleMoreComplexBody |
netcoreapp3.1 | 295μs | 174ns | 650ns | 2.65 | 0 | 0 | 199.22 KB |
master | AllCycleMoreComplexBody |
net472 | 259μs | 258ns | 1E+03ns | 36.3 | 2.08 | 0 | 228.83 KB |
master | ObjectExtractorSimpleBody |
net6.0 | 138ns | 0.137ns | 0.531ns | 0.00393 | 0 | 0 | 280 B |
master | ObjectExtractorSimpleBody |
netcoreapp3.1 | 190ns | 0.113ns | 0.408ns | 0.00367 | 0 | 0 | 272 B |
master | ObjectExtractorSimpleBody |
net472 | 163ns | 0.117ns | 0.454ns | 0.0446 | 0 | 0 | 281 B |
master | ObjectExtractorMoreComplexBody |
net6.0 | 2.91μs | 2.12ns | 8.22ns | 0.0528 | 0 | 0 | 3.78 KB |
master | ObjectExtractorMoreComplexBody |
netcoreapp3.1 | 3.77μs | 2.53ns | 9.8ns | 0.05 | 0 | 0 | 3.69 KB |
master | ObjectExtractorMoreComplexBody |
net472 | 3.64μs | 2.81ns | 10.5ns | 0.603 | 0.00543 | 0 | 3.8 KB |
#6442 | AllCycleSimpleBody |
net6.0 | 204μs | 91.8ns | 318ns | 2.66 | 0 | 0 | 188.38 KB |
#6442 | AllCycleSimpleBody |
netcoreapp3.1 | 302μs | 158ns | 547ns | 2.56 | 0 | 0 | 195.66 KB |
#6442 | AllCycleSimpleBody |
net472 | 269μs | 369ns | 1.33μs | 35.7 | 2.01 | 0 | 225.16 KB |
#6442 | AllCycleMoreComplexBody |
net6.0 | 209μs | 206ns | 770ns | 2.71 | 0 | 0 | 191.88 KB |
#6442 | AllCycleMoreComplexBody |
netcoreapp3.1 | 307μs | 136ns | 526ns | 2.76 | 0 | 0 | 199.07 KB |
#6442 | AllCycleMoreComplexBody |
net472 | 276μs | 296ns | 1.07μs | 36.2 | 2.07 | 0 | 228.67 KB |
#6442 | ObjectExtractorSimpleBody |
net6.0 | 157ns | 0.676ns | 2.62ns | 0.00394 | 0 | 0 | 280 B |
#6442 | ObjectExtractorSimpleBody |
netcoreapp3.1 | 203ns | 0.309ns | 1.2ns | 0.00367 | 0 | 0 | 272 B |
#6442 | ObjectExtractorSimpleBody |
net472 | 175ns | 0.222ns | 0.831ns | 0.0446 | 0 | 0 | 281 B |
#6442 | ObjectExtractorMoreComplexBody |
net6.0 | 2.93μs | 2.2ns | 8.52ns | 0.0527 | 0 | 0 | 3.78 KB |
#6442 | ObjectExtractorMoreComplexBody |
netcoreapp3.1 | 3.89μs | 1.78ns | 6.66ns | 0.0507 | 0 | 0 | 3.69 KB |
#6442 | ObjectExtractorMoreComplexBody |
net472 | 3.65μs | 1.94ns | 6.73ns | 0.602 | 0.00548 | 0 | 3.8 KB |
Benchmarks.Trace.Asm.AppSecEncoderBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EncodeArgs |
net6.0 | 36.9μs | 28ns | 108ns | 0.444 | 0 | 0 | 32.4 KB |
master | EncodeArgs |
netcoreapp3.1 | 54.5μs | 42.1ns | 163ns | 0.431 | 0 | 0 | 32.4 KB |
master | EncodeArgs |
net472 | 67.2μs | 60.2ns | 225ns | 5.14 | 0.0671 | 0 | 32.5 KB |
master | EncodeLegacyArgs |
net6.0 | 71.2μs | 155ns | 580ns | 0 | 0 | 0 | 2.14 KB |
master | EncodeLegacyArgs |
netcoreapp3.1 | 109μs | 289ns | 1.12μs | 0 | 0 | 0 | 2.15 KB |
master | EncodeLegacyArgs |
net472 | 152μs | 78.7ns | 305ns | 0.303 | 0 | 0 | 2.15 KB |
#6442 | EncodeArgs |
net6.0 | 36.3μs | 18.4ns | 71.2ns | 0.455 | 0 | 0 | 32.4 KB |
#6442 | EncodeArgs |
netcoreapp3.1 | 54.3μs | 36.3ns | 136ns | 0.433 | 0 | 0 | 32.4 KB |
#6442 | EncodeArgs |
net472 | 66.2μs | 97.1ns | 376ns | 5.16 | 0.0662 | 0 | 32.5 KB |
#6442 | EncodeLegacyArgs |
net6.0 | 77.1μs | 431ns | 2.73μs | 0 | 0 | 0 | 2.14 KB |
#6442 | EncodeLegacyArgs |
netcoreapp3.1 | 106μs | 312ns | 1.21μs | 0 | 0 | 0 | 2.14 KB |
#6442 | EncodeLegacyArgs |
net472 | 153μs | 78.4ns | 304ns | 0.306 | 0 | 0 | 2.15 KB |
Benchmarks.Trace.Asm.AppSecWafBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunWafRealisticBenchmark |
net6.0 | 182μs | 172ns | 668ns | 0 | 0 | 0 | 2.44 KB |
master | RunWafRealisticBenchmark |
netcoreapp3.1 | 196μs | 190ns | 736ns | 0 | 0 | 0 | 2.39 KB |
master | RunWafRealisticBenchmark |
net472 | 210μs | 198ns | 766ns | 0.312 | 0 | 0 | 2.46 KB |
master | RunWafRealisticBenchmarkWithAttack |
net6.0 | 122μs | 74.1ns | 287ns | 0 | 0 | 0 | 1.47 KB |
master | RunWafRealisticBenchmarkWithAttack |
netcoreapp3.1 | 128μs | 88ns | 341ns | 0 | 0 | 0 | 1.46 KB |
master | RunWafRealisticBenchmarkWithAttack |
net472 | 140μs | 40.3ns | 151ns | 0.209 | 0 | 0 | 1.49 KB |
#6442 | RunWafRealisticBenchmark |
net6.0 | 184μs | 156ns | 605ns | 0 | 0 | 0 | 2.44 KB |
#6442 | RunWafRealisticBenchmark |
netcoreapp3.1 | 195μs | 289ns | 1.12μs | 0 | 0 | 0 | 2.39 KB |
#6442 | RunWafRealisticBenchmark |
net472 | 208μs | 111ns | 414ns | 0.314 | 0 | 0 | 2.46 KB |
#6442 | RunWafRealisticBenchmarkWithAttack |
net6.0 | 123μs | 47.9ns | 185ns | 0 | 0 | 0 | 1.47 KB |
#6442 | RunWafRealisticBenchmarkWithAttack |
netcoreapp3.1 | 130μs | 104ns | 401ns | 0 | 0 | 0 | 1.46 KB |
#6442 | RunWafRealisticBenchmarkWithAttack |
net472 | 139μs | 64.5ns | 250ns | 0.209 | 0 | 0 | 1.49 KB |
Benchmarks.Trace.Iast.StringAspectsBenchmark - Same speed ✔️ More allocations ⚠️
More allocations ⚠️ in #6442
Benchmark
Base Allocated
Diff Allocated
Change
Change %
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑netcoreapp3.1
252.92 KB
264.78 KB
11.86 KB
4.69%
Fewer allocations 🎉 in #6442
Benchmark
Base Allocated
Diff Allocated
Change
Change %
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark‑net472
62.46 KB
59.04 KB
-3.42 KB
-5.48%
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑netcoreapp3.1 | 252.92 KB | 264.78 KB | 11.86 KB | 4.69% |
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark‑net472 | 62.46 KB | 59.04 KB | -3.42 KB | -5.48% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StringConcatBenchmark |
net6.0 | 58.4μs | 717ns | 7.1μs | 0 | 0 | 0 | 43.44 KB |
master | StringConcatBenchmark |
netcoreapp3.1 | 52.9μs | 235ns | 912ns | 0 | 0 | 0 | 42.64 KB |
master | StringConcatBenchmark |
net472 | 36.9μs | 125ns | 468ns | 0 | 0 | 0 | 62.46 KB |
master | StringConcatAspectBenchmark |
net6.0 | 310μs | 1.76μs | 12.4μs | 0 | 0 | 0 | 254.37 KB |
master | StringConcatAspectBenchmark |
netcoreapp3.1 | 338μs | 1.6μs | 6.59μs | 0 | 0 | 0 | 252.92 KB |
master | StringConcatAspectBenchmark |
net472 | 281μs | 5.99μs | 58.1μs | 0 | 0 | 0 | 278.53 KB |
#6442 | StringConcatBenchmark |
net6.0 | 59.7μs | 943ns | 9.43μs | 0 | 0 | 0 | 43.44 KB |
#6442 | StringConcatBenchmark |
netcoreapp3.1 | 54.6μs | 312ns | 2.21μs | 0 | 0 | 0 | 42.64 KB |
#6442 | StringConcatBenchmark |
net472 | 36.7μs | 69.1ns | 258ns | 0 | 0 | 0 | 59.04 KB |
#6442 | StringConcatAspectBenchmark |
net6.0 | 297μs | 5.02μs | 48.7μs | 0 | 0 | 0 | 253.74 KB |
#6442 | StringConcatAspectBenchmark |
netcoreapp3.1 | 353μs | 1.94μs | 12.4μs | 0 | 0 | 0 | 264.78 KB |
#6442 | StringConcatAspectBenchmark |
net472 | 283μs | 5.97μs | 56.9μs | 0 | 0 | 0 | 278.53 KB |
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 (6442) (11.077M) : 0, 11076540
master (11.173M) : 0, 11172862
benchmarks/2.9.0 (11.033M) : 0, 11032866
section Automatic
This PR (6442) (7.267M) : 0, 7266854
master (7.214M) : 0, 7214402
benchmarks/2.9.0 (7.786M) : 0, 7785853
section Trace stats
master (7.560M) : 0, 7559850
section Manual
master (11.194M) : 0, 11193707
section Manual + Automatic
This PR (6442) (6.681M) : 0, 6681305
master (6.718M) : 0, 6717525
section DD_TRACE_ENABLED=0
master (10.296M) : 0, 10295976
gantt
title Throughput Linux arm64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (6442) (9.661M) : 0, 9661239
master (9.776M) : 0, 9776047
benchmarks/2.9.0 (9.495M) : 0, 9494821
section Automatic
This PR (6442) (6.414M) : 0, 6413770
master (6.425M) : 0, 6425271
section Trace stats
master (6.758M) : 0, 6757513
section Manual
master (9.661M) : 0, 9660549
section Manual + Automatic
This PR (6442) (5.920M) : 0, 5920310
master (6.039M) : 0, 6038872
section DD_TRACE_ENABLED=0
master (8.861M) : 0, 8860501
gantt
title Throughput Windows x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (6442) (9.636M) : 0, 9635594
master (9.399M) : 0, 9399211
benchmarks/2.9.0 (10.020M) : 0, 10019592
section Automatic
This PR (6442) (6.106M) : 0, 6105500
master (5.619M) : 0, 5618747
benchmarks/2.9.0 (7.255M) : 0, 7255257
section Trace stats
master (6.816M) : 0, 6816490
section Manual
master (9.559M) : 0, 9558747
section Manual + Automatic
This PR (6442) (5.624M) : crit ,0, 5623818
master (6.022M) : 0, 6022498
section DD_TRACE_ENABLED=0
master (9.201M) : 0, 9201064
|
Benchmarks Report for tracer 🐌Benchmarks for #6442 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SpanBenchmark - Slower
|
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net472 | 1.121 | 849.04 | 951.83 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 402ns | 0.238ns | 0.921ns | 0.00805 | 0 | 0 | 576 B |
master | StartFinishSpan |
netcoreapp3.1 | 616ns | 0.76ns | 2.95ns | 0.00768 | 0 | 0 | 576 B |
master | StartFinishSpan |
net472 | 631ns | 0.366ns | 1.42ns | 0.0916 | 0 | 0 | 578 B |
master | StartFinishScope |
net6.0 | 556ns | 0.355ns | 1.38ns | 0.00982 | 0 | 0 | 696 B |
master | StartFinishScope |
netcoreapp3.1 | 733ns | 0.697ns | 2.7ns | 0.00919 | 0 | 0 | 696 B |
master | StartFinishScope |
net472 | 849ns | 0.866ns | 3.35ns | 0.104 | 0 | 0 | 658 B |
#6442 | StartFinishSpan |
net6.0 | 402ns | 0.283ns | 1.02ns | 0.00806 | 0 | 0 | 576 B |
#6442 | StartFinishSpan |
netcoreapp3.1 | 586ns | 0.818ns | 3.06ns | 0.00775 | 0 | 0 | 576 B |
#6442 | StartFinishSpan |
net472 | 702ns | 0.487ns | 1.89ns | 0.0916 | 0 | 0 | 578 B |
#6442 | StartFinishScope |
net6.0 | 540ns | 0.36ns | 1.39ns | 0.00972 | 0 | 0 | 696 B |
#6442 | StartFinishScope |
netcoreapp3.1 | 759ns | 1.88ns | 7.3ns | 0.00944 | 0 | 0 | 696 B |
#6442 | StartFinishScope |
net472 | 951ns | 0.648ns | 2.51ns | 0.105 | 0 | 0 | 658 B |
Benchmarks.Trace.TraceAnnotationsBenchmark - Slower ⚠️ Same allocations ✔️
Slower ⚠️ in #6442
Benchmark
diff/base
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0
1.138
591.12
672.97
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0 | 1.138 | 591.12 | 672.97 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunOnMethodBegin |
net6.0 | 591ns | 0.394ns | 1.47ns | 0.00976 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 885ns | 0.35ns | 1.31ns | 0.00973 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
net472 | 1.16μs | 1.04ns | 4.04ns | 0.104 | 0 | 0 | 658 B |
#6442 | RunOnMethodBegin |
net6.0 | 674ns | 0.574ns | 2.22ns | 0.00968 | 0 | 0 | 696 B |
#6442 | RunOnMethodBegin |
netcoreapp3.1 | 904ns | 0.719ns | 2.79ns | 0.00906 | 0 | 0 | 696 B |
#6442 | RunOnMethodBegin |
net472 | 1.22μs | 0.967ns | 3.75ns | 0.104 | 0 | 0 | 658 B |
## Summary of changes The databases `System.Data.SQLite` and `Microsoft.Data.Sqlite` were swapped out in the tests. ## Reason for change Tests were failling on master with `netcoreapp3.0`: There was a specific check to skip the test with Microsoft.Data.Sqlite on Alpine for `netcoreapp3.0`, this was failing on master.
Summary of changes
The databases
System.Data.SQLite
andMicrosoft.Data.Sqlite
were swapped out in the tests.Reason for change
Tests were failling on master with
netcoreapp3.0
:There was a specific check to skip the test with Microsoft.Data.Sqlite on Alpine for
netcoreapp3.0
, this was failing on master.