Skip to content

Fix integration test CREATE USER statement #1069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

bigmontz
Copy link
Contributor

The statement was failing in newer database version since minimum password length changed to 8. Adjusting the password in the test fix the issue.

The drop user routine was also fixed since it can hide information about the original failure.

The statement was failing in newer database version since minimum password length changed to 8.
Adjusting the password in the test fix the issue.

The drop user routine was also fixed since it can hide information about the original failure.
@bigmontz bigmontz merged commit 426f6e5 into neo4j:5.0 Mar 30, 2023
@bigmontz bigmontz deleted the 5.x-fix-pipelines branch March 30, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants