[ https://issues.apache.org/jira/browse/SOLR-15939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Høydahl resolved SOLR-15939. -------------------------------- Resolution: Fixed > Frequently failing test TestBadConfig.testSchemaMutableButNotManaged > -------------------------------------------------------------------- > > Key: SOLR-15939 > URL: https://issues.apache.org/jira/browse/SOLR-15939 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: Tests > Reporter: Jan Høydahl > Assignee: Jan Høydahl > Priority: Major > Fix For: 9.0 > > Time Spent: 20m > Remaining Estimate: 0h > > 11% failure rate due to shifting order of parameters in error-string that is > matched exactly. > Example: [https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/2675/] > {code:java} > Expected: Unexpected arg(s): {mutable=false, > managedSchemaResourceName=schema.xml} > Got: Unexpected arg(s): {managedSchemaResourceName=schema.xml, > mutable=false}{code} > I'll fix this by only looking for "Unexpected arg(s)", as this expects no > args at all. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org