NightOwl888 commented on PR #1086:
URL: https://github.com/apache/lucenenet/pull/1086#issuecomment-2568712689

   A couple of things:
   
   1. The `.runsettings` file is unnecessary because we can supply the settings 
on the command line (the same way the other runsettings are applied, i.e. 
`NUnit.DisplayName=FullName`.
   2. This PR assumes the problem only applies to us, but it will also apply to 
all users of `Lucene.Net.TestFramework`. Arguably, the most useful 
functionality in `Lucene.Net.TestFramework` is the `BaseTokenStreamTestCase` 
class, which will have this problem for anyone who uses it. It would not be 
practical to tell all of our users that they must configure `FullName` in their 
CI environment to get useful debug info. See my comment about how we can report 
the class name for all users of the test framework: 
https://github.com/apache/lucenenet/issues/923#issuecomment-2568702773


-- 
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: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to