donnerpeter commented on a change in pull request #2347: URL: https://github.com/apache/lucene-solr/pull/2347#discussion_r574316976
########## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestAllDictionaries.java ########## @@ -181,11 +188,16 @@ public void testDictionariesLoadSuccessfully() throws Exception { } } finally { executor.shutdown(); - executor.awaitTermination(1, TimeUnit.MINUTES); + assertTrue(executor.awaitTermination(1, TimeUnit.MINUTES)); Review comment: Oh. I'm too addicted to IntelliJ and its warnings (especially having created some of them) :) ---------------------------------------------------------------- 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. 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