Skip to content
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

Randomize the order of tests #5831

Merged
merged 3 commits into from
Jan 16, 2025
Merged

Randomize the order of tests #5831

merged 3 commits into from
Jan 16, 2025

Conversation

kevingosse
Copy link
Collaborator

@kevingosse kevingosse commented Jul 31, 2024

Summary of changes

Randomize the order of the tests.

Reason for change

Flaky tests are much harder to fix when we discover them long after they have been written. By randomizing the order of the tests, I'm hoping to make them fail earlier.
In practice, this could temporarily increase the overall flakiness, but I expect this will reduce the overall effort spent on fixing tests.

Implementation details

In CustomTestFramework, randomize the list of all tests in each collections, and the collections themselves.
The seed is displayed in the output. When a test order causes tests to fail, this allows to deterministically reproduce that test order.

Other details

Four other issues were found thanks to this: #6535, #6532, #6511, #6509

@github-actions github-actions bot added the area:tests unit tests, integration tests label Jul 31, 2024
@andrewlock
Copy link
Member

andrewlock commented Jul 31, 2024

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 (5831) - mean (70ms)  : 64, 76
     .   : milestone, 70,
    master - mean (69ms)  : 66, 72
     .   : milestone, 69,

    section CallTarget+Inlining+NGEN
    This PR (5831) - mean (981ms)  : 961, 1001
     .   : milestone, 981,
    master - mean (975ms)  : 950, 1001
     .   : milestone, 975,

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

    section CallTarget+Inlining+NGEN
    This PR (5831) - mean (679ms)  : 663, 696
     .   : milestone, 679,
    master - mean (679ms)  : 664, 694
     .   : milestone, 679,

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

    section CallTarget+Inlining+NGEN
    This PR (5831) - mean (633ms)  : 614, 651
     .   : milestone, 633,
    master - mean (635ms)  : 619, 651
     .   : milestone, 635,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (5831) - mean (190ms)  : 186, 195
     .   : milestone, 190,
    master - mean (194ms)  : 189, 198
     .   : milestone, 194,

    section CallTarget+Inlining+NGEN
    This PR (5831) - mean (1,092ms)  : 1056, 1128
     .   : milestone, 1092,
    master - mean (1,094ms)  : 1067, 1122
     .   : milestone, 1094,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (5831) - mean (274ms)  : 270, 278
     .   : milestone, 274,
    master - mean (277ms)  : 273, 281
     .   : milestone, 277,

    section CallTarget+Inlining+NGEN
    This PR (5831) - mean (868ms)  : 842, 894
     .   : milestone, 868,
    master - mean (871ms)  : 849, 892
     .   : milestone, 871,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (5831) - mean (264ms)  : 259, 269
     .   : milestone, 264,
    master - mean (267ms)  : 263, 271
     .   : milestone, 267,

    section CallTarget+Inlining+NGEN
    This PR (5831) - mean (848ms)  : 814, 883
     .   : milestone, 848,
    master - mean (855ms)  : 820, 889
     .   : milestone, 855,

Loading

@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Jul 31, 2024

Datadog Report

Branch report: kevin/randomize_tests
Commit report: 3f843d5
Test service: dd-trace-dotnet

✅ 0 Failed, 248661 Passed, 1997 Skipped, 19h 22m 23.71s Total Time
❄️ 1 New Flaky

New Flaky Tests (1)

  • SubmitTraces - Datadog.Trace.ClrProfiler.IntegrationTests.AerospikeTests - Last Failure

    Expand for error
     Expected exit code: 0, actual exit code: 134.
    

@andrewlock
Copy link
Member

andrewlock commented Jul 31, 2024

Benchmarks Report for tracer 🐌

Benchmarks for #5831 compared to master:

  • 1 benchmarks are slower, with geometric mean 1.140
  • 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 8.13μs 45ns 266ns 0.0155 0.00774 0 5.61 KB
