summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorTomasz Kowalczewski <tkowalczewski@voltdb.com>2023-01-04 16:08:03 +0100
committerJaikiran Pai <jaikiran@apache.org>2023-04-18 12:50:53 +0530
commit8fb54871b93fb62aa597a8094561bfa8977e5aba (patch)
treed6bff96007941fd35da1216b06d8e7c7bb60d05e /WHATSNEW
parentd29f62fcc2d263878c1b53fc10d9bd4b9dbc8377 (diff)
downloadant-8fb54871b93fb62aa597a8094561bfa8977e5aba.tar.gz
bz-66411: Handling forked VM timeout in a similar way as failed test so that settings like haltonfailure have effect
This closes #197 pull request at github.com/apache/ant
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW4
1 files changed, 4 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 7c80e8926..eb9d38b6b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -29,6 +29,10 @@ Fixed bugs:
file permissions of the files they modify.
Bugzilla Report 66522
+ * junitlauncher task would fail if a forked test timed out even
+ if haltOnFailure was set to false. This is now fixed.
+ Bugzilla Report 66411
+
Other changes:
--------------