This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 0e2a60b0 RAT-475: Add changelog about workaround GC for flaky tests on
GHA
0e2a60b0 is described below
commit 0e2a60b0f032c0b9360479aee7c57f4be18e9d3f
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Oct 9 09:53:02 2025 +0200
RAT-475: Add changelog about workaround GC for flaky tests on GHA
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e4aa32d4..3e61ee05 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,9 @@ The <action> type attribute can be one of:
</release>
-->
<release version="0.17-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <action issue="RAT-475" type="fix" dev="pottlinger" due-to="Arnould
Engelen">
+ Added a workaround garbage collection call to flaky tests if running
on GitHubAction in order to fix deferred I/O cleanup with jUnit's TempDir.
+ </action>
<action issue="RAT-496" type="fix" dev="pottlinger" due-to="Tilman
Hausherr">
Fix FileNotFoundException if path of test resources contains spaces
(Windows).
</action>