[
https://issues.apache.org/jira/browse/SOLR-15939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17479026#comment-17479026
]
ASF subversion and git services commented on SOLR-15939:
--------------------------------------------------------
Commit 15eaddbf073227557088a5e79698863049fd68fe in solr's branch
refs/heads/main from Jan Høydahl
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=15eaddb ]
SOLR-15939 Fix test failure in TestBadConfig (#546)
> 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
> Time Spent: 10m
> 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: [email protected]
For additional commands, e-mail: [email protected]