Skip to content

tox.ini: Add ability to run tests in a randomized order

Benjamin Schubert requested to merge bschubert/add-randomized-order-tests into master

Description

An example pipeline can be seen at https://gitlab.com/BuildStream/buildstream/-/jobs/373289937

Some of our tests seem to be still be flaky when run alone.

This will hopefully help us catching them.

The reason for running those tests only nightly, is that they take longer to run due to fixtures not being run in an optimized way.


Merge request reports