snapcore / spread

Spread - Convenient full-system test (task) distribution
GNU General Public License v3.0
99 stars 58 forks source link

New repeat-all option #148

Open sergiocazzolato opened 2 years ago

sergiocazzolato commented 2 years ago

This option "-repeat-all" is used to repeat a set of tests. It is used to reproduce sporadic issues that are reproduced by running a sequence of tests. See the following example to see the diff with -repeat option:

spread -repeat 1 task1 task2 . task1 . task1 . task2 . task2

spread -repeat-all 1 task1 task2 . task1 . task2 . task1 . task2