You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix integration test CREATE USER statement (#1069)
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.
0 commit comments