gerlowskija commented on code in PR #3299: URL: https://github.com/apache/solr/pull/3299#discussion_r2029836065
########## solr/core/src/test/org/apache/solr/rest/schema/TestBulkSchemaAPI.java: ########## @@ -66,16 +66,6 @@ public void before() throws Exception { createJettyAndHarness( tmpSolrHome, "solrconfig-managed-schema.xml", "schema-rest.xml", "/solr", true, null); - if (random().nextBoolean()) { Review Comment: The v2 Schema APIs now differ from v1 by more than just the path prefix, so this quick-and-dirty randomization no longer works. -- 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