tork 19.8.2 → 19.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION.markdown +27 -0
- data/bin/tork +3 -16
- data/bin/tork-driver +2 -2
- data/bin/tork-engine +2 -2
- data/bin/tork-herald +1 -1
- data/bin/tork-master +2 -2
- data/bin/tork-notify +1 -1
- data/bin/tork-runner +1 -1
- data/lib/tork/cliapp.rb +32 -17
- data/lib/tork/config.rb +5 -5
- data/lib/tork/config/bundler/config.rb +1 -0
- data/lib/tork/config/cucumber/config.rb +1 -0
- data/lib/tork/config/devise/config.rb +1 -0
- data/lib/tork/config/factory_girl/config.rb +1 -0
- data/lib/tork/config/rails/config.rb +1 -0
- data/lib/tork/config/spec/config.rb +4 -0
- data/lib/tork/config/spec/driver.rb +5 -9
- data/lib/tork/config/spec/master.rb +1 -0
- data/lib/tork/config/spec/worker.rb +1 -1
- data/lib/tork/config/test/config.rb +10 -0
- data/lib/tork/config/test/driver.rb +5 -9
- data/lib/tork/config/test/master.rb +1 -0
- data/lib/tork/config/test/worker.rb +1 -1
- data/lib/tork/engine.rb +3 -3
- data/lib/tork/master.rb +1 -1
- data/lib/tork/version.rb +1 -1
- data/man/index.html +1 -1
- data/man/man0/README.html +1 -1
- data/man/man0/VERSION.html +126 -105
- data/man/man0/VERSION.markdown +27 -0
- data/man/man1/tork-driver.1 +2 -2
- data/man/man1/tork-driver.1.html +3 -3
- data/man/man1/tork-engine.1 +2 -2
- data/man/man1/tork-engine.1.html +3 -3
- data/man/man1/tork-herald.1 +1 -1
- data/man/man1/tork-herald.1.html +2 -2
- data/man/man1/tork-master.1 +2 -2
- data/man/man1/tork-master.1.html +3 -3
- data/man/man1/tork-notify.1 +1 -1
- data/man/man1/tork-notify.1.html +2 -2
- data/man/man1/tork-remote.1.html +1 -1
- data/man/man1/tork-runner.1 +1 -1
- data/man/man1/tork-runner.1.html +2 -2
- data/man/man1/tork.1 +9 -45
- data/man/man1/tork.1.html +4 -17
- metadata +9 -3
- data/lib/tork/config/default/config.rb +0 -7
data/man/man0/README.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8" />
|
5
|
-
<meta name="generator" content="md2man 3.0.
|
5
|
+
<meta name="generator" content="md2man 3.0.1 https://github.com/sunaku/md2man" />
|
6
6
|
<title>README</title>
|
7
7
|
<link rel="stylesheet" href="../style.css"/>
|
8
8
|
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
data/man/man0/VERSION.html
CHANGED
@@ -2,17 +2,38 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8" />
|
5
|
-
<meta name="generator" content="md2man 3.0.
|
5
|
+
<meta name="generator" content="md2man 3.0.1 https://github.com/sunaku/md2man" />
|
6
6
|
<title>VERSION</title>
|
7
7
|
<link rel="stylesheet" href="../style.css"/>
|
8
8
|
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
9
9
|
</head>
|
10
|
-
<body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man0">man0</a>/VERSION</span></div></div><div class="container-fluid"><h2 id="version-19-
|
10
|
+
<body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man0">man0</a>/VERSION</span></div></div><div class="container-fluid"><h2 id="version-19-9-0-2014-07-17"><a name="version-19-9-0-2014-07-17" href="#version-19-9-0-2014-07-17" class="md2man-permalink" title="permalink"></a>Version 19.9.0 (2014-07-17)</h2><h3 id="minor"><a name="minor" href="#minor" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
11
|
+
<ul>
|
12
|
+
<li><p>Add support for testing outside <code>test/</code> and <code>spec/</code> directories. This
|
13
|
+
change lets you run test files directly from the current working directory
|
14
|
+
without having to put them inside special <code>test/</code> and <code>spec/</code> directories.</p><p>This can be useful if you are learning Ruby or writing tests for simple
|
15
|
+
scripts because you need not create a directory structure that is fit for
|
16
|
+
a larger application just for the sole purpose of running your tests!</p></li>
|
17
|
+
<li><p>Drop the <code>default</code> configuration helper and load the <code>config.rb</code> files of
|
18
|
+
all configuration helpers on startup instead. This way, each helper can
|
19
|
+
itself detect whether it is needed from inside its own <code>config.rb</code> file.</p></li>
|
20
|
+
<li><p>Censor Tork internals from test failure backtraces so that users can
|
21
|
+
inspect them quickly to find where errors are arising in their code.</p></li>
|
22
|
+
</ul>
|
23
|
+
<h3 id="patch"><a name="patch" href="#patch" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
24
|
+
<ul>
|
25
|
+
<li>Only 1 worker was being used on a dual-core system.</li>
|
26
|
+
</ul>
|
27
|
+
<h3 id="other"><a name="other" href="#other" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
28
|
+
<ul>
|
29
|
+
<li><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>: use complete sentences in the help message.</li>
|
30
|
+
</ul>
|
31
|
+
<h2 id="version-19-8-2-2014-07-01"><a name="version-19-8-2-2014-07-01" href="#version-19-8-2-2014-07-01" class="md2man-permalink" title="permalink"></a>Version 19.8.2 (2014-07-01)</h2><p>This release adds support for RSpec 3+ in the <code>spec</code> configuration helper.</p><h3 id="patch-1"><a name="patch-1" href="#patch-1" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
11
32
|
<ul>
|
12
33
|
<li><p>GH-58: RSpec 3.0 removed <code>--line_number</code> command-line option.</p><p>Thanks to Jonathan Cairns for reporting this issue in GH-58:
|
13
34
|
<a href="https://github.com/sunaku/tork/issues/58">https://github.com/sunaku/tork/issues/58</a></p></li>
|
14
35
|
</ul>
|
15
|
-
<h2 id="version-19-8-1-2014-06-28"><a name="version-19-8-1-2014-06-28" href="#version-19-8-1-2014-06-28" class="md2man-permalink" title="permalink"></a>Version 19.8.1 (2014-06-28)</h2><h3 id="patch-
|
36
|
+
<h2 id="version-19-8-1-2014-06-28"><a name="version-19-8-1-2014-06-28" href="#version-19-8-1-2014-06-28" class="md2man-permalink" title="permalink"></a>Version 19.8.1 (2014-06-28)</h2><h3 id="patch-2"><a name="patch-2" href="#patch-2" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
16
37
|
<ul>
|
17
38
|
<li><p><a class="md2man-reference" href="../man1/tork-driver.1.html">tork-driver(1)</a>: sanitize the file paths reported by <a class="md2man-reference" href="../man1/tork-herald.1.html">tork-herald(1)</a>.</p><p>This allows a user to override <a class="md2man-reference" href="../man1/tork-herald.1.html">tork-herald(1)</a> with their own program
|
18
39
|
that reports changed file paths in a less than ideal, but valid, way.
|
@@ -21,18 +42,18 @@ For example, with relative directory traversals and redundant slashes.</p></li>
|
|
21
42
|
killed so it should be safe to delete it and start up a new server.</p></li>
|
22
43
|
<li><p>tork/server: ensure that <a class="md2man-reference" href="../man1/tork-remote.1.html">tork-remote(1)</a> gets the same ARGV we did.</p></li>
|
23
44
|
</ul>
|
24
|
-
<h3 id="other"><a name="other" href="#other" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
45
|
+
<h3 id="other-1"><a name="other-1" href="#other-1" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
25
46
|
<ul>
|
26
47
|
<li><p>Rename <code>*.md</code> file extension to the full <code>*.markdown</code>.</p></li>
|
27
48
|
<li><p>README: link to manuals index; demote package link.</p></li>
|
28
49
|
</ul>
|
29
|
-
<h2 id="version-19-8-0-2014-06-23"><a name="version-19-8-0-2014-06-23" href="#version-19-8-0-2014-06-23" class="md2man-permalink" title="permalink"></a>Version 19.8.0 (2014-06-23)</h2><h3 id="minor"><a name="minor" href="#minor" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
50
|
+
<h2 id="version-19-8-0-2014-06-23"><a name="version-19-8-0-2014-06-23" href="#version-19-8-0-2014-06-23" class="md2man-permalink" title="permalink"></a>Version 19.8.0 (2014-06-23)</h2><h3 id="minor-1"><a name="minor-1" href="#minor-1" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
30
51
|
<ul>
|
31
52
|
<li><p>Add <code>bundler</code> configuration helper to load a bundle into <a class="md2man-reference" href="../man1/tork-master.1.html">tork-master(1)</a>.</p><p>This lets you run Tork inside any application that uses Bundler without
|
32
53
|
having to first add Tork to its <code>Gemfile</code> and then <code>bundle install</code> it.
|
33
54
|
In fact, installing the Tork gem <em>outside</em> of the bundle is sufficient.</p><p>Try it: go into a bundled application and call <code>tork</code> to run its tests!</p></li>
|
34
55
|
</ul>
|
35
|
-
<h3 id="patch-
|
56
|
+
<h3 id="patch-3"><a name="patch-3" href="#patch-3" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
36
57
|
<ul>
|
37
58
|
<li><p>Server: fix crash when Fixnum is sent as a message.</p>
|
38
59
|
<pre><code>lib/tork/server.rb:45:in `block (2 levels) in loop':
|
@@ -54,31 +75,31 @@ JSON::ParserError: A JSON text must at least contain two octets!
|
|
54
75
|
from /usr/bin/irb:11:in `<main>'
|
55
76
|
</code></pre></li>
|
56
77
|
</ul>
|
57
|
-
<h3 id="other-
|
78
|
+
<h3 id="other-2"><a name="other-2" href="#other-2" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
58
79
|
<ul>
|
59
80
|
<li>Upgrade to md2man 3.0 for improved HTML manuals.</li>
|
60
81
|
</ul>
|
61
|
-
<h2 id="version-19-7-0-2014-03-04"><a name="version-19-7-0-2014-03-04" href="#version-19-7-0-2014-03-04" class="md2man-permalink" title="permalink"></a>Version 19.7.0 (2014-03-04)</h2><p>This release automatically re-runs failed tests after reabsorbing overhead.</p><h3 id="minor-
|
82
|
+
<h2 id="version-19-7-0-2014-03-04"><a name="version-19-7-0-2014-03-04" href="#version-19-7-0-2014-03-04" class="md2man-permalink" title="permalink"></a>Version 19.7.0 (2014-03-04)</h2><p>This release automatically re-runs failed tests after reabsorbing overhead.</p><h3 id="minor-2"><a name="minor-2" href="#minor-2" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
62
83
|
<ul>
|
63
84
|
<li><p>Re-run failed tests after reabsorbing overhead.</p><p>Thanks to Chris Scharf for <a href="https://github.com/sunaku/tork/pull/57">contributing this
|
64
85
|
patch</a>.</p></li>
|
65
86
|
</ul>
|
66
|
-
<h2 id="version-19-6-1-2014-03-04"><a name="version-19-6-1-2014-03-04" href="#version-19-6-1-2014-03-04" class="md2man-permalink" title="permalink"></a>Version 19.6.1 (2014-03-04)</h2><p>This release improves support for old Rails versions.</p><h3 id="patch-
|
87
|
+
<h2 id="version-19-6-1-2014-03-04"><a name="version-19-6-1-2014-03-04" href="#version-19-6-1-2014-03-04" class="md2man-permalink" title="permalink"></a>Version 19.6.1 (2014-03-04)</h2><p>This release improves support for old Rails versions.</p><h3 id="patch-4"><a name="patch-4" href="#patch-4" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
67
88
|
<ul>
|
68
89
|
<li><p>Rails < 3.1.0 does not have <code>connection_config()</code>.</p></li>
|
69
90
|
<li><p><code>schema_cache()</code> is only defined in Rails >= 4.</p></li>
|
70
91
|
</ul>
|
71
|
-
<h2 id="version-19-6-0-2014-01-02"><a name="version-19-6-0-2014-01-02" href="#version-19-6-0-2014-01-02" class="md2man-permalink" title="permalink"></a>Version 19.6.0 (2014-01-02)</h2><p>This release improves <a class="md2man-reference" href="../man1/tork-runner.1.html">tork-runner(1)</a> responsiveness and fixes <a class="md2man-reference" href="../man1/tork-engine.1.html">tork-engine(1)</a>.</p><h3 id="minor-
|
92
|
+
<h2 id="version-19-6-0-2014-01-02"><a name="version-19-6-0-2014-01-02" href="#version-19-6-0-2014-01-02" class="md2man-permalink" title="permalink"></a>Version 19.6.0 (2014-01-02)</h2><p>This release improves <a class="md2man-reference" href="../man1/tork-runner.1.html">tork-runner(1)</a> responsiveness and fixes <a class="md2man-reference" href="../man1/tork-engine.1.html">tork-engine(1)</a>.</p><h3 id="minor-3"><a name="minor-3" href="#minor-3" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
72
93
|
<ul>
|
73
94
|
<li><a class="md2man-reference" href="../man1/tork-runner.1.html">tork-runner(1)</a> now prints the percentage of completed tests to stderr.</li>
|
74
95
|
</ul>
|
75
|
-
<h3 id="patch-
|
96
|
+
<h3 id="patch-5"><a name="patch-5" href="#patch-5" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
76
97
|
<ul>
|
77
98
|
<li><a class="md2man-reference" href="../man1/tork-engine.1.html">tork-engine(1)</a> emitted the <code>idle</code> event when tests were still running.</li>
|
78
99
|
</ul>
|
79
100
|
<h2 id="version-19-5-1-2013-12-02"><a name="version-19-5-1-2013-12-02" href="#version-19-5-1-2013-12-02" class="md2man-permalink" title="permalink"></a>Version 19.5.1 (2013-12-02)</h2><p>This release restores support for Capybara integration tests in the <code>rails</code>
|
80
101
|
configuration helper, corrects the <code>idle</code> event in <a class="md2man-reference" href="../man1/tork-engine.1.html">tork-engine(1)</a>, and fixes
|
81
|
-
some minor bugs in <a class="md2man-reference" href="../man1/tork-runner.1.html">tork-runner(1)</a> and <a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>.</p><h3 id="patch-
|
102
|
+
some minor bugs in <a class="md2man-reference" href="../man1/tork-runner.1.html">tork-runner(1)</a> and <a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>.</p><h3 id="patch-6"><a name="patch-6" href="#patch-6" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
82
103
|
<ul>
|
83
104
|
<li><p>Rails: keep sub-Rails connected to in-memory SQLite3 test database.</p><p>When another Rails instance is started by Capybara, it sets up a new
|
84
105
|
connection to the test database instead of re-using our in-memory DB.</p><p><a href="http://www.spacevatican.org/2012/8/18/threading-the-rat/">http://www.spacevatican.org/2012/8/18/threading-the-rat/</a></p></li>
|
@@ -88,7 +109,7 @@ connection to the test database instead of re-using our in-memory DB.</p><p><a h
|
|
88
109
|
</ul>
|
89
110
|
<h2 id="version-19-5-0-2013-11-30"><a name="version-19-5-0-2013-11-30" href="#version-19-5-0-2013-11-30" class="md2man-permalink" title="permalink"></a>Version 19.5.0 (2013-11-30)</h2><p>This release adds a <a class="md2man-reference" href="../man1/tork-runner.1.html">tork-runner(1)</a> program for non-interactive test execution,
|
90
111
|
makes connections to tork subprocesses self-healing, eliminates "address
|
91
|
-
already in use" errors, and fixes bugs in <a class="md2man-reference" href="../man1/tork-herald.1.html">tork-herald(1)</a> and <a class="md2man-reference" href="../man1/tork-notify.1.html">tork-notify(1)</a>.</p><h3 id="minor-
|
112
|
+
already in use" errors, and fixes bugs in <a class="md2man-reference" href="../man1/tork-herald.1.html">tork-herald(1)</a> and <a class="md2man-reference" href="../man1/tork-notify.1.html">tork-notify(1)</a>.</p><h3 id="minor-4"><a name="minor-4" href="#minor-4" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
92
113
|
<ul>
|
93
114
|
<li><p>Add <a class="md2man-reference" href="../man1/tork-runner.1.html">tork-runner(1)</a> to run tests once, non-interactively, and then exit.</p><p>You can use <a class="md2man-reference" href="../man1/tork-runner.1.html">tork-runner(1)</a> to run your test suite in one shot and then
|
94
115
|
exit with a nonzero status if tests failed, similar to <code>rake test</code>.</p></li>
|
@@ -102,7 +123,7 @@ to re-use the former's resources to run your test suite non-interactively.</
|
|
102
123
|
<li><p><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>: show help message to clients upon connecting.</p></li>
|
103
124
|
<li><p><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>: tell user to input 'h' key for help message.</p></li>
|
104
125
|
</ul>
|
105
|
-
<h3 id="patch-
|
126
|
+
<h3 id="patch-7"><a name="patch-7" href="#patch-7" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
106
127
|
<ul>
|
107
128
|
<li><p><a class="md2man-reference" href="../man1/tork-notify.1.html">tork-notify(1)</a>: must pass mutable local variables into Thread.new.</p><p>The <code>icon</code> local variable would be overwritten (to nil sometimes)
|
108
129
|
outside of the thread and cause the thread body to silently fail.</p><p>See <a href="http://stackoverflow.com/q/16745840">http://stackoverflow.com/q/16745840</a> for details.</p></li>
|
@@ -134,59 +155,59 @@ tork-driver: /home/skurapati/.rvm/gems/ruby-1.9.3-p448/bin/tork-driver:23:in `&l
|
|
134
155
|
</ul></li>
|
135
156
|
<li><p><a class="md2man-reference" href="../man1/tork-herald.1.html">tork-herald(1)</a>: downgrade to listen 1.x gem to maintain Ruby 1.8 support.</p></li>
|
136
157
|
</ul>
|
137
|
-
<h3 id="other-
|
158
|
+
<h3 id="other-3"><a name="other-3" href="#other-3" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
138
159
|
<ul>
|
139
160
|
<li><p>GH-56: specify license in gemspec for rubygems.org.</p></li>
|
140
161
|
<li><p>Document <a class="md2man-reference">sh(1)</a> word splitting in manual pages of all tork servers.</p></li>
|
141
162
|
<li><p>README: use <code>ps uf</code> to visualize process hierarchy.</p></li>
|
142
163
|
</ul>
|
143
|
-
<h2 id="version-19-4-0-2013-11-25"><a name="version-19-4-0-2013-11-25" href="#version-19-4-0-2013-11-25" class="md2man-permalink" title="permalink"></a>Version 19.4.0 (2013-11-25)</h2><h3 id="minor-
|
164
|
+
<h2 id="version-19-4-0-2013-11-25"><a name="version-19-4-0-2013-11-25" href="#version-19-4-0-2013-11-25" class="md2man-permalink" title="permalink"></a>Version 19.4.0 (2013-11-25)</h2><h3 id="minor-5"><a name="minor-5" href="#minor-5" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
144
165
|
<ul>
|
145
166
|
<li>The "rails" configuration helper now automatically sets up your test
|
146
167
|
database for Tork's parallel testing system if your test database is
|
147
168
|
SQLite3 and you are using Rails 3 or newer.</li>
|
148
169
|
</ul>
|
149
|
-
<h3 id="other-
|
170
|
+
<h3 id="other-4"><a name="other-4" href="#other-4" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
150
171
|
<ul>
|
151
172
|
<li><p>rails: remove unused capture of rescued exception</p></li>
|
152
173
|
<li><p>coverage: document the use of Ruby 1.9 hash syntax</p></li>
|
153
174
|
<li><p>rename <code>*.markdown</code> file extension to shorter <code>*.md</code></p></li>
|
154
175
|
</ul>
|
155
|
-
<h2 id="version-19-3-2-2013-10-29"><a name="version-19-3-2-2013-10-29" href="#version-19-3-2-2013-10-29" class="md2man-permalink" title="permalink"></a>Version 19.3.2 (2013-10-29)</h2><h3 id="other-
|
176
|
+
<h2 id="version-19-3-2-2013-10-29"><a name="version-19-3-2-2013-10-29" href="#version-19-3-2-2013-10-29" class="md2man-permalink" title="permalink"></a>Version 19.3.2 (2013-10-29)</h2><h3 id="other-5"><a name="other-5" href="#other-5" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
156
177
|
<ul>
|
157
178
|
<li><p>GH-55: upgrade listen & rake gem dependencies.</p><p>Thanks to Matthew Albright for reporting this issue in GH-55:
|
158
179
|
<a href="https://github.com/sunaku/tork/issues/55">https://github.com/sunaku/tork/issues/55</a></p></li>
|
159
180
|
</ul>
|
160
|
-
<h2 id="version-19-3-1-2013-06-07"><a name="version-19-3-1-2013-06-07" href="#version-19-3-1-2013-06-07" class="md2man-permalink" title="permalink"></a>Version 19.3.1 (2013-06-07)</h2><h3 id="patch-
|
181
|
+
<h2 id="version-19-3-1-2013-06-07"><a name="version-19-3-1-2013-06-07" href="#version-19-3-1-2013-06-07" class="md2man-permalink" title="permalink"></a>Version 19.3.1 (2013-06-07)</h2><h3 id="patch-8"><a name="patch-8" href="#patch-8" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
161
182
|
<ul>
|
162
183
|
<li><p>server: rescue from failed writes to asynchronously closed clients.</p><p>Thanks to Jonathan Cairns for reporting and fixing this bug in GH-53:
|
163
184
|
<a href="https://github.com/sunaku/tork/issues/53">https://github.com/sunaku/tork/issues/53</a></p></li>
|
164
185
|
</ul>
|
165
|
-
<h3 id="other-
|
186
|
+
<h3 id="other-6"><a name="other-6" href="#other-6" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
166
187
|
<ul>
|
167
188
|
<li>Upgrade to md2man 2.0.</li>
|
168
189
|
</ul>
|
169
|
-
<h2 id="version-19-3-0-2013-05-05"><a name="version-19-3-0-2013-05-05" href="#version-19-3-0-2013-05-05" class="md2man-permalink" title="permalink"></a>Version 19.3.0 (2013-05-05)</h2><h3 id="minor-
|
190
|
+
<h2 id="version-19-3-0-2013-05-05"><a name="version-19-3-0-2013-05-05" href="#version-19-3-0-2013-05-05" class="md2man-permalink" title="permalink"></a>Version 19.3.0 (2013-05-05)</h2><h3 id="minor-6"><a name="minor-6" href="#minor-6" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
170
191
|
<ul>
|
171
192
|
<li><p><a class="md2man-reference" href="../man1/tork-engine.1.html">tork-engine(1)</a> now emits <code>["idle"]</code> messages whenever all tests
|
172
193
|
have finished running and no more tests are queued for running.</p><p>Thanks to Jonathan Cairns for requesting this feature in GH-50:
|
173
194
|
<a href="https://github.com/sunaku/tork/issues/50">https://github.com/sunaku/tork/issues/50</a></p></li>
|
174
195
|
</ul>
|
175
|
-
<h3 id="other-
|
196
|
+
<h3 id="other-7"><a name="other-7" href="#other-7" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
176
197
|
<ul>
|
177
198
|
<li><p>add man/man0 subdir containing README and VERSION</p></li>
|
178
199
|
<li><p>README: use manpage xrefs for linking in HTML mans</p></li>
|
179
200
|
</ul>
|
180
201
|
<h2 id="version-19-2-2-2013-05-04"><a name="version-19-2-2-2013-05-04" href="#version-19-2-2-2013-05-04" class="md2man-permalink" title="permalink"></a>Version 19.2.2 (2013-05-04)</h2><p>This release makes Tork resilient to <code>Errno::EADDRINUSE</code> errors that may occur
|
181
|
-
sometimes, intermittently, when test execution overhead is being reabsorbed.</p><h3 id="patch-
|
202
|
+
sometimes, intermittently, when test execution overhead is being reabsorbed.</p><h3 id="patch-9"><a name="patch-9" href="#patch-9" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
182
203
|
<ul>
|
183
204
|
<li>server: retry until the socket opens successfully</li>
|
184
205
|
</ul>
|
185
|
-
<h3 id="other-
|
206
|
+
<h3 id="other-8"><a name="other-8" href="#other-8" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
186
207
|
<ul>
|
187
208
|
<li>include md2man rake tasks in developer's rakefile</li>
|
188
209
|
</ul>
|
189
|
-
<h2 id="version-19-2-1-2013-02-08"><a name="version-19-2-1-2013-02-08" href="#version-19-2-1-2013-02-08" class="md2man-permalink" title="permalink"></a>Version 19.2.1 (2013-02-08)</h2><h3 id="patch-
|
210
|
+
<h2 id="version-19-2-1-2013-02-08"><a name="version-19-2-1-2013-02-08" href="#version-19-2-1-2013-02-08" class="md2man-permalink" title="permalink"></a>Version 19.2.1 (2013-02-08)</h2><h3 id="patch-10"><a name="patch-10" href="#patch-10" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
190
211
|
<ul>
|
191
212
|
<li><p>GH-46: allow reassigning <code>$tork_*</code> variable values. Thanks to Joe
|
192
213
|
Escalante for reminding me to fix this issue.</p></li>
|
@@ -194,40 +215,40 @@ Escalante for reminding me to fix this issue.</p></li>
|
|
194
215
|
Thanks to Ryan Ahearn for fixing this issue and to Jonathan Cairns for
|
195
216
|
reporting it.</p></li>
|
196
217
|
</ul>
|
197
|
-
<h2 id="version-19-2-0-2012-12-30"><a name="version-19-2-0-2012-12-30" href="#version-19-2-0-2012-12-30" class="md2man-permalink" title="permalink"></a>Version 19.2.0 (2012-12-30)</h2><h3 id="minor-
|
218
|
+
<h2 id="version-19-2-0-2012-12-30"><a name="version-19-2-0-2012-12-30" href="#version-19-2-0-2012-12-30" class="md2man-permalink" title="permalink"></a>Version 19.2.0 (2012-12-30)</h2><h3 id="minor-7"><a name="minor-7" href="#minor-7" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
198
219
|
<ul>
|
199
220
|
<li>Add "devise" configuration helper that adds support for testing Rails
|
200
221
|
applications that use the Devise authentication framework. Thanks to Ryan
|
201
222
|
Ahearn for this contribution.</li>
|
202
223
|
</ul>
|
203
|
-
<h3 id="patch-
|
224
|
+
<h3 id="patch-11"><a name="patch-11" href="#patch-11" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
204
225
|
<ul>
|
205
226
|
<li><p>gemspec: upgrade to <em>listen</em> 0.7.0 to fix issue #43. Thanks to Ryan
|
206
227
|
Ahearn for reporting this issue and helping debug it, and to Thibaud
|
207
228
|
Guillaume-Gentil for fixing this issue upstream in the <em>listen</em> library.</p></li>
|
208
229
|
<li><p>Fix <code>undefined method 'path' for nil</code> error on socket file removal.</p></li>
|
209
230
|
</ul>
|
210
|
-
<h2 id="version-19-1-0-2012-12-12"><a name="version-19-1-0-2012-12-12" href="#version-19-1-0-2012-12-12" class="md2man-permalink" title="permalink"></a>Version 19.1.0 (2012-12-12)</h2><h3 id="minor-
|
231
|
+
<h2 id="version-19-1-0-2012-12-12"><a name="version-19-1-0-2012-12-12" href="#version-19-1-0-2012-12-12" class="md2man-permalink" title="permalink"></a>Version 19.1.0 (2012-12-12)</h2><h3 id="minor-8"><a name="minor-8" href="#minor-8" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
211
232
|
<ul>
|
212
233
|
<li>tork-driver: don't run overhead files as test files</li>
|
213
234
|
</ul>
|
214
|
-
<h3 id="patch-
|
235
|
+
<h3 id="patch-12"><a name="patch-12" href="#patch-12" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
215
236
|
<ul>
|
216
237
|
<li><p>rails: run dependent tests when <code>app/views/*</code> change</p></li>
|
217
238
|
<li><p>Clear FactoryGirl sequences and traits on fork in the <code>factory_girl</code>
|
218
239
|
configuration helper. Thanks to Ryan Ahearn for this contribution.</p></li>
|
219
240
|
<li><p>server: fix clean up of socket files upon exit</p></li>
|
220
241
|
</ul>
|
221
|
-
<h2 id="version-19-0-2-2012-11-07"><a name="version-19-0-2-2012-11-07" href="#version-19-0-2-2012-11-07" class="md2man-permalink" title="permalink"></a>Version 19.0.2 (2012-11-07)</h2><h3 id="patch-
|
242
|
+
<h2 id="version-19-0-2-2012-11-07"><a name="version-19-0-2-2012-11-07" href="#version-19-0-2-2012-11-07" class="md2man-permalink" title="permalink"></a>Version 19.0.2 (2012-11-07)</h2><h3 id="patch-13"><a name="patch-13" href="#patch-13" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
222
243
|
<ul>
|
223
244
|
<li><p>Monkeypatch <code>at_exit()</code> to fix RSpec and MiniTest:</p><p><a href="https://github.com/rspec/rspec-core/pull/720">https://github.com/rspec/rspec-core/pull/720</a></p><p><a href="https://github.com/seattlerb/minitest/pull/183">https://github.com/seattlerb/minitest/pull/183</a></p></li>
|
224
245
|
</ul>
|
225
|
-
<h3 id="other-
|
246
|
+
<h3 id="other-9"><a name="other-9" href="#other-9" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
226
247
|
<ul>
|
227
248
|
<li><p>README: document RSpec 2.9.0+ autorun skipping bug</p></li>
|
228
249
|
<li><p>README: MiniTest 1.3.2+ also has autorun skip bug</p></li>
|
229
250
|
</ul>
|
230
|
-
<h2 id="version-19-0-1-2012-10-26"><a name="version-19-0-1-2012-10-26" href="#version-19-0-1-2012-10-26" class="md2man-permalink" title="permalink"></a>Version 19.0.1 (2012-10-26)</h2><h3 id="patch-
|
251
|
+
<h2 id="version-19-0-1-2012-10-26"><a name="version-19-0-1-2012-10-26" href="#version-19-0-1-2012-10-26" class="md2man-permalink" title="permalink"></a>Version 19.0.1 (2012-10-26)</h2><h3 id="patch-14"><a name="patch-14" href="#patch-14" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
231
252
|
<ul>
|
232
253
|
<li><p>Support testing projects that have both test/ and spec/ directories.</p><p>I assumed that users would only have either test/ or spec/ but not both.
|
233
254
|
Do you know what happens when a test/ is run by RSpec or vice versa? :-)</p><p>Thanks to Kyle Peyton for reporting this issue.</p></li>
|
@@ -235,7 +256,7 @@ Do you know what happens when a test/ is run by RSpec or vice versa? :-)</p><p>T
|
|
235
256
|
their spec/spec_helper.rb file because they use the <a class="md2man-reference">rspec(1)</a> executable
|
236
257
|
to run their tests. This commit makes things Just Work for them again.</p></li>
|
237
258
|
</ul>
|
238
|
-
<h3 id="other-
|
259
|
+
<h3 id="other-10"><a name="other-10" href="#other-10" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
239
260
|
<ul>
|
240
261
|
<li><p>test whether input is JSON by actually parsing it</p></li>
|
241
262
|
<li><p>server: use Set instead of Array for faster lookup</p></li>
|
@@ -263,7 +284,7 @@ must specify load paths and overhead files in the <code>.tork/master.rb</code> f
|
|
263
284
|
<li><p>The <code>tork/client</code> library has been removed. The threaded IO and popen()
|
264
285
|
wrappers that it provided have been replaced by the powerful IO.select().</p></li>
|
265
286
|
</ul>
|
266
|
-
<h3 id="minor-
|
287
|
+
<h3 id="minor-9"><a name="minor-9" href="#minor-9" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
267
288
|
<ul>
|
268
289
|
<li><p><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>: allow user to specify arguments after command key</p></li>
|
269
290
|
<li><p><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>: add 'k' to stop all currently running tests with SIGKILL</p></li>
|
@@ -275,30 +296,30 @@ made possible by the awesome power of IO.select() and UNIX domain sockets.</p></
|
|
275
296
|
events to notify you about changes in a test file's pass/fail status.</p></li>
|
276
297
|
<li><p>typing Control-D now breaks tork programs out of <code>Tork::Server#loop()</code></p></li>
|
277
298
|
</ul>
|
278
|
-
<h3 id="patch-
|
299
|
+
<h3 id="patch-15"><a name="patch-15" href="#patch-15" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
279
300
|
<ul>
|
280
301
|
<li><a class="md2man-reference" href="../man1/tork-master.1.html">tork-master(1)</a>: stop workers with SIGKILL when quitting</li>
|
281
302
|
</ul>
|
282
|
-
<h3 id="other-
|
303
|
+
<h3 id="other-11"><a name="other-11" href="#other-11" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
283
304
|
<ul>
|
284
305
|
<li><p><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>: document parameters for <code>t</code> and <code>s</code> commands</p></li>
|
285
306
|
<li><p>README: add tip about rlwrap for better interactive</p></li>
|
286
307
|
<li><p>README: simplify watch command using pgrep & xargs</p></li>
|
287
308
|
<li><p>README: use standard bundle exec; no <code>--binstubs</code></p></li>
|
288
309
|
</ul>
|
289
|
-
<h2 id="version-18-2-4-2012-10-10"><a name="version-18-2-4-2012-10-10" href="#version-18-2-4-2012-10-10" class="md2man-permalink" title="permalink"></a>Version 18.2.4 (2012-10-10)</h2><h3 id="other-
|
310
|
+
<h2 id="version-18-2-4-2012-10-10"><a name="version-18-2-4-2012-10-10" href="#version-18-2-4-2012-10-10" class="md2man-permalink" title="permalink"></a>Version 18.2.4 (2012-10-10)</h2><h3 id="other-12"><a name="other-12" href="#other-12" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
290
311
|
<ul>
|
291
312
|
<li>GH-39: upgrade listen gem version to fix a bug in OSX.
|
292
313
|
Thanks to Adam Grant for reporting this issue.</li>
|
293
314
|
</ul>
|
294
|
-
<h2 id="version-18-2-3-2012-09-26"><a name="version-18-2-3-2012-09-26" href="#version-18-2-3-2012-09-26" class="md2man-permalink" title="permalink"></a>Version 18.2.3 (2012-09-26)</h2><h3 id="patch-
|
315
|
+
<h2 id="version-18-2-3-2012-09-26"><a name="version-18-2-3-2012-09-26" href="#version-18-2-3-2012-09-26" class="md2man-permalink" title="permalink"></a>Version 18.2.3 (2012-09-26)</h2><h3 id="patch-16"><a name="patch-16" href="#patch-16" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
295
316
|
<ul>
|
296
317
|
<li><p>Restored support for building Tork from its gemspec under Ruby 1.8.
|
297
318
|
Thanks to Ohno Shin'ichi for reporting this issue and contributing a
|
298
319
|
preliminary fix.</p></li>
|
299
320
|
<li><p>Add resilience against failed command dispatch in <code>Tork::Server#loop()</code>.</p></li>
|
300
321
|
</ul>
|
301
|
-
<h3 id="other-
|
322
|
+
<h3 id="other-13"><a name="other-13" href="#other-13" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
302
323
|
<ul>
|
303
324
|
<li><p>It's not worth rescuing Interrupt only to exit silently.
|
304
325
|
Let the user see stack traces when they press Control-C.</p></li>
|
@@ -306,7 +327,7 @@ Let the user see stack traces when they press Control-C.</p></li>
|
|
306
327
|
replaced by reaping threads quite a few releases ago.</p></li>
|
307
328
|
<li><p>Use $0 instead of hard-coding the program name.</p></li>
|
308
329
|
</ul>
|
309
|
-
<h2 id="version-18-2-2-2012-07-11"><a name="version-18-2-2-2012-07-11" href="#version-18-2-2-2012-07-11" class="md2man-permalink" title="permalink"></a>Version 18.2.2 (2012-07-11)</h2><h3 id="patch-
|
330
|
+
<h2 id="version-18-2-2-2012-07-11"><a name="version-18-2-2-2012-07-11" href="#version-18-2-2-2012-07-11" class="md2man-permalink" title="permalink"></a>Version 18.2.2 (2012-07-11)</h2><h3 id="patch-17"><a name="patch-17" href="#patch-17" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
310
331
|
<ul>
|
311
332
|
<li><p>GH-35: resume dispatched but not yet started tests.</p><p>After reabsorbing overhead, we need to resume previously dispatched test
|
312
333
|
files that have not yet finished running. This includes the waiting set
|
@@ -314,17 +335,17 @@ files that have not yet finished running. This includes the waiting set
|
|
314
335
|
and already started running). Otherwise, we encounter a bug where test
|
315
336
|
files in the waiting set can NEVER be run again!</p></li>
|
316
337
|
</ul>
|
317
|
-
<h2 id="version-18-2-1-2012-07-05"><a name="version-18-2-1-2012-07-05" href="#version-18-2-1-2012-07-05" class="md2man-permalink" title="permalink"></a>Version 18.2.1 (2012-07-05)</h2><h3 id="patch-
|
338
|
+
<h2 id="version-18-2-1-2012-07-05"><a name="version-18-2-1-2012-07-05" href="#version-18-2-1-2012-07-05" class="md2man-permalink" title="permalink"></a>Version 18.2.1 (2012-07-05)</h2><h3 id="patch-18"><a name="patch-18" href="#patch-18" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
318
339
|
<ul>
|
319
340
|
<li>GH-37: switch from Guard::Listener to Listen gem.
|
320
341
|
Thanks to Jesse Cooke for reporting this issue.</li>
|
321
342
|
</ul>
|
322
|
-
<h3 id="other-
|
343
|
+
<h3 id="other-14"><a name="other-14" href="#other-14" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
323
344
|
<ul>
|
324
345
|
<li><p>gemspec: need to provide .0 suffix for ~> operator.</p></li>
|
325
346
|
<li><p>gemspec: LICENSE file contains UTF-8 author names.</p></li>
|
326
347
|
</ul>
|
327
|
-
<h2 id="version-18-2-0-2012-03-27"><a name="version-18-2-0-2012-03-27" href="#version-18-2-0-2012-03-27" class="md2man-permalink" title="permalink"></a>Version 18.2.0 (2012-03-27)</h2><h3 id="minor-
|
348
|
+
<h2 id="version-18-2-0-2012-03-27"><a name="version-18-2-0-2012-03-27" href="#version-18-2-0-2012-03-27" class="md2man-permalink" title="permalink"></a>Version 18.2.0 (2012-03-27)</h2><h3 id="minor-10"><a name="minor-10" href="#minor-10" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
328
349
|
<ul>
|
329
350
|
<li>Emit warnings when commands cannot be performed. This improves the user
|
330
351
|
experience by giving them immediate feedback. For example, if you issue
|
@@ -332,7 +353,7 @@ the "rerun<em>failed</em>tests" command and no tests have failed yet,
|
|
332
353
|
now see a warning message that explains the situation. Thanks to
|
333
354
|
NagaChaitanya Vellanki (@chaitanyav) for suggesting this change.</li>
|
334
355
|
</ul>
|
335
|
-
<h3 id="patch-
|
356
|
+
<h3 id="patch-19"><a name="patch-19" href="#patch-19" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
336
357
|
<ul>
|
337
358
|
<li><p>GH-32: Restore support for Selenium and Capybara by replacing the global
|
338
359
|
SIGCHLD handler in <a class="md2man-reference" href="../man1/tork-master.1.html">tork-master(1)</a> with individual threads, one per forked
|
@@ -340,7 +361,7 @@ worker process. Thanks to Bjørn Trondsen (@Sharagoz) for reporting this
|
|
340
361
|
issue and verifying the fix.</p></li>
|
341
362
|
<li><p>README: Recommend a newer fork of the "memory<em>test</em>fix" Rails plugin.</p></li>
|
342
363
|
</ul>
|
343
|
-
<h2 id="version-18-1-0-2012-02-26"><a name="version-18-1-0-2012-02-26" href="#version-18-1-0-2012-02-26" class="md2man-permalink" title="permalink"></a>Version 18.1.0 (2012-02-26)</h2><h3 id="minor-
|
364
|
+
<h2 id="version-18-1-0-2012-02-26"><a name="version-18-1-0-2012-02-26" href="#version-18-1-0-2012-02-26" class="md2man-permalink" title="permalink"></a>Version 18.1.0 (2012-02-26)</h2><h3 id="minor-11"><a name="minor-11" href="#minor-11" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
344
365
|
<ul>
|
345
366
|
<li><p>Add <code>tork/config/coverage</code> configuration helper for Ruby 1.9, which prints
|
346
367
|
a coverage report at the end of your log file in YAML format. The report
|
@@ -357,7 +378,7 @@ that exist in or beneath the current working directory:</p>
|
|
357
378
|
<li>If you're on Ruby 1.9, please use 1.9.3 or newer because 1.9.2 is
|
358
379
|
known to segfault under RSpec and Rails. See GH-30 and GH-32.</li>
|
359
380
|
</ul>
|
360
|
-
<h3 id="patch-
|
381
|
+
<h3 id="patch-20"><a name="patch-20" href="#patch-20" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
361
382
|
<ul>
|
362
383
|
<li><p>GH-27: Cucumber features now run correctly under RSpec. Thanks to Scott
|
363
384
|
Radcliff for reporting this issue and to David Burrows for solving it!</p></li>
|
@@ -380,12 +401,12 @@ Update your <code>Tork::Config::test_event_hooks</code> accordingly.</p></li>
|
|
380
401
|
<li><p>tork/server: switch from modules to class inheritance.</p></li>
|
381
402
|
<li><p>tork/config: switch to Struct to prevent misspellings.</p></li>
|
382
403
|
</ul>
|
383
|
-
<h3 id="minor-
|
404
|
+
<h3 id="minor-12"><a name="minor-12" href="#minor-12" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
384
405
|
<ul>
|
385
406
|
<li><p>tork-driver now recursively expands dependent test files while globbing.</p></li>
|
386
407
|
<li><p>Extracted bookkeeping stuff from tork-driver into tork-engine component.</p></li>
|
387
408
|
</ul>
|
388
|
-
<h3 id="other-
|
409
|
+
<h3 id="other-15"><a name="other-15" href="#other-15" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
389
410
|
<ul>
|
390
411
|
<li><p>tork/config: do not reabsorb when .tork.rb
|
391
412
|
changes. Since the configuration is loaded in
|
@@ -397,7 +418,7 @@ restart Tork if you change your configuration.</p></li>
|
|
397
418
|
<li><p>GH-29: bump guard version requirement to v1 series.</p></li>
|
398
419
|
<li><p>Improve documentation; revise markdown; clean up.</p></li>
|
399
420
|
</ul>
|
400
|
-
<h2 id="version-17-1-0-2012-01-30"><a name="version-17-1-0-2012-01-30" href="#version-17-1-0-2012-01-30" class="md2man-permalink" title="permalink"></a>Version 17.1.0 (2012-01-30)</h2><h3 id="minor-
|
421
|
+
<h2 id="version-17-1-0-2012-01-30"><a name="version-17-1-0-2012-01-30" href="#version-17-1-0-2012-01-30" class="md2man-permalink" title="permalink"></a>Version 17.1.0 (2012-01-30)</h2><h3 id="minor-13"><a name="minor-13" href="#minor-13" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
401
422
|
<ul>
|
402
423
|
<li><p>Added <code>Tork::Config.test_event_hooks</code> configuration option.</p></li>
|
403
424
|
<li><p>Added <code>tork/config/notify</code> configuration helper for receiving
|
@@ -411,14 +432,14 @@ multiple globs in an array, in addition to just a single glob or <code>nil</code
|
|
411
432
|
<li><p>Added support for the MiniTest convention of naming test files as
|
412
433
|
<code>test/**/test_*.rb</code> and <code>spec/**/spec_*.rb</code>. (Jose Pablo Barrantes)</p></li>
|
413
434
|
</ul>
|
414
|
-
<h2 id="version-17-0-1-2012-01-29"><a name="version-17-0-1-2012-01-29" href="#version-17-0-1-2012-01-29" class="md2man-permalink" title="permalink"></a>Version 17.0.1 (2012-01-29)</h2><h3 id="patch-
|
435
|
+
<h2 id="version-17-0-1-2012-01-29"><a name="version-17-0-1-2012-01-29" href="#version-17-0-1-2012-01-29" class="md2man-permalink" title="permalink"></a>Version 17.0.1 (2012-01-29)</h2><h3 id="patch-21"><a name="patch-21" href="#patch-21" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
415
436
|
<ul>
|
416
437
|
<li><p><a class="md2man-reference" href="../man1/tork-herald.1.html">tork-herald(1)</a> <em>sometimes</em> reported changed test files twice.</p></li>
|
417
438
|
<li><p>tork/driver: only whole test file runs should qualify as pass.</p></li>
|
418
439
|
<li><p>tork/config/cucumber: only set ARGV for <code>*.feature</code> test files.</p></li>
|
419
440
|
<li><p>Tork::Client::Transceiver needs to stop both TX & RX loops.</p></li>
|
420
441
|
</ul>
|
421
|
-
<h3 id="other-
|
442
|
+
<h3 id="other-16"><a name="other-16" href="#other-16" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
422
443
|
<ul>
|
423
444
|
<li><p>tork/driver: store test file lists in Set, not Array.</p></li>
|
424
445
|
<li><p>HISTORY: use single-word change-set descriptions.</p></li>
|
@@ -435,7 +456,7 @@ better reflect the order of items in <a class="md2man-reference" href="../man1/t
|
|
435
456
|
<li>The new order is: test<em>file, line</em>numbers, log<em>file, worker</em>number.</li>
|
436
457
|
</ul></li>
|
437
458
|
</ul>
|
438
|
-
<h3 id="minor-
|
459
|
+
<h3 id="minor-14"><a name="minor-14" href="#minor-14" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
439
460
|
<ul>
|
440
461
|
<li><p>GH-24: add <code>tork/config/dotlog</code> configuration helper to "hide" log files.
|
441
462
|
(Nicolas Fouché)</p></li>
|
@@ -444,7 +465,7 @@ better reflect the order of items in <a class="md2man-reference" href="../man1/t
|
|
444
465
|
<li><p><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a> now strips all whitespace from your input, in case you pressed
|
445
466
|
spacebar or tab a few times, by accident, before entering your command.</p></li>
|
446
467
|
</ul>
|
447
|
-
<h3 id="other-
|
468
|
+
<h3 id="other-17"><a name="other-17" href="#other-17" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
448
469
|
<ul>
|
449
470
|
<li><p>tork/client: Replace write lock with queue to support SIGCHLD handler.</p><p>The SIGCHLD handler in <a class="md2man-reference" href="../man1/tork-master.1.html">tork-master(1)</a> can be triggered at any time, even
|
450
471
|
in the middle of writing to the standard output stream! Locking access
|
@@ -464,19 +485,19 @@ items to the output stream.</p></li>
|
|
464
485
|
<li><p>Pass line numbers instead of test names to before/after fork hooks.</p></li>
|
465
486
|
<li><p>Pass $~ (MatchData) to <code>Tork::Config::test_file_globbers</code> functions.</p></li>
|
466
487
|
</ul>
|
467
|
-
<h3 id="minor-
|
488
|
+
<h3 id="minor-15"><a name="minor-15" href="#minor-15" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
468
489
|
<ul>
|
469
490
|
<li>tork/config/cucumber: only run changed scenarios in changed features.</li>
|
470
491
|
</ul>
|
471
|
-
<h3 id="other-
|
492
|
+
<h3 id="other-18"><a name="other-18" href="#other-18" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
472
493
|
<ul>
|
473
494
|
<li>README: update instructions on running Tork directly from Git clone.</li>
|
474
495
|
</ul>
|
475
|
-
<h2 id="version-15-1-0-2012-01-25"><a name="version-15-1-0-2012-01-25" href="#version-15-1-0-2012-01-25" class="md2man-permalink" title="permalink"></a>Version 15.1.0 (2012-01-25)</h2><h3 id="minor-
|
496
|
+
<h2 id="version-15-1-0-2012-01-25"><a name="version-15-1-0-2012-01-25" href="#version-15-1-0-2012-01-25" class="md2man-permalink" title="permalink"></a>Version 15.1.0 (2012-01-25)</h2><h3 id="minor-16"><a name="minor-16" href="#minor-16" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
476
497
|
<ul>
|
477
498
|
<li>GH-19: add <code>tork cucumber</code> for running cucumber features.</li>
|
478
499
|
</ul>
|
479
|
-
<h3 id="patch-
|
500
|
+
<h3 id="patch-22"><a name="patch-22" href="#patch-22" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
480
501
|
<ul>
|
481
502
|
<li><p>tork/config/rails: support Rails 2 and don't assume AR is used. (Benjamin
|
482
503
|
Quorning)</p></li>
|
@@ -487,12 +508,12 @@ $TORK_CONFIGS should override settings from the <code>.tork.rb</code> file.</p><
|
|
487
508
|
See <a href="http://stackoverflow.com/questions/1497756">http://stackoverflow.com/questions/1497756</a>.
|
488
509
|
Also added forgotten Luke Wendling to the list.</p></li>
|
489
510
|
</ul>
|
490
|
-
<h2 id="version-15-0-1-2012-01-24"><a name="version-15-0-1-2012-01-24" href="#version-15-0-1-2012-01-24" class="md2man-permalink" title="permalink"></a>Version 15.0.1 (2012-01-24)</h2><h3 id="patch-
|
511
|
+
<h2 id="version-15-0-1-2012-01-24"><a name="version-15-0-1-2012-01-24" href="#version-15-0-1-2012-01-24" class="md2man-permalink" title="permalink"></a>Version 15.0.1 (2012-01-24)</h2><h3 id="patch-23"><a name="patch-23" href="#patch-23" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
491
512
|
<ul>
|
492
513
|
<li><p>GH-21: Ruby 1.9 class_eval() is smarter than 1.8.</p></li>
|
493
514
|
<li><p>GH-20: forgot <code>require 'thread'</code> for Mutex class. (Jesse Cooke)</p></li>
|
494
515
|
</ul>
|
495
|
-
<h3 id="other-
|
516
|
+
<h3 id="other-19"><a name="other-19" href="#other-19" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
496
517
|
<ul>
|
497
518
|
<li><p><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>: fix shadowed variable names. (Jose Pablo Barrantes)</p></li>
|
498
519
|
<li><p>GH-22: fix command to build & install gem from source.</p></li>
|
@@ -510,7 +531,7 @@ Brian D. Burns for thinking of this most succinct & awesome project name!
|
|
510
531
|
He also created the snazzy ASCII-art logo featured in the project README.</p></li>
|
511
532
|
<li><p><a class="md2man-reference" href="../man1/tork.1.html">tork(1)</a>: rename <code>r</code> command, which runs all tests, to <code>t</code>, for <em>t</em>ork.</p></li>
|
512
533
|
</ul>
|
513
|
-
<h2 id="version-14-3-0-2012-01-20"><a name="version-14-3-0-2012-01-20" href="#version-14-3-0-2012-01-20" class="md2man-permalink" title="permalink"></a>Version 14.3.0 (2012-01-20)</h2><h3 id="minor-
|
534
|
+
<h2 id="version-14-3-0-2012-01-20"><a name="version-14-3-0-2012-01-20" href="#version-14-3-0-2012-01-20" class="md2man-permalink" title="permalink"></a>Version 14.3.0 (2012-01-20)</h2><h3 id="minor-17"><a name="minor-17" href="#minor-17" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
514
535
|
<ul>
|
515
536
|
<li><p><a class="md2man-reference">testr(1)</a>: notify user while dispatching their commands. This is especially
|
516
537
|
useful when the "rerun<em>passed</em>test_files" command has been dispatched but
|
@@ -523,7 +544,7 @@ PGError: connection not open
|
|
523
544
|
<p>Thanks to Spencer Steffen for <a href="https://github.com/sunaku/tork/issues/14#issuecomment-3539470">contributing this solution</a>.</p></li>
|
524
545
|
<li><p><a class="md2man-reference">testr-driver(1)</a>: document the "over" status message in manual page.</p></li>
|
525
546
|
</ul>
|
526
|
-
<h3 id="other-
|
547
|
+
<h3 id="other-20"><a name="other-20" href="#other-20" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
527
548
|
<ul>
|
528
549
|
<li><p><a class="md2man-reference">testr-driver(1)</a>: keep same herald; only replace master.</p></li>
|
529
550
|
<li><p><a class="md2man-reference">testr(1)</a>: shorten code for loop break on quit command.</p></li>
|
@@ -532,35 +553,35 @@ PGError: connection not open
|
|
532
553
|
<li><p>Explain <code>$0</code> override at the start of bin/ scripts.</p></li>
|
533
554
|
<li><p>LICENSE: credit our most recent contributors.</p></li>
|
534
555
|
</ul>
|
535
|
-
<h2 id="version-14-2-0-2012-01-16"><a name="version-14-2-0-2012-01-16" href="#version-14-2-0-2012-01-16" class="md2man-permalink" title="permalink"></a>Version 14.2.0 (2012-01-16)</h2><h3 id="minor-
|
556
|
+
<h2 id="version-14-2-0-2012-01-16"><a name="version-14-2-0-2012-01-16" href="#version-14-2-0-2012-01-16" class="md2man-permalink" title="permalink"></a>Version 14.2.0 (2012-01-16)</h2><h3 id="minor-18"><a name="minor-18" href="#minor-18" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
536
557
|
<ul>
|
537
558
|
<li><p>Add ability to run <code>testr rails</code> without needing a <code>.testr.rb</code> file.</p></li>
|
538
559
|
<li><p><a class="md2man-reference">testr(1)</a> no longer shows command menu at startup. Press ENTER to see it.</p></li>
|
539
560
|
<li><p><a class="md2man-reference">testr(1)</a> now notifies you before absorbing overhead at startup.</p></li>
|
540
561
|
</ul>
|
541
|
-
<h3 id="patch-
|
562
|
+
<h3 id="patch-24"><a name="patch-24" href="#patch-24" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
542
563
|
<ul>
|
543
564
|
<li><a class="md2man-reference">testr(1)</a> now accepts death silently when Control-C is pressed.</li>
|
544
565
|
</ul>
|
545
|
-
<h2 id="version-14-1-3-2012-01-13"><a name="version-14-1-3-2012-01-13" href="#version-14-1-3-2012-01-13" class="md2man-permalink" title="permalink"></a>Version 14.1.3 (2012-01-13)</h2><h3 id="patch-
|
566
|
+
<h2 id="version-14-1-3-2012-01-13"><a name="version-14-1-3-2012-01-13" href="#version-14-1-3-2012-01-13" class="md2man-permalink" title="permalink"></a>Version 14.1.3 (2012-01-13)</h2><h3 id="patch-25"><a name="patch-25" href="#patch-25" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
546
567
|
<ul>
|
547
568
|
<li>Add support Guard v0.9.0 and newer in <code>testr-herald</code>. (Jose Pablo
|
548
569
|
Barrantes)</li>
|
549
570
|
</ul>
|
550
|
-
<h3 id="other-
|
571
|
+
<h3 id="other-21"><a name="other-21" href="#other-21" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
551
572
|
<ul>
|
552
573
|
<li>Tighten version constraints for gem dependencies to avoid future
|
553
574
|
breakages.</li>
|
554
575
|
</ul>
|
555
|
-
<h2 id="version-14-1-2-2012-01-09"><a name="version-14-1-2-2012-01-09" href="#version-14-1-2-2012-01-09" class="md2man-permalink" title="permalink"></a>Version 14.1.2 (2012-01-09)</h2><h3 id="minor-
|
576
|
+
<h2 id="version-14-1-2-2012-01-09"><a name="version-14-1-2-2012-01-09" href="#version-14-1-2-2012-01-09" class="md2man-permalink" title="permalink"></a>Version 14.1.2 (2012-01-09)</h2><h3 id="minor-19"><a name="minor-19" href="#minor-19" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
556
577
|
<ul>
|
557
578
|
<li>Don't consider partial test file pass as full pass.</li>
|
558
579
|
</ul>
|
559
|
-
<h3 id="other-
|
580
|
+
<h3 id="other-22"><a name="other-22" href="#other-22" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
560
581
|
<ul>
|
561
582
|
<li>Upgrade to binman 3 for better bundler support.</li>
|
562
583
|
</ul>
|
563
|
-
<h2 id="version-14-1-1-2011-12-07"><a name="version-14-1-1-2011-12-07" href="#version-14-1-1-2011-12-07" class="md2man-permalink" title="permalink"></a>Version 14.1.1 (2011-12-07)</h2><h3 id="patch-
|
584
|
+
<h2 id="version-14-1-1-2011-12-07"><a name="version-14-1-1-2011-12-07" href="#version-14-1-1-2011-12-07" class="md2man-permalink" title="permalink"></a>Version 14.1.1 (2011-12-07)</h2><h3 id="patch-26"><a name="patch-26" href="#patch-26" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
564
585
|
<ul>
|
565
586
|
<li><p>Do not fail when given test file no longer exists.</p></li>
|
566
587
|
<li><p>Make xUnit <code>--name</code> option regexp case-insensitive.</p></li>
|
@@ -569,7 +590,7 @@ see <a href="https://github.com/rspec/rspec-core/issues/445">https://github.com/
|
|
569
590
|
and <a href="https://github.com/dchelimsky/rspec/issues/44">https://github.com/dchelimsky/rspec/issues/44</a></p></li>
|
570
591
|
<li><p>Ruby 187 does not have Symbol#upcase() method.</p></li>
|
571
592
|
</ul>
|
572
|
-
<h3 id="other-
|
593
|
+
<h3 id="other-23"><a name="other-23" href="#other-23" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
573
594
|
<ul>
|
574
595
|
<li><p>README: add another SQLite3 error to known issues.
|
575
596
|
Thanks to Luke Wendling for contributing this patch.</p></li>
|
@@ -579,7 +600,7 @@ Thanks to Luke Wendling for contributing this patch.</p></li>
|
|
579
600
|
<li><p>Better variable naming for self-documentation.</p></li>
|
580
601
|
<li><p>Upgrade to binman 2.0.0 for UNIX man pages.</p></li>
|
581
602
|
</ul>
|
582
|
-
<h2 id="version-14-1-0-2011-11-03"><a name="version-14-1-0-2011-11-03" href="#version-14-1-0-2011-11-03" class="md2man-permalink" title="permalink"></a>Version 14.1.0 (2011-11-03)</h2><h3 id="minor-
|
603
|
+
<h2 id="version-14-1-0-2011-11-03"><a name="version-14-1-0-2011-11-03" href="#version-14-1-0-2011-11-03" class="md2man-permalink" title="permalink"></a>Version 14.1.0 (2011-11-03)</h2><h3 id="minor-20"><a name="minor-20" href="#minor-20" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
583
604
|
<ul>
|
584
605
|
<li><p>Make servers responsive to quit request (SIGTERM) from upstream.</p><p>This change lets the user quit <a class="md2man-reference">testr-master(1)</a> while it is loading
|
585
606
|
test execution overhead (which can be a lengthy, blocking operation).</p><p>By sending a signal to the server, we don't have to wait for it to
|
@@ -589,40 +610,40 @@ have a <code>--help</code> option which displays their UNIX manual page. Try it
|
|
589
610
|
documented in their manual pages, so you should have everything you
|
590
611
|
need to create <em>your own custom user interface to TestR</em> if you wish! :-)</p></li>
|
591
612
|
</ul>
|
592
|
-
<h3 id="patch-
|
613
|
+
<h3 id="patch-27"><a name="patch-27" href="#patch-27" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
593
614
|
<ul>
|
594
615
|
<li>SIGCHLD does not awaken main thread in Ruby 1.9.3p0.</li>
|
595
616
|
</ul>
|
596
|
-
<h3 id="other-
|
617
|
+
<h3 id="other-24"><a name="other-24" href="#other-24" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
597
618
|
<ul>
|
598
619
|
<li><p>Simplify <a class="md2man-reference">watch(1)</a> <a class="md2man-reference">ps(1)</a> process title monitoring.</p></li>
|
599
620
|
<li><p>Testr: tell user to press ENTER after command key.</p></li>
|
600
621
|
<li><p>README: add tip on loading factory_girl factories.</p></li>
|
601
622
|
</ul>
|
602
|
-
<h2 id="version-14-0-3-2011-10-11"><a name="version-14-0-3-2011-10-11" href="#version-14-0-3-2011-10-11" class="md2man-permalink" title="permalink"></a>Version 14.0.3 (2011-10-11)</h2><h3 id="patch-
|
623
|
+
<h2 id="version-14-0-3-2011-10-11"><a name="version-14-0-3-2011-10-11" href="#version-14-0-3-2011-10-11" class="md2man-permalink" title="permalink"></a>Version 14.0.3 (2011-10-11)</h2><h3 id="patch-28"><a name="patch-28" href="#patch-28" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
603
624
|
<ul>
|
604
625
|
<li>Forgot to migrate the <code>testr/config/rails</code> configuration helper to use the
|
605
626
|
new TestR configuration parameter names.</li>
|
606
627
|
</ul>
|
607
|
-
<h2 id="version-14-0-2-2011-10-11"><a name="version-14-0-2-2011-10-11" href="#version-14-0-2-2011-10-11" class="md2man-permalink" title="permalink"></a>Version 14.0.2 (2011-10-11)</h2><h3 id="patch-
|
628
|
+
<h2 id="version-14-0-2-2011-10-11"><a name="version-14-0-2-2011-10-11" href="#version-14-0-2-2011-10-11" class="md2man-permalink" title="permalink"></a>Version 14.0.2 (2011-10-11)</h2><h3 id="patch-29"><a name="patch-29" href="#patch-29" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
608
629
|
<ul>
|
609
630
|
<li><p>Fix updating passed/failed test files bookkeeping. Once a test file
|
610
631
|
failed, it was (incorrectly) always considered failed, even if it passed
|
611
632
|
later on.</p></li>
|
612
633
|
<li><p>Do not requeue test files that are waiting to run.</p></li>
|
613
634
|
</ul>
|
614
|
-
<h3 id="other-
|
635
|
+
<h3 id="other-25"><a name="other-25" href="#other-25" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
615
636
|
<ul>
|
616
637
|
<li>Rename <code>*.md</code> files to <code>*.markdown</code> to avoid ambiguity.</li>
|
617
638
|
</ul>
|
618
|
-
<h2 id="version-14-0-1-2011-10-10"><a name="version-14-0-1-2011-10-10" href="#version-14-0-1-2011-10-10" class="md2man-permalink" title="permalink"></a>Version 14.0.1 (2011-10-10)</h2><h3 id="patch-
|
639
|
+
<h2 id="version-14-0-1-2011-10-10"><a name="version-14-0-1-2011-10-10" href="#version-14-0-1-2011-10-10" class="md2man-permalink" title="permalink"></a>Version 14.0.1 (2011-10-10)</h2><h3 id="patch-30"><a name="patch-30" href="#patch-30" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
619
640
|
<ul>
|
620
641
|
<li><p>Use blue/red for pass/fail instead of green/red to accommodate the color
|
621
642
|
blind.</p></li>
|
622
643
|
<li><p>Incorrect test name regexp was passed down to Test::Unit. This broke
|
623
644
|
focused testing, where only changed tests in a changed test file are run.</p></li>
|
624
645
|
</ul>
|
625
|
-
<h3 id="other-
|
646
|
+
<h3 id="other-26"><a name="other-26" href="#other-26" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
626
647
|
<ul>
|
627
648
|
<li>Make <code>testr-master</code> wait for killed worker processes before exiting.</li>
|
628
649
|
</ul>
|
@@ -643,7 +664,7 @@ focused testing, where only changed tests in a changed test file are run.</p></l
|
|
643
664
|
parameters.</p></li>
|
644
665
|
<li><p>Removed the <code>test/loop/notify</code> and <code>test-loop/coco</code> libraries.</p></li>
|
645
666
|
</ul>
|
646
|
-
<h3 id="minor-
|
667
|
+
<h3 id="minor-21"><a name="minor-21" href="#minor-21" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
647
668
|
<ul>
|
648
669
|
<li><p>The file system is no longer polled to detect modified files. Instead, it
|
649
670
|
is monitored for file modification events in a portable and efficient
|
@@ -654,14 +675,14 @@ manner using the <a href="https://github.com/guard/guard">Guard</a> library.</p>
|
|
654
675
|
<code>before_fork_hooks</code> configuration parameters.</p></li>
|
655
676
|
<li><p>Added ability to re-run passed and failed tests in the <code>testr</code> script.</p></li>
|
656
677
|
</ul>
|
657
|
-
<h3 id="other-
|
678
|
+
<h3 id="other-27"><a name="other-27" href="#other-27" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
658
679
|
<ul>
|
659
680
|
<li><p>The monolithic <code>test-loop</code> script has been replaced by several smaller
|
660
681
|
ones that communicate with each other using single-line JSON messages via
|
661
682
|
their standard input & output streams. See "Architecture" in the README.</p></li>
|
662
683
|
<li><p>Now using Bundler to manage development dependencies and gem packaging.</p></li>
|
663
684
|
</ul>
|
664
|
-
<h2 id="version-13-0-1-2011-09-21"><a name="version-13-0-1-2011-09-21" href="#version-13-0-1-2011-09-21" class="md2man-permalink" title="permalink"></a>Version 13.0.1 (2011-09-21)</h2><h3 id="other-
|
685
|
+
<h2 id="version-13-0-1-2011-09-21"><a name="version-13-0-1-2011-09-21" href="#version-13-0-1-2011-09-21" class="md2man-permalink" title="permalink"></a>Version 13.0.1 (2011-09-21)</h2><h3 id="other-28"><a name="other-28" href="#other-28" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
665
686
|
<ul>
|
666
687
|
<li><p>Forgot to include <code>test/loop/coco</code> preset in gem package.</p></li>
|
667
688
|
<li><p>Forgot to mention <code>test/loop/parallel_tests</code> preset in README.</p></li>
|
@@ -671,7 +692,7 @@ their standard input & output streams. See "Architecture" in the
|
|
671
692
|
<li>Pass worker sequence number as the last argument to lambda functions in
|
672
693
|
<code>Test::Loop.before_each_test</code> and <code>Test::Loop.after_each_test</code> arrays.</li>
|
673
694
|
</ul>
|
674
|
-
<h3 id="minor-
|
695
|
+
<h3 id="minor-22"><a name="minor-22" href="#minor-22" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
675
696
|
<ul>
|
676
697
|
<li><p>In the <code>test/loop/rails</code> configuration preset:</p>
|
677
698
|
<ul>
|
@@ -685,22 +706,22 @@ gem. (Corné Verbruggen)</p></li>
|
|
685
706
|
processes like connecting to separate databases better. (Corné
|
686
707
|
Verbruggen)</p></li>
|
687
708
|
</ul>
|
688
|
-
<h3 id="other-
|
709
|
+
<h3 id="other-29"><a name="other-29" href="#other-29" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
689
710
|
<ul>
|
690
711
|
<li><p>README: move configuration presets above options.</p></li>
|
691
712
|
<li><p>Eliminate 1 SLOC: .rb extension used in file glob.</p></li>
|
692
713
|
<li><p>Turn off executable bit on loop.rb file mode.</p></li>
|
693
714
|
<li><p>Pass child ENV directly to exec() for atomicity.</p></li>
|
694
715
|
</ul>
|
695
|
-
<h2 id="version-12-3-1-2011-07-19"><a name="version-12-3-1-2011-07-19" href="#version-12-3-1-2011-07-19" class="md2man-permalink" title="permalink"></a>Version 12.3.1 (2011-07-19)</h2><h3 id="patch-
|
716
|
+
<h2 id="version-12-3-1-2011-07-19"><a name="version-12-3-1-2011-07-19" href="#version-12-3-1-2011-07-19" class="md2man-permalink" title="permalink"></a>Version 12.3.1 (2011-07-19)</h2><h3 id="patch-31"><a name="patch-31" href="#patch-31" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
696
717
|
<ul>
|
697
718
|
<li>Binary data could not be stored in environment variable values.</li>
|
698
719
|
</ul>
|
699
|
-
<h3 id="other-
|
720
|
+
<h3 id="other-30"><a name="other-30" href="#other-30" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
700
721
|
<ul>
|
701
722
|
<li>Forgot to add Jacob Helwig to the gemspec's authors list.</li>
|
702
723
|
</ul>
|
703
|
-
<h2 id="version-12-3-0-2011-07-19"><a name="version-12-3-0-2011-07-19" href="#version-12-3-0-2011-07-19" class="md2man-permalink" title="permalink"></a>Version 12.3.0 (2011-07-19)</h2><h3 id="minor-
|
724
|
+
<h2 id="version-12-3-0-2011-07-19"><a name="version-12-3-0-2011-07-19" href="#version-12-3-0-2011-07-19" class="md2man-permalink" title="permalink"></a>Version 12.3.0 (2011-07-19)</h2><h3 id="minor-23"><a name="minor-23" href="#minor-23" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
704
725
|
<ul>
|
705
726
|
<li><p>Add <code>Test::Loop::max_concurrent_tests</code> configuration parameter to limit
|
706
727
|
the number of test files run concurrently (default 4). Otherwise, with
|
@@ -708,7 +729,7 @@ large test suites, we could end up swamping the machine running the tests
|
|
708
729
|
by forking hundreds of test files at once. (Jacob Helwig)</p></li>
|
709
730
|
<li><p>Rails: add matcher for <code>test/factories/*_factory.rb</code>.</p></li>
|
710
731
|
</ul>
|
711
|
-
<h3 id="other-
|
732
|
+
<h3 id="other-31"><a name="other-31" href="#other-31" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
712
733
|
<ul>
|
713
734
|
<li><p>ENV returns a Hash with duplicate/frozen keys/values. (Brian D. Burns)</p></li>
|
714
735
|
<li><p>Use Marshal to propagate resume_files to reabsorb.</p></li>
|
@@ -722,12 +743,12 @@ requested by Juan G. Hurtado..</p></li>
|
|
722
743
|
<li><p>Add <code>test/loop/coco</code> preset for integrating the <a href="http://lkdjiin.github.com/coco/">Coco code coverage
|
723
744
|
library</a>.</p></li>
|
724
745
|
</ul>
|
725
|
-
<h2 id="version-12-1-0-2011-04-29"><a name="version-12-1-0-2011-04-29" href="#version-12-1-0-2011-04-29" class="md2man-permalink" title="permalink"></a>Version 12.1.0 (2011-04-29)</h2><h3 id="minor-
|
746
|
+
<h2 id="version-12-1-0-2011-04-29"><a name="version-12-1-0-2011-04-29" href="#version-12-1-0-2011-04-29" class="md2man-permalink" title="permalink"></a>Version 12.1.0 (2011-04-29)</h2><h3 id="minor-24"><a name="minor-24" href="#minor-24" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
726
747
|
<ul>
|
727
748
|
<li>Add <code>Test::Loop.delay_per_iteration</code> parameter to control the number of
|
728
749
|
seconds (or fractions thereof) to sleep in between test-loop iterations.</li>
|
729
750
|
</ul>
|
730
|
-
<h2 id="version-12-0-4-2011-04-29"><a name="version-12-0-4-2011-04-29" href="#version-12-0-4-2011-04-29" class="md2man-permalink" title="permalink"></a>Version 12.0.4 (2011-04-29)</h2><h3 id="patch-
|
751
|
+
<h2 id="version-12-0-4-2011-04-29"><a name="version-12-0-4-2011-04-29" href="#version-12-0-4-2011-04-29" class="md2man-permalink" title="permalink"></a>Version 12.0.4 (2011-04-29)</h2><h3 id="patch-32"><a name="patch-32" href="#patch-32" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
731
752
|
<ul>
|
732
753
|
<li><p>Reabsorb overhead when user's configuration file changes. (Brian D. Burns
|
733
754
|
and Daniel Pittman)</p></li>
|
@@ -735,7 +756,7 @@ and Daniel Pittman)</p></li>
|
|
735
756
|
not necessary! <a href="https://github.com/sunaku/test-loop/issues/5">This issue</a>
|
736
757
|
was solved by upgrading to the newer 2.6.38.4-1 Linux kernel on my system.</p></li>
|
737
758
|
</ul>
|
738
|
-
<h2 id="version-12-0-3-2011-04-25"><a name="version-12-0-3-2011-04-25" href="#version-12-0-3-2011-04-25" class="md2man-permalink" title="permalink"></a>Version 12.0.3 (2011-04-25)</h2><h3 id="patch-
|
759
|
+
<h2 id="version-12-0-3-2011-04-25"><a name="version-12-0-3-2011-04-25" href="#version-12-0-3-2011-04-25" class="md2man-permalink" title="permalink"></a>Version 12.0.3 (2011-04-25)</h2><h3 id="patch-33"><a name="patch-33" href="#patch-33" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
739
760
|
<ul>
|
740
761
|
<li><p>Fix SIGCHLD handling and test completion reporting (Daniel Pittman).</p><p>We need to reap all ready children in SIGCHLD, not just the first, and
|
741
762
|
should not be reporting completion in the signal handler.</p><p>On a fast machine, or where there is a slow hook executed at the
|
@@ -768,13 +789,13 @@ that would also stop you from doing clever things." ~Doug Gwyn</p></blockqu
|
|
768
789
|
Many thanks to Brian D. Burns and Daniel Pittman for helping solve <a href="https://github.com/sunaku/test-loop/issues/5">this
|
769
790
|
issue</a>.</p></li>
|
770
791
|
</ul>
|
771
|
-
<h2 id="version-12-0-2-2011-04-21"><a name="version-12-0-2-2011-04-21" href="#version-12-0-2-2011-04-21" class="md2man-permalink" title="permalink"></a>Version 12.0.2 (2011-04-21)</h2><h3 id="patch-
|
792
|
+
<h2 id="version-12-0-2-2011-04-21"><a name="version-12-0-2-2011-04-21" href="#version-12-0-2-2011-04-21" class="md2man-permalink" title="permalink"></a>Version 12.0.2 (2011-04-21)</h2><h3 id="patch-34"><a name="patch-34" href="#patch-34" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
772
793
|
<ul>
|
773
794
|
<li><p>Consider DB schema dump file as overhead in Rails.</p></li>
|
774
795
|
<li><p>Do not consider test factories as overhead in Rails.</p></li>
|
775
796
|
<li><p>Run test files when test factory files change in Rails.</p></li>
|
776
797
|
</ul>
|
777
|
-
<h3 id="other-
|
798
|
+
<h3 id="other-32"><a name="other-32" href="#other-32" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
778
799
|
<ul>
|
779
800
|
<li><p>Detach worker from master's terminal device sooner.</p></li>
|
780
801
|
<li><p>All required signals must be present in irb check.</p></li>
|
@@ -782,12 +803,12 @@ issue</a>.</p></li>
|
|
782
803
|
<li><p>Retain <a class="md2man-reference">ps(1)</a> column header in watch command output.</p></li>
|
783
804
|
<li><p>Begin parameter descriptions with the noun itself.</p></li>
|
784
805
|
</ul>
|
785
|
-
<h2 id="version-12-0-1-2011-04-20"><a name="version-12-0-1-2011-04-20" href="#version-12-0-1-2011-04-20" class="md2man-permalink" title="permalink"></a>Version 12.0.1 (2011-04-20)</h2><h3 id="patch-
|
806
|
+
<h2 id="version-12-0-1-2011-04-20"><a name="version-12-0-1-2011-04-20" href="#version-12-0-1-2011-04-20" class="md2man-permalink" title="permalink"></a>Version 12.0.1 (2011-04-20)</h2><h3 id="patch-35"><a name="patch-35" href="#patch-35" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
786
807
|
<ul>
|
787
808
|
<li><p>Restore support for Ruby 1.8.7.</p></li>
|
788
809
|
<li><p>Allow user's test execution overhead to fork.</p></li>
|
789
810
|
</ul>
|
790
|
-
<h3 id="other-
|
811
|
+
<h3 id="other-33"><a name="other-33" href="#other-33" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
791
812
|
<ul>
|
792
813
|
<li><p>Freeze master's ENV properly; keep resume key.</p></li>
|
793
814
|
<li><p>Remove completed test from running list sooner.</p></li>
|
@@ -803,7 +824,7 @@ your models are already loaded & cached by the Rails environment.</p></li>
|
|
803
824
|
<li><p>Your tests can no longer read from the user's terminal (master's STDIN);
|
804
825
|
instead they will read from an empty stream (the reading end of IO.popen).</p></li>
|
805
826
|
</ul>
|
806
|
-
<h3 id="patch-
|
827
|
+
<h3 id="patch-36"><a name="patch-36" href="#patch-36" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
807
828
|
<ul>
|
808
829
|
<li><p>Replace threads with SIGCHLD for reporting test results.</p><p>This fixes deadlock errors that sometimes occurred when the user's chosen
|
809
830
|
test library tried to print something to STDOUT/STDERR (even though those
|
@@ -811,7 +832,7 @@ streams were redirected to a log file in the worker process).</p><p>Thanks to Br
|
|
811
832
|
threads to monitor workers was the culprit behind the deadlocks errors.</p></li>
|
812
833
|
<li><p>Ctrl-C did not raise Interrupt in my Rails 3 test suite.</p></li>
|
813
834
|
</ul>
|
814
|
-
<h3 id="other-
|
835
|
+
<h3 id="other-34"><a name="other-34" href="#other-34" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
815
836
|
<ul>
|
816
837
|
<li><p>Ensure a clean ENV when reabsorbing overhead. Environment variables set
|
817
838
|
by your test execution overhead are not propagated to subsequent
|
@@ -827,7 +848,7 @@ reabsorptions. (Brian D. Burns)</p></li>
|
|
827
848
|
<li><p>Add tip about annihilating test-loop processes.</p></li>
|
828
849
|
<li><p>Fix markdown formatting.</p></li>
|
829
850
|
</ul>
|
830
|
-
<h2 id="version-11-0-1-2011-04-14"><a name="version-11-0-1-2011-04-14" href="#version-11-0-1-2011-04-14" class="md2man-permalink" title="permalink"></a>Version 11.0.1 (2011-04-14)</h2><h3 id="patch-
|
851
|
+
<h2 id="version-11-0-1-2011-04-14"><a name="version-11-0-1-2011-04-14" href="#version-11-0-1-2011-04-14" class="md2man-permalink" title="permalink"></a>Version 11.0.1 (2011-04-14)</h2><h3 id="patch-37"><a name="patch-37" href="#patch-37" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
831
852
|
<ul>
|
832
853
|
<li>Only attempt to define Railtie if the current Rails version supports it.</li>
|
833
854
|
</ul>
|
@@ -836,13 +857,13 @@ reabsorptions. (Brian D. Burns)</p></li>
|
|
836
857
|
<li>The <code>test/loop/rails</code> preset has been internalized and is now applied
|
837
858
|
automatically if your test execution overhead includes Ruby on Rails.</li>
|
838
859
|
</ul>
|
839
|
-
<h3 id="minor-
|
860
|
+
<h3 id="minor-25"><a name="minor-25" href="#minor-25" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
840
861
|
<ul>
|
841
862
|
<li>If you are using Rails 3, test-loop will automatically set
|
842
863
|
<code>config.cache_classes = false</code> for your test environment. (Brian D.
|
843
864
|
Burns)</li>
|
844
865
|
</ul>
|
845
|
-
<h3 id="patch-
|
866
|
+
<h3 id="patch-38"><a name="patch-38" href="#patch-38" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
846
867
|
<ul>
|
847
868
|
<li><p>Avoid deadlock errors when printing output from Test::Unit and MiniTest.
|
848
869
|
(Brian D. Burns)</p>
|
@@ -852,7 +873,7 @@ Burns)</li>
|
|
852
873
|
Do not treat it as a failure by printing the log file.</p></li>
|
853
874
|
<li><p>Ignore SIGINT in workers; only master must honor it.</p></li>
|
854
875
|
</ul>
|
855
|
-
<h2 id="version-10-0-1-2011-04-08"><a name="version-10-0-1-2011-04-08" href="#version-10-0-1-2011-04-08" class="md2man-permalink" title="permalink"></a>Version 10.0.1 (2011-04-08)</h2><h3 id="patch-
|
876
|
+
<h2 id="version-10-0-1-2011-04-08"><a name="version-10-0-1-2011-04-08" href="#version-10-0-1-2011-04-08" class="md2man-permalink" title="permalink"></a>Version 10.0.1 (2011-04-08)</h2><h3 id="patch-39"><a name="patch-39" href="#patch-39" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
856
877
|
<ul>
|
857
878
|
<li><p>Workers must ignore SIGTSTP, otherwise master waits forever before
|
858
879
|
exiting.</p></li>
|
@@ -866,7 +887,7 @@ unregister the trap handlers inherited from the master process.</p></li>
|
|
866
887
|
<li>The <code>Test::Loop.before_each_test</code> and <code>Test::Loop.after_each_test</code>
|
867
888
|
parameters are arrays now.</li>
|
868
889
|
</ul>
|
869
|
-
<h2 id="version-9-4-0-2011-04-06"><a name="version-9-4-0-2011-04-06" href="#version-9-4-0-2011-04-06" class="md2man-permalink" title="permalink"></a>Version 9.4.0 (2011-04-06)</h2><h3 id="minor-
|
890
|
+
<h2 id="version-9-4-0-2011-04-06"><a name="version-9-4-0-2011-04-06" href="#version-9-4-0-2011-04-06" class="md2man-permalink" title="permalink"></a>Version 9.4.0 (2011-04-06)</h2><h3 id="minor-26"><a name="minor-26" href="#minor-26" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
870
891
|
<ul>
|
871
892
|
<li><p>Allow lambda functions in <code>Test::Loop.test_file_matchers</code> to return <code>nil</code>
|
872
893
|
so that you can exclude certain tests from being executed. (Brian D.
|
@@ -877,20 +898,20 @@ the following:</p>
|
|
877
898
|
<pre><code>watch 'ps xf | grep test-loop | sed 1,3d'
|
878
899
|
</code></pre></li>
|
879
900
|
</ul>
|
880
|
-
<h3 id="patch-
|
901
|
+
<h3 id="patch-40"><a name="patch-40" href="#patch-40" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
881
902
|
<ul>
|
882
903
|
<li>Skip <code>at_exit()</code> when exiting master process. This prevents an empty test
|
883
904
|
from being run when exiting the loop after having processed a test/spec
|
884
905
|
helper that loads the Test::Unit library. (Brian D. Burns)</li>
|
885
906
|
</ul>
|
886
|
-
<h3 id="other-
|
907
|
+
<h3 id="other-35"><a name="other-35" href="#other-35" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
887
908
|
<ul>
|
888
909
|
<li><p>Use throw/catch to break loop instead of raising SystemExit exception.</p></li>
|
889
910
|
<li><p>Trap SIGTERM with IGNORE/DEFAULT instead of using a closure in master.</p></li>
|
890
911
|
<li><p>Unregister master's custom signal handlers inside worker processes.</p></li>
|
891
912
|
<li><p>Separate configuration parameters into subsections in README.</p></li>
|
892
913
|
</ul>
|
893
|
-
<h2 id="version-9-3-0-2011-04-01"><a name="version-9-3-0-2011-04-01" href="#version-9-3-0-2011-04-01" class="md2man-permalink" title="permalink"></a>Version 9.3.0 (2011-04-01)</h2><h3 id="minor-
|
914
|
+
<h2 id="version-9-3-0-2011-04-01"><a name="version-9-3-0-2011-04-01" href="#version-9-3-0-2011-04-01" class="md2man-permalink" title="permalink"></a>Version 9.3.0 (2011-04-01)</h2><h3 id="minor-27"><a name="minor-27" href="#minor-27" class="md2man-permalink" title="permalink"></a>Minor:</h3>
|
894
915
|
<ul>
|
895
916
|
<li><p>Resume currently running tests--as well as those currently needing to be
|
896
917
|
run--after reabsorbing test execution overhead. (Brian D. Burns)</p></li>
|
@@ -903,7 +924,7 @@ system resources.</p></li>
|
|
903
924
|
<li><p>Use ANSI clear line command to erase control-key combinations outputted by
|
904
925
|
shells such as BASH and ZSH in test-loop's output. (Brian D. Burns)</p></li>
|
905
926
|
</ul>
|
906
|
-
<h3 id="patch-
|
927
|
+
<h3 id="patch-41"><a name="patch-41" href="#patch-41" class="md2man-permalink" title="permalink"></a>Patch:</h3>
|
907
928
|
<ul>
|
908
929
|
<li><p><code>@last_ran_at</code> was being set during every iteration of the loop. This is
|
909
930
|
problematic when Ruby's <code>Time.now</code> is more precise than your filesystem's
|
@@ -915,7 +936,7 @@ running waitall(), instead of sending SIGKILL to the entire process group.
|
|
915
936
|
As a result, test-loop no longer exits with a non-zero status upon SIGINT.</p></li>
|
916
937
|
<li><p>Remove 'ansi' gem dependency. (Brian D. Burns)</p></li>
|
917
938
|
</ul>
|
918
|
-
<h3 id="other-
|
939
|
+
<h3 id="other-36"><a name="other-36" href="#other-36" class="md2man-permalink" title="permalink"></a>Other:</h3>
|
919
940
|
<ul>
|
920
941
|
<li><p>Add tip on deleting logs for passing tests. (Brian D. Burns)</p></li>
|
921
942
|
<li><p>Add tip on monitoring test processes with <a class="md2man-reference">watch(1)</a> in README.</p></li>
|