tag:github.com,2008:https://github.com/randomizedtesting/randomizedtesting/releases Release notes from randomizedtesting 2026-02-12T19:06:41Z tag:github.com,2008:Repository/2529486/release/2.8.4 2026-02-12T20:08:21Z Release 2.8.4 <h2>What's Changed</h2> <ul> <li>Java 9 - Java 25 compatibility</li> <li>build dependency updates</li> <li>test group system property is reported in disabled-test assumption exceptions</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/randomizedtesting/randomizedtesting/compare/release/2.8.3...release/2.8.4"><tt>release/2.8.3...release/2.8.4</tt></a></p> dweiss tag:github.com,2008:Repository/2529486/release/2.8.3 2025-03-11T16:21:42Z release/2.8.3 <p>This release addresses a potential silent error in junit4 ant task, which could happen when a test emitted a large output and the XML reporter attempts to convert it to XML, leading to an OOM (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2902864479" data-permission-text="Title is private" data-url="https://github.com/randomizedtesting/randomizedtesting/issues/314" data-hovercard-type="issue" data-hovercard-url="/randomizedtesting/randomizedtesting/issues/314/hovercard" href="https://github.com/randomizedtesting/randomizedtesting/issues/314">#314</a>).</p> <p>An internal version of asm library and guava have been updated.</p> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/randomizedtesting/randomizedtesting/compare/release/2.8.2...release/2.8.3"><tt>release/2.8.2...release/2.8.3</tt></a></p> dweiss tag:github.com,2008:Repository/2529486/release/2.8.2 2024-12-07T21:32:59Z Release 2.8.2 <p>This release fixes a concurrency problem in group evaluation.</p> <ul> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2722775642" data-permission-text="Title is private" data-url="https://github.com/randomizedtesting/randomizedtesting/issues/311" data-hovercard-type="issue" data-hovercard-url="/randomizedtesting/randomizedtesting/issues/311/hovercard" href="https://github.com/randomizedtesting/randomizedtesting/issues/311">GH-311</a> Race condition calling RandomizedTest.isNightly</li> </ul> dweiss tag:github.com,2008:Repository/2529486/release/2.8.1 2022-08-25T20:56:29Z release/2.8.1 <p>Bump version to 2.8.1</p> dweiss tag:github.com,2008:Repository/2529486/release/2.8.0 2022-06-28T12:44:52Z Release 2.8.0 <p>This release includes two minor changes and should be fully backwards-compatible, unless deep<br> internals of the code were used (such as event subscribers).</p> <ul> <li> <p><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1286588537" data-permission-text="Title is private" data-url="https://github.com/randomizedtesting/randomizedtesting/issues/303" data-hovercard-type="issue" data-hovercard-url="/randomizedtesting/randomizedtesting/issues/303/hovercard" href="https://github.com/randomizedtesting/randomizedtesting/issues/303">GH-303</a>: Messages from ThreadLeakControl.checkThreadLeaks can<br> be inconsistent due to mismatched use of thread data.</p> </li> <li> <p><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1287008010" data-permission-text="Title is private" data-url="https://github.com/randomizedtesting/randomizedtesting/issues/304" data-hovercard-type="issue" data-hovercard-url="/randomizedtesting/randomizedtesting/issues/304/hovercard" href="https://github.com/randomizedtesting/randomizedtesting/issues/304">GH-304</a>: Replace master/slave with main/forkedjvm terminology. This change<br> may result in backward incompatibilities if you used low-level event bus<br> subscription methods or JSON reports. Grep and replace 'slave' with 'forkedJvm'<br> and 'master' with 'main' seed.</p> </li> </ul> dweiss tag:github.com,2008:Repository/2529486/release/2.7.9 2021-10-22T07:31:52Z Release 2.7.9 <p>Other:</p> <ul> <li> <p>Update ASM to 9.2 to support JDK 17</p> </li> <li> <p>Update JUnit dependency to 4.13.1.</p> </li> <li> <p>Update Ant dependency to 1.9.15.</p> </li> </ul> dweiss tag:github.com,2008:Repository/2529486/release/2.7.8 2020-07-07T14:49:41Z Release 2.7.8 <p>Improvements</p> <ul> <li> <p><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="651638099" data-permission-text="Title is private" data-url="https://github.com/randomizedtesting/randomizedtesting/issues/289" data-hovercard-type="issue" data-hovercard-url="/randomizedtesting/randomizedtesting/issues/289/hovercard" href="https://github.com/randomizedtesting/randomizedtesting/issues/289">GH-289</a>: Bump asm to 8.0.1.</p> </li> <li> <p>PR-287: Bump dom4j from 2.1.1 to 2.1.3.</p> </li> </ul> dweiss tag:github.com,2008:Repository/2529486/release/2.7.7 2020-03-02T13:36:56Z Release 2.7.7 <p>Bug Fixes</p> <ul> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="570717143" data-permission-text="Title is private" data-url="https://github.com/randomizedtesting/randomizedtesting/issues/283" data-hovercard-type="issue" data-hovercard-url="/randomizedtesting/randomizedtesting/issues/283/hovercard" href="https://github.com/randomizedtesting/randomizedtesting/issues/283">GH-283</a>: RandomizedRunner throws <code>NoTestsRemainException</code> from the<br> constructor when method filter is supplied and no methods match<br> (Mark Vieira).</li> </ul> dweiss tag:github.com,2008:Repository/2529486/release/2.7.5 2020-03-02T13:31:42Z Release 2.7.5 <p>Improvements</p> <ul> <li> <p>Switch to simple-xml-safe.</p> </li> <li> <p>throw NoTestsRemainException if Filterable.filter removes all tests.</p> </li> </ul> dweiss tag:github.com,2008:Repository/2529486/release/2.7.6 2020-03-02T13:33:12Z Release 2.7.6 <p>Improvements</p> <ul> <li>Use thread join internally to wait for forked timeouting test thread<br> instead of a hardcoded sleep (dumb!).</li> </ul> dweiss