Changelog History
-
v2.7.8 Changes
July 07, 2020 -
v2.7.7 Changes
March 02, 2020🐛 Bug Fixes
- ✅ GH-283: RandomizedRunner throws
NoTestsRemainException
from the
constructor when method filter is supplied and no methods match
(Mark Vieira).
- ✅ GH-283: RandomizedRunner throws
-
v2.7.6 Changes
March 02, 2020👌 Improvements
- ✅ Use thread join internally to wait for forked timeouting test thread
instead of a hardcoded sleep (dumb!).
- ✅ Use thread join internally to wait for forked timeouting test thread
-
v2.7.5 Changes
March 02, 2020👌 Improvements
Switch to simple-xml-safe.
🚚 throw NoTestsRemainException if Filterable.filter removes all tests.
-
v2.7.4 Changes
October 23, 2019🐛 Bug Fixes
- ✅ GH-280: Potential race condition in global temp folder generation.
-
v2.7.3 Changes
May 07, 2019 -
v2.7.2 Changes
December 14, 2018 -
v2.7.1 Changes
November 20, 2018🐛 Bug fixes
- ✅ GH-271: Methods with ( or ) in them can't be selected directly using glob filters.
-
v2.7.0 Changes
September 10, 2018 -
v2.6.4 Changes
September 05, 2018🐛 Bug Fixes
✅ GH-247: Allow java.io.tmpdir to be placed under cwd with isolated
directories and nonEmptyWorkDirAction=wipe.🔒 GH-255: Invalid event nesting on security logging crashes the runner.
✅ GH-266: QUIT event may not be read from the event log on slow machines.
🏗 GH-267: Project does not build/ test on Java 11.
👌 Improvements
An additional property 'junit4.tempDir' is passed to forked JVMs to allow
🔒 easier configuration of security policy files. This folder must have
read/ write file policy.➕ Added a test case that runs with a security manager enabled.
✅ GH-253: IntelliJ only recognizes proper test methods for re-runs
when descriptions have " [...]" instead of " {...}. This fix uses square
brackets on IntelliJ runner.🔄 Changes in Backwards Compatibility
- ✅ GH-265: Deprecate RandomizedTest.randomInt(v) and RandomizedTest.randomLong(v).