dweiss commented on issue #14307:
URL: https://github.com/apache/lucene/issues/14307#issuecomment-2688934137

   This one is caused by a more complex interaction - LuceneTestCase tries to 
set up a random TimeZone and this prints a warning like this:
   ```
   WARNING: Use of the three-letter time zone ID "AET" is deprecated and it 
will be removed in a future release
   ```
   
   I think it'll actually be more beneficial to make the nested tests in 
TestRuleLimitSysouts not extend LuceneTestCase so that there are no randomized 
warnings being printed to std streams. I'll try to provide a patch tomorrow.


-- 
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: issues-unsubscr...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to