epugh commented on code in PR #4248:
URL: https://github.com/apache/solr/pull/4248#discussion_r3006582854
##########
solr/core/src/test/org/apache/solr/cloud/TestConfigSetsAPI.java:
##########
@@ -383,6 +391,22 @@ public void testUploadErrors() throws Exception {
"Expected file doesnt exist in zk. It's possibly overwritten",
zkClient.exists("/configs/myconf/anotherDummyFile"));
+ // Checking error when configuration name contains invalid characters
+ for (String invalidName : new String[] {"configset!", "-configset"}) {
+ map =
+ postDataAndGetResponse(
Review Comment:
In another PR, this will move to strongly typed SolrJ object.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]