Skip to content

SOLR-18233 Fix test failure in AuthToolTest#4520

Open
janhoy wants to merge 2 commits into
apache:mainfrom
janhoy:bugfix/SOLR-18233-fix-test-failure
Open

SOLR-18233 Fix test failure in AuthToolTest#4520
janhoy wants to merge 2 commits into
apache:mainfrom
janhoy:bugfix/SOLR-18233-fix-test-failure

Conversation

@janhoy

@janhoy janhoy commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

https://issues.apache.org/jira/browse/SOLR-18233

Fix silly test failure not caught in the first merge. Since username==password is no longer accepted, the test using solr:solr now fails.

@janhoy

janhoy commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

One possible issue with enforcing this check is that existing installs may have custom users with user==pass already, and they would need to change their password before upgrade to avoid being locked out from their user account. Perhaps not a major risk, as this will be caught early on in testing. But it is for sure a back-compat break (in the name of security) that will affect users. So they may need to reset user passwords directly in zookeeper or with a super-user account that is not locked out.

@epugh epugh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. I am glad the classic solrRocks password matches our tighter rules still!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants