dweiss commented on PR #16140:
URL: https://github.com/apache/lucene/pull/16140#issuecomment-4560994371

   > when tests.iters > 1, randomizedrunner changes the test names by adding a 
{seed=...} part. so the method name is no longer exactly testMethod, it becomes 
something longer.
   
   This is done to disambiguate test descriptors, otherwise test reiterations 
would overwrite each other. 
   
   > also added the same support for junit5 so it behaves the same there.
   
   For junit5 nothing needs to be done - it'll work out of the box with 
existing code.


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

Reply via email to