Tork 18.2.0

Tork ----> Test with fork → GitHub - sunaku/tork: 💞 Tests your Ruby code, in parallel, as you change it


___ /___________ /__
_ _/ __ \ / //
/ /
/ // / / / ,
_
/_
// //|_
>>>------>

Tork runs your tests as they change, in parallel:

  1. Absorbs test execution overhead into a master process.

  2. Forks to inherit overhead and run test files in parallel.

  3. Avoids running unchanged tests inside changed test files.

Version 18.2.0 (2012-03-27)

Minor:

  • Emit warnings when commands cannot be performed. This improves
    the user experience by giving them immediate feedback. For
    example, if you issue the “rerun_failed_tests” command and no
    tests have failed yet, you will now see a warning message that
    explains the situation. Thanks to NagaChaitanya Vellanki
    (@chaitanyav) for suggesting this change.

Patch:

  • GH-32: Restore support for Selenium and Capybara by replacing
    the global SIGCHLD handler in tork-master(1) with individual
    threads, one per forked worker process. Thanks to Bjørn
    Trondsen (@Sharagoz) for reporting this issue and verifying the
    fix.

  • README: Recommend a newer fork of the “memory_test_fix” Rails
    plugin.