Re: [PR] junitlauncher - Added fork mode support [ant]

slachiewicz (via GitHub) <[email protected]>
Newsgroups gmane.comp.jakarta.ant.devel
Message-ID <PR_kwDOATT2FM4wL3-6-850765b9-e6ff-4ab7-9079-da32b2db575b@gitbox.apache.org>
slachiewicz commented on PR #174:
URL: https://github.com/apache/ant/pull/174#issuecomment-5380925995

   This looks superseded — the capability landed in 1.10.14.
   
   Commit f7f3bdfa033b2c77e001c2fc485bf200a682227d (Bugzilla 65176) added a `forkMode`
   attribute on `<fork>` with the value `perTestClass`, which launches each test class in a
   separate JVM. That is the behaviour this PR proposed as `mode="perTest"`.
   
   The spelling differs, so anything written against this PR needs adjusting:
   
   | here | shipped |
   | --- | --- |
   | `mode="perTest"` | `forkMode="perTestClass"` |
   | `mode="once"` (explicit default) | omit `forkMode` |
   
   `ForkDefinition$ForkMode` is absent from `ant-junitlauncher` 1.10.13 and present in
   1.10.14 through 1.10.17.
   
   Worth closing, unless you wanted `once` to remain an explicit value.
   
   *This comment was created with AI assistance.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.