(doc) Note how to obtain spec_order from parallel-spec runs

Courtesy of Peter Huene.
This commit is contained in:
Josh Partlow 2014-07-24 16:48:53 -07:00
Родитель 7e3ec7f18b
Коммит 27d209960e
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,10 @@ This file is then used by binary_search_specs.rb so that:
will begin bisecting runs before and after this spec until it narrows down to a candidate which seems to be effecting foo_spec.rb and causing it to fail.
### with parallel-spec
To get the groups that the parallel task is running, run: be util/rspec_grouper 1000. Then run each spit out file with "be util/rspec_runner <groupfile>". If it fails, rename it to spec_order.txt and run the binary script.
dev-puppet-master
-----------------