arne-bdt commented on issue #2809: URL: https://github.com/apache/jena/issues/2809#issuecomment-2462536502
@OyvindLGjesdal Thank you for suggesting multiple Surefire test executions - it might be a great idea. However, there are a couple of minor issues with this approach: 1. I would need to define exclusive naming patterns to distinguish between regular tests and isolated tests. 2. Each test class would be limited to containing only one test method for a single isolated test. Since we only have three such tests, this might be manageable. I will give it a try. At the moment, I prefer the JMH variant because it is straightforward and doesn't present the issues mentioned above. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
