[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17132721#comment-17132721 ]
Erick Erickson commented on SOLR-12823: --------------------------------------- AFAIK all of the tests are run by both build systems. What you might be hitting is the annotations. {{CloudHttp2SolrClientTest}} for instance is annotated with @Slow, unless you have (for ant) {code:java} -Dtests.slow=true {code} it wouldn't run. This is not a huge deal, if you want to enable that annotation, feel free but it'll make things, well, slow ;). By and large, nobody is worried by this kind of glitch as long as it's addressed reasonably, either by disabling the test or finding the root cause. Preferably the latter of course... > remove clusterstate.json in Lucene/Solr 9.0 > ------------------------------------------- > > Key: SOLR-12823 > URL: https://issues.apache.org/jira/browse/SOLR-12823 > Project: Solr > Issue Type: Task > Reporter: Varun Thacker > Assignee: Mike Drob > Priority: Major > Fix For: master (9.0) > > Time Spent: 4.5h > Remaining Estimate: 0h > > clusterstate.json is an artifact of a pre 5.0 Solr release. We should remove > that in 9.0 > It stays empty unless you explicitly ask to create the collection with the > old "stateFormat" and there is no reason for one to create a collection with > the old stateFormat. > We should also remove the "stateFormat" argument in create collection > We should also remove MIGRATESTATEVERSION as well > > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org