moshebla commented on a change in pull request #583: SOLR-13151
URL: https://github.com/apache/lucene-solr/pull/583#discussion_r259603904
 
 

 ##########
 File path: 
solr/core/src/test/org/apache/solr/update/processor/CategoryRoutedAliasUpdateProcessorTest.java
 ##########
 @@ -233,6 +233,54 @@ public void testMissingRequiredParams() throws Exception {
     assertTrue("Create Alias should fail since not all required params were 
supplied", e.getMessage().contains("Not all required params were supplied"));
   }
 
+  @Slow
+  @Test
+  public void testMustMatch() throws Exception {
+    String configName = getSaferTestName();
+    createConfigSet(configName);
+    final String regexEnding = "_solr";
 
 Review comment:
   On it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to