Tork 18.2.2

Tork - test with fork


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

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.2 (2012-07-11)

Patch:

  • GH-35: resume dispatched but not yet started tests.

    After reabsorbing overhead, we need to resume previously dispatched
    test
    files that have not yet finished running. This includes the waiting
    set
    (dispatched but not yet running) as well as the running set
    (dispatched
    and already started running). Otherwise, we encounter a bug where
    test
    files in the waiting set can NEVER be run again!