-
- Downloads
Use a non-superuser user to access GitLab to ensure permissions are proper
We have run into permission issues with MySQL triggers in #36633 that would have been caught earlier either if our migration tests or GitLab QA tests had been testing against non-superuser users. This change creates a non-superuser that has access to the GitLab test database and uses that. Closes #39932
Showing
- .gitlab-ci.yml 2 additions, 1 deletion.gitlab-ci.yml
- scripts/create_mysql_user.sh 8 additions, 0 deletionsscripts/create_mysql_user.sh
- scripts/create_postgres_user.sh 8 additions, 0 deletionsscripts/create_postgres_user.sh
- scripts/prepare_build.sh 14 additions, 0 deletionsscripts/prepare_build.sh
scripts/create_mysql_user.sh
0 → 100644
scripts/create_postgres_user.sh
0 → 100644
Please register or sign in to comment