You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doing multiple scarb test -f pattern outputs the tests in different order each time
this is annoying especially when comparing resources between multiple runs, i want the first test to be the same at each run etc.
Proposed Solution
just sort alphabetically
Notes
thank you
The text was updated successfully, but these errors were encountered:
feltroidprime
changed the title
scarb test -f should output test in a consistent order
scarb test -f should output tests in a consistent order
Dec 3, 2024
Quick work-around for now would be to disable parallelism by setting RAYON_NUM_THREADS=1 env var when you really need the ordering of results to be deterministic.
Problem
doing multiple scarb test -f pattern outputs the tests in different order each time
this is annoying especially when comparing resources between multiple runs, i want the first test to be the same at each run etc.
Proposed Solution
just sort alphabetically
Notes
thank you
The text was updated successfully, but these errors were encountered: