fabriciorby commented on issue #3203:
URL: 
https://github.com/apache/maven-surefire/issues/3203#issuecomment-4746482927

   > other than that, I am currently having a issue where the 
`getSourceQualifiedName` is null when I debug using `mvnDebug test`, so maybe 
it's not using the `RunListenerAdapter` class? I have to investigate further as 
I am not very aware of how the tests are loaded and executed, maybe they are 
triggered different for my case and for `JUnit5Xml30StatelessReporter`.
   
   @olamy after some debugging sessions I realised this only happens when 
forkCount is greater than zero, whenever I put my forkCount as zero the 
`getSourceQualifiedName` field comes as expected, otherwise it's just null. 
This seems to be an issue on Surefire side, I could not find the reason as it's 
tricky to debug. Do you think it could be some caching? Getting some old 
version of the JUnitProvider with more forks?
   


-- 
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]

Reply via email to