• Nate Bosch's avatar
    Don't use a default test randomize ordering seed (#51018) · 9228b87e
    Nate Bosch authored
    Fixes #51010
    
    The test package differentiates between passing and not passing this
    argument. A previous version had a bug that treated passing `0`
    identically to not passing the argument, and the flutter test runner
    relied on this bug by always passing a value and using a default of `0`.
    
    - Remove the argument defaults throughout to make it clear that `null`
      is a valid value and the default.
    - Remove the argument defaulting on the argument parser.
    - Update the wording of the usage for this argument, this will also be
      updated on the `package:test` side.
    9228b87e
Name
Last commit
Last update
..
automated_tests Loading commit data...
benchmarks Loading commit data...
bots Loading commit data...
ci Loading commit data...
customer_testing Loading commit data...
devicelab Loading commit data...
docs Loading commit data...
integration_tests Loading commit data...
manual_tests Loading commit data...
missing_dependency_tests Loading commit data...
snippets Loading commit data...
tools Loading commit data...
tracing_tests Loading commit data...
README.md Loading commit data...