Randomized Testing v2.6.4 Release Notes

Release Date: 2018-09-05 // over 5 years ago
  • ๐Ÿ› 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).