cpoerschke commented on pull request #202:
URL: https://github.com/apache/solr/pull/202#issuecomment-898673372


   > Attempted to run tests under 
org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java but 
tests are currently ignored.
   
   Looks like `-Ptests.filter=@AwaitsFix` needs to be added to run the tests 
e.g.
   
   ```
   ./gradlew test --tests 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testMaxFutureMs
 -Ptests.filter=@AwaitsFix
   ```
   
   for the test I've added in the commit above.
   
   What do you think? Feel free to revert or amend, I've left some TODO 
comments on how it might change to use the new 'Long' type functionality.


-- 
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...@solr.apache.org

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



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

Reply via email to