master StartStopWithChild netcoreapp3.1 10.1μs 55.5ns 337ns 0.0206 0.0103 0 5.8 KB
master StartStopWithChild net472 16.3μs 69.2ns 259ns 1.05 0.32 0.104 6.21 KB
#5831 StartStopWithChild net6.0 8.18μs 45ns 270ns 0.0119 0.00396 0 5.62 KB
#5831 StartStopWithChild netcoreapp3.1 9.99μs 43.4ns 162ns 0.0258 0.0103 0 5.8 KB
#5831 StartStopWithChild net472 16.3μs 42.6ns 165ns 1.05 0.322 0.105 6.2 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 488μs 412ns 1.59μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 643μs 583ns 2.26μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 857μs 752ns 2.91μs 0.428 0 0 3.3 KB
#5831 WriteAndFlushEnrichedTraces net6.0 484μs 258ns 1E+03ns 0 0 0 2.7 KB
#5831 WriteAndFlushEnrichedTraces netcoreapp3.1 662μs 475ns 1.78μs 0 0 0 2.7 KB
#5831 WriteAndFlushEnrichedTraces net472 851μs 641ns 2.4μs 0.422 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 156μs 1.11μs 11μs 0.151 0 0 14.47 KB
master SendRequest netcoreapp3.1 176μs 1.07μs 10.6μs 0.194 0 0 17.27 KB
master SendRequest net472 0.0014ns 0.000712ns 0.00276ns 0 0 0 0 b
#5831 SendRequest net6.0 157μs 1.04μs 10μs 0.153 0 0 14.47 KB
#5831 SendRequest netcoreapp3.1 175μs 1.18μs 11.8μs 0.171 0 0 17.27 KB
#5831 SendRequest net472 0ns 0ns 0ns 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 582μs 3.25μs 21.3μs 0.595 0 0 41.59 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 672μs 2.59μs 9.69μs 0.342 0 0 41.77 KB
master WriteAndFlushEnrichedTraces net472 852μs 4.21μs 17.8μs 8.45 2.53 0.422 53.31 KB
#5831 WriteAndFlushEnrichedTraces net6.0 568μs 2.75μs 11μs 0.581 0 0 41.63 KB
#5831 WriteAndFlushEnrichedTraces netcoreapp3.1 667μs 3.52μs 17.6μs 0.327 0 0 41.85 KB
#5831 WriteAndFlushEnrichedTraces net472 870μs 3.49μs 13.5μs 8.3 2.62 0.437 53.29 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.27μs 1.29ns 4.98ns 0.0139 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.84μs 2.61ns 10.1ns 0.0139 0 0 1.02 KB
master ExecuteNonQuery net472 2.12μs 1.89ns 7.31ns 0.156 0.00106 0 987 B
#5831 ExecuteNonQuery net6.0 1.26μs 1.54ns 5.98ns 0.0146 0 0 1.02 KB
#5831 ExecuteNonQuery netcoreapp3.1 1.75μs 2ns 7.74ns 0.0131 0 0 1.02 KB
#5831 ExecuteNonQuery net472 2.07μs 2.54ns 9.84ns 0.156 0.00104 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.16μs 0.506ns 1.96ns 0.0134 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.55μs 0.902ns 3.49ns 0.0133 0 0 976 B
master CallElasticsearch net472 2.54μs 2.43ns 9.4ns 0.158 0 0 995 B
master CallElasticsearchAsync net6.0 1.25μs 0.422ns 1.58ns 0.0138 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.62μs 0.8ns 3.1ns 0.0138 0 0 1.02 KB
master CallElasticsearchAsync net472 2.62μs 1.83ns 7.07ns 0.166 0 0 1.05 KB
#5831 CallElasticsearch net6.0 1.23μs 1.02ns 3.93ns 0.0136 0 0 976 B
#5831 CallElasticsearch netcoreapp3.1 1.57μs 0.668ns 2.59ns 0.0133 0 0 976 B
#5831 CallElasticsearch net472 2.5μs 1.8ns 6.96ns 0.158 0 0 995 B
#5831 CallElasticsearchAsync net6.0 1.2μs 0.606ns 2.27ns 0.0132 0 0 952 B
#5831 CallElasticsearchAsync netcoreapp3.1 1.65μs 0.655ns 2.45ns 0.0132 0 0 1.02 KB
#5831 CallElasticsearchAsync net472 2.54μs 1.9ns 7.35ns 0.167 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.25μs 0.39ns 1.51ns 0.0132 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.66μs 0.668ns 2.59ns 0.0131 0 0 952 B
master ExecuteAsync net472 1.86μs 0.755ns 2.72ns 0.145 0 0 915 B
#5831 ExecuteAsync net6.0 1.17μs 0.609ns 2.36ns 0.013 0 0 952 B
#5831 ExecuteAsync netcoreapp3.1 1.63μs 0.541ns 2.09ns 0.0129 0 0 952 B
#5831 ExecuteAsync net472 1.82μs 0.402ns 1.56ns 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.46μs 1.45ns 5.43ns 0.0311 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.34μs 4.05ns 15.7ns 0.0376 0 0 2.85 KB
master SendAsync net472 7.33μs 2.2ns 8.52ns 0.493 0 0 3.12 KB
#5831 SendAsync net6.0 4.5μs 2.49ns 9.64ns 0.0314 0 0 2.31 KB
#5831 SendAsync netcoreapp3.1 5.28μs 1.91ns 7.15ns 0.0368 0 0 2.85 KB
#5831 SendAsync net472 7.42μs 1.91ns 7.38ns 0.495 0 0 3.12 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 0.801ns 3.1ns 0.0232 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.16μs 1.4ns 5.24ns 0.022 0 0 1.64 KB
master EnrichedLog net472 2.81μs 0.912ns 3.41ns 0.249 0 0 1.57 KB
#5831 EnrichedLog net6.0 1.54μs 0.531ns 1.99ns 0.023 0 0 1.64 KB
#5831 EnrichedLog netcoreapp3.1 2.23μs 1.26ns 4.7ns 0.0211 0 0 1.64 KB
#5831 EnrichedLog net472 2.69μs 1.73ns 6.49ns 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 116μs 138ns 534ns 0.0583 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 121μs 133ns 499ns 0 0 0 4.28 KB
master EnrichedLog net472 152μs 124ns 463ns 0.686 0.229 0 4.46 KB
#5831 EnrichedLog net6.0 117μs 159ns 573ns 0.0584 0 0 4.28 KB
#5831 EnrichedLog netcoreapp3.1 120μs 94.3ns 365ns 0 0 0 4.28 KB
#5831 EnrichedLog net472 153μs 129ns 501ns 0.689 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.1μs 1.11ns 4.32ns 0.0311 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 3.99μs 1.64ns 6.12ns 0.0301 0 0 2.2 KB
master EnrichedLog net472 4.94μs 1.02ns 3.93ns 0.32 0 0 2.02 KB
#5831 EnrichedLog net6.0 3.08μs 1.15ns 4.3ns 0.031 0 0 2.2 KB
#5831 EnrichedLog netcoreapp3.1 4.15μs 1.77ns 6.63ns 0.0291 0 0 2.2 KB
#5831 EnrichedLog net472 4.88μs 1.59ns 6.15ns 0.319 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 0.614ns 2.38ns 0.0157 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.73μs 2.15ns 8.05ns 0.0156 0 0 1.14 KB
master SendReceive net472 2.24μs 0.904ns 3.5ns 0.184 0 0 1.16 KB
#5831 SendReceive net6.0 1.35μs 0.747ns 2.8ns 0.0161 0 0 1.14 KB
#5831 SendReceive netcoreapp3.1 1.82μs 0.751ns 2.81ns 0.0154 0 0 1.14 KB
#5831 SendReceive net472 2.05μs 0.834ns 3.23ns 0.183 0 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.75μs 0.488ns 1.89ns 0.0221 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.93μs 2.3ns 8.92ns 0.0216 0 0 1.65 KB
master EnrichedLog net472 4.28μs 4.92ns 19ns 0.323 0 0 2.04 KB
#5831 EnrichedLog net6.0 2.63μs 1.41ns 5.45ns 0.0222 0 0 1.6 KB
#5831 EnrichedLog netcoreapp3.1 3.9μs 1.45ns 5.63ns 0.0214 0 0 1.65 KB
#5831 EnrichedLog net472 4.39μs 3.54ns 13.7ns 0.323 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 401ns 0.285ns 1.11ns 0.00813 0 0 576 B
master StartFinishSpan netcoreapp3.1 629ns 0.994ns 3.85ns 0.00786 0 0 576 B
master StartFinishSpan net472 688ns 0.405ns 1.57ns 0.0916 0 0 578 B
master StartFinishScope net6.0 483ns 0.296ns 1.15ns 0.00973 0 0 696 B
master StartFinishScope netcoreapp3.1 733ns 0.539ns 2.02ns 0.00962 0 0 696 B
master StartFinishScope net472 813ns 1.52ns 5.9ns 0.104 0 0 658 B
#5831 StartFinishSpan net6.0 445ns 0.992ns 3.84ns 0.00807 0 0 576 B
#5831 StartFinishSpan netcoreapp3.1 606ns 3.35ns 20.9ns 0.00755 0 0 576 B
#5831 StartFinishSpan net472 643ns 0.789ns 3.06ns 0.0915 0 0 578 B
#5831 StartFinishScope net6.0 478ns 0.279ns 1.04ns 0.00958 0 0 696 B
#5831 StartFinishScope netcoreapp3.1 736ns 0.471ns 1.82ns 0.00938 0 0 696 B
#5831 StartFinishScope net472 894ns 0.54ns 2.09ns 0.104 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #5831

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0 1.140 598.41 682.00

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 598ns 0.295ns 1.1ns 0.00961 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 944ns 0.533ns 2.06ns 0.00949 0 0 696 B
master RunOnMethodBegin net472 1.14μs 0.791ns 3.06ns 0.104 0 0 658 B
#5831 RunOnMethodBegin net6.0 682ns 0.399ns 1.54ns 0.00953 0 0 696 B
#5831 RunOnMethodBegin netcoreapp3.1 965ns 1.45ns 5.63ns 0.00959 0 0 696 B
#5831 RunOnMethodBegin net472 1.12μs 0.802ns 3.1ns 0.104 0 0 658 B

