Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2888 > unrolled thread

[ANN] test-loop 11.0.0

Started bySuraj Kurapati <sunaku@gmail.com>
First post2011-04-14 17:45 -0500
Last post2011-04-15 01:35 -0500
Articles 2 — 1 participant

Back to article view | Back to comp.lang.ruby


Contents

  [ANN] test-loop 11.0.0 Suraj Kurapati <sunaku@gmail.com> - 2011-04-14 17:45 -0500
    Re: [ANN] test-loop 11.0.0 Suraj Kurapati <sunaku@gmail.com> - 2011-04-15 01:35 -0500

#2888 — [ANN] test-loop 11.0.0

FromSuraj Kurapati <sunaku@gmail.com>
Date2011-04-14 17:45 -0500
Subject[ANN] test-loop 11.0.0
Message-ID<bdb2fb319e26d05b7a412285ad7d3739@ruby-forum.com>
test-loop - Continuous testing for Ruby with fork/eval
            https://github.com/sunaku/test-loop#readme


What is it?
-----------

test-loop is a fast continuous testing tool for Ruby that automatically
detects and tests changes in your application in an efficient manner:

1. Absorbs the test execution overhead into the main Ruby process.
2. Forks to run your test files without overhead and in parallel.
3. Avoids running unchanged test blocks inside changed test files.


What is new?
------------

Incompatible changes:

* The `test/loop/rails` preset has been internalized and is now applied
  automatically if your test execution overhead includes Ruby on Rails.

New features:

* If you are using Rails 3, test-loop will automatically set
  `config.cache_classes = false` for your test environment.
  (Brian D. Burns)

Bug fixes:

* Avoid deadlock errors when printing output from Test::Unit and
  MiniTest. (Brian D. Burns)

      `write': deadlock detected (fatal)

* Signaled worker termination is neither pass nor fail.
  Do not treat it as a failure by printing the log file.

* Ignore SIGINT in workers; only master must honor it.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [next] | [standalone]


#2918

FromSuraj Kurapati <sunaku@gmail.com>
Date2011-04-15 01:35 -0500
Message-ID<79fe4e4d788135d3cda82ae4107d8d3c@ruby-forum.com>
In reply to#2888
I just released version 11.0.1 containing the following bug fix:

* Only attempt to define Railtie if the Rails version supports it.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web