toptal / crystalball

Regression Test Selection library for your RSpec test suite

Home Page:https://toptal.github.io/crystalball/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collate data from parallel runs

goromlagche opened this issue · comments

When running crystalball in a parallel test setup, we will have multiple crystalball_data.yml files generated.
Currently we need to write a script to merge all the different crystalball_data_*.yml files from the different runs into one single file.

It will be really helpful if the library itself supports that. For example something like SimpleCov.collate

@goromlagche you don't have to merge them together. If you set a directory in execution_map_path Crystalball will read all the files from that directory.

@pluff Thank you so much. that helps a lots 👏 👍