@kevingosse kevingosse force-pushed the kevin/randomize_tests branch from 5835af8 to 614d579 Compare September 2, 2024 08:39
@kevingosse kevingosse force-pushed the kevin/randomize_tests branch from 614d579 to b5de117 Compare October 2, 2024 15:17
@andrewlock
Copy link
Member

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 (5831) (11.110M)   : 0, 11109933
    master (11.077M)   : 0, 11076833
    benchmarks/2.9.0 (11.081M)   : 0, 11080577

    section Automatic
    This PR (5831) (7.335M)   : 0, 7335171
    master (7.345M)   : 0, 7344633
    benchmarks/2.9.0 (7.732M)   : 0, 7732233

    section Trace stats
    master (7.679M)   : 0, 7679279

    section Manual
    master (10.938M)   : 0, 10938170

    section Manual + Automatic
    This PR (5831) (6.847M)   : 0, 6847016
    master (6.834M)   : 0, 6834026

    section DD_TRACE_ENABLED=0
    master (10.142M)   : 0, 10142100

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5831) (9.431M)   : 0, 9430915
    master (9.565M)   : 0, 9564825
    benchmarks/2.9.0 (9.798M)   : 0, 9798067

    section Automatic
    This PR (5831) (6.546M)   : 0, 6546446
    master (6.519M)   : 0, 6519301

    section Trace stats
    master (6.608M)   : 0, 6607677

    section Manual
    master (9.501M)   : 0, 9500792

    section Manual + Automatic
    This PR (5831) (6.150M)   : 0, 6149537
    master (6.130M)   : 0, 6130416

    section DD_TRACE_ENABLED=0
    master (8.723M)   : 0, 8723414

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (5831) (10.023M)   : 0, 10023196
    master (10.195M)   : 0, 10195122
    benchmarks/2.9.0 (10.067M)   : 0, 10067315

    section Automatic
    This PR (5831) (6.887M)   : 0, 6887310
    master (6.952M)   : 0, 6952184
    benchmarks/2.9.0 (7.552M)   : 0, 7552193

    section Trace stats
    master (7.465M)   : 0, 7465157

    section Manual
    master (10.356M)   : 0, 10356333

    section Manual + Automatic
    This PR (5831) (6.276M)   : 0, 6276346
    master (6.232M)   : 0, 6232377

    section DD_TRACE_ENABLED=0
    master (9.469M)   : 0, 9469059

Loading

@kevingosse kevingosse force-pushed the kevin/randomize_tests branch 2 times, most recently from 32ae961 to 5766a59 Compare January 7, 2025 12:55
@kevingosse kevingosse force-pushed the kevin/randomize_tests branch from 5766a59 to c02c220 Compare January 14, 2025 11:20
@kevingosse kevingosse changed the title Randomize test order Randomize the order of tests Jan 14, 2025
@kevingosse kevingosse marked this pull request as ready for review January 14, 2025 14:46
@kevingosse kevingosse requested a review from a team as a code owner January 14, 2025 14:46
Copy link
Member

@andrewlock andrewlock left a comment

Choose a reason for hiding this comment

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

🤞 Thanks

@kevingosse kevingosse requested a review from a team as a code owner January 14, 2025 16:41
@kevingosse kevingosse merged commit e6d0363 into master Jan 16, 2025
62 of 66 checks passed
@kevingosse kevingosse deleted the kevin/randomize_tests branch January 16, 2025 09:22
@github-actions github-actions bot added this to the vNext-v3 milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:tests unit tests, integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants