[ https://issues.apache.org/jira/browse/SOLR-15939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Høydahl updated SOLR-15939: ------------------------------- Description: 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. was: 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/ > 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 > > 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