There was an error fetching the job.
rspec system pg13-as-if-foss single-db-ci-connection 20/28
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.9.0~beta.212.g8ccc65e7 (8ccc65e7)2 on green-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org rpvz2FF9, system ID: s_d704414ba02a3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:13 ...8Pulling docker image postgres:13 ...9Using docker image sha256:dd421ca1f7f13d81c5c145d77d97d8d84cd0e6f1e045936ee506ce0f50ee397a for postgres:13 with digest postgres@sha256:00f455399f30cc3f2fe4185476601438b7a4959c74653665582d7c313a783d51 ...10Starting service redis:6.2-alpine ...11Pulling docker image redis:6.2-alpine ...12Using docker image sha256:3616f0c0705d2a35d30dde109daf3cbe58ae7284121aafa6f5cfa987db98d1a8 for redis:6.2-alpine with digest redis@sha256:edddbcad5a41d58df2f142d68439922f1860ea902903d016257337c3342f30fc ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:7a1b51158a1ee23b080b514ce6ebbf52ac51585877198fb52709e5cd01805a77 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13@sha256:412d55913d43377094427ced549cb422ed2f2c7223e6a605d0d3e0151cb892b0 ...18Running on runner-rpvz2ff9-project-278964-concurrent-0 via runner-rpvz2ff9-private-1680165220-4a1450ba...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 135903, done. 25remote: Counting objects: 100% (135903/135903), done. 26remote: Compressing objects: 100% (88560/88560), done. 27remote: Total 135903 (delta 58315), reused 94618 (delta 42152), pack-reused 0 28Receiving objects: 100% (135903/135903), 121.35 MiB | 29.59 MiB/s, done.29Resolving deltas: 100% (58315/58315), done.31 * [new ref] refs/pipelines/822866544 -> refs/pipelines/82286654432Checking out 523abdde as detached HEAD (ref is refs/merge-requests/116270/merge)...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-3.0-16...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets as-if-foss (4031138200)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138200 responseStatus=200 OK token=64_C-_yJ45Downloading artifacts for detect-tests (4031138213)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138213 responseStatus=200 OK token=64_C-_yJ47Downloading artifacts for retrieve-tests-metadata (4031138217)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138217 responseStatus=200 OK token=64_C-_yJ49Downloading artifacts for setup-test-env (4031138204)...50Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138204 responseStatus=200 OK token=64_C-_yJ52Using docker image sha256:7a1b51158a1ee23b080b514ce6ebbf52ac51585877198fb52709e5cd01805a77 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13@sha256:412d55913d43377094427ced549cb422ed2f2c7223e6a605d0d3e0151cb892b0 ...53$ echo $FOSS_ONLY54155$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh710Using decomposed database config (config/database.yml.postgresql)711Enabling ci connection (database_tasks: false) in config/database.yml712Geo DB won't be set up.713$ setup_db_user_only714CREATE ROLE715GRANT716==> 'setup_db_user_only' succeeded in 0 seconds.717$ bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes718Dropped database 'gitlabhq_test'719Created database 'gitlabhq_test'720==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 31 seconds.721$ setup_db_praefect722SELECT pg_catalog.set_config('search_path', '', false);723CREATE DATABASE praefect_test ENCODING 'UTF8';724==> 'setup_db_praefect' succeeded in 0 seconds.725$ source ./scripts/rspec_helpers.sh726$ run_timed_command "gem install knapsack --no-document"727$ gem install knapsack --no-document728Successfully installed knapsack-4.0.07291 gem installed730==> 'gem install knapsack --no-document' succeeded in 1 seconds.731$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"835$ rspec_paralellized_job "--tag ~quarantine --tag ~level:background_migration"836SKIP_FLAKY_TESTS_AUTOMATICALLY: false837RETRY_FAILED_TESTS_IN_NEW_PROCESS: true838KNAPSACK_GENERATE_REPORT: 839FLAKY_RSPEC_GENERATE_REPORT: 840KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb841KNAPSACK_LOG_LEVEL: debug842KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg13-as-if-foss_single-db-ci-connection_20_28_report.json843FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json844FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13-as-if-foss_single-db-ci-connection_20_28_report.json845NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13-as-if-foss_single-db-ci-connection_20_28_report.json846SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13-as-if-foss_single-db-ci-connection_20_28_report.txt847CRYSTALBALL: 848Type application/netcdf is already registered as a variant of application/netcdf.849Run options: exclude {:quarantine=>true, :level=>"background_migration"}850Test environment set up in 0.361228891 seconds851Group variables852Starting the Capybara driver server...853 when ci_variables_pages FF is enabled854 behaves like variable list855Capybara starting Puma...856* Version 5.6.5 , codename: Birdie's Version857* Min threads: 0, max threads: 4858* Listening on unix:///tmp/20230330-360-aof0zy859 shows a list of variables860 adds a new CI variable861 adds a new protected variable862 defaults to unmasked863 reveals and hides variables864 deletes a variable865 edits a variable866 edits a variable to be unmasked867 edits a variable to be masked868 shows a validation error box about duplicate keys869 prevents a variable to be added if no values are provided when a variable is set to masked870 shows validation error box about unmaskable values871 handles multiple edits and a deletion872 defaults to the application setting873 application setting is true874 defaults to protected875 shows a message regarding the changed default876 application setting is false877 defaults to unprotected878 does not show a message regarding the default879 behaves like variable list pagination880 can navigate between pages881 sorts variables alphabetically in ASC and DESC order882 when ci_variables_pages FF is disabled883 behaves like variable list884 shows a list of variables885 adds a new CI variable886 adds a new protected variable887 defaults to unmasked888 reveals and hides variables889 deletes a variable890 edits a variable891 edits a variable to be unmasked892 edits a variable to be masked893 shows a validation error box about duplicate keys894 prevents a variable to be added if no values are provided when a variable is set to masked895 shows validation error box about unmaskable values896 handles multiple edits and a deletion897 defaults to the application setting898 application setting is true899 defaults to protected900 shows a message regarding the changed default901 application setting is false902 defaults to unprotected903 does not show a message regarding the default904User browses files905 shows last commit for current directory906 when browsing the master branch907 shows files from a repository908 shows the `Browse Directory` link909 shows the `Browse File` link910 shows the `Browse Files` link911 redirects to the permalink URL912 when browsing the `markdown` branch913 when browsing the root914 redirects to the permalink URL915 shows correct files and links916 shows correct content of file917 shows correct content of directory918 when commit message has markdown919 renders emojis920 when browsing a `improve/awesome` branch921 shows files from a repository922 when browsing a `Ääh-test-utf-8` branch923 shows files from a repository924 when browsing a `test-#` branch925 shows files from a repository926 when browsing a specific ref927 shows files from a repository for `6d39438`928 shows files from a repository with apostrophe in its name929 shows the code with a leading dot in the directory930 does not show the permalink link931 when browsing a file content932 shows a file content933 is possible to blame934 when browsing a file with pathspec characters935 shows raw file content in a new tab936 when browsing a raw file937 shows raw file content in a new tab938Signup939DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)940DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)941 redirects to step 2 of the signup process, sets the role and redirects back942DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)943DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)944 does not redisplay the password945DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)946DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)947 redirects to step 2 of the signup process, sets the role and redirects back948DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)949DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)950 does not redisplay the password951 username validation952DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)953DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)954 does not show an error border if the username is available955DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)956DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)957 does not show an error border if the username contains dots (.)958DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)959DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)960 does not show an error border if the username length is not longer than 255 characters961DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)962DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)963 shows an error border if the username already exists964DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)965DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)966 shows a success border if the username is available967DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)968DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)969 shows an error border if the username contains special characters970DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)971DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)972 shows an error border if the username is longer than 255 characters973DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)974DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)975 shows an error message if the username is longer than 255 characters976DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)977DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)978 shows an error message if the username is less than 2 characters979DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)980DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)981 shows an error message on submit if the username contains special characters982DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)983DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)984 shows an error border if the username contains emojis985DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)986DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)987 shows an error message if the username contains emojis988DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)989DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)990 shows a success message if the username is available991DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)992DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)993 shows an error message if the username is unavailable994DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)995DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)996 shows a success message if the username is corrected and then available997 with no errors998 when sending confirmation email999 when email confirmation setting is not `soft`1000DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1001DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1002DEPRECATION WARNING: Invalid Feature Flag identity_verification stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1003 creates the user account and sends a confirmation email, and pre-fills email address after confirming1004 when email confirmation setting is `soft`1005DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1006DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1007 creates the user account and sends a confirmation email1008 when not sending confirmation email1009DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1010DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1011 creates the user account and goes to dashboard1012 with required admin approval enabled1013DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1014DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1015 creates the user but does not sign them in1016 with errors1017DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1018DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1019 displays the errors1020DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1021DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1022 redisplays all fields except password1023 when terms are enforced1024DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1025DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1026 renders text that the user confirms terms by signing in1027 when reCAPTCHA and invisible captcha are enabled1028 when reCAPTCHA detects malicious behaviour1029DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1030DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1031 prevents from signing up1032 when invisible captcha detects malicious behaviour1033DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1034DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1035 prevents from signing up1036 with invalid email1037 behaves like user email validation1038DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1039DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1040 shows an error message until a correct email is entered1041 username validation1042DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1043DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1044 does not show an error border if the username is available1045DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1046DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1047 does not show an error border if the username contains dots (.)1048DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1049DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1050 does not show an error border if the username length is not longer than 255 characters1051DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1052DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1053 shows an error border if the username already exists1054DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1055DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1056 shows a success border if the username is available1057DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1058DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1059 shows an error border if the username contains special characters1060DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1061DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1062 shows an error border if the username is longer than 255 characters1063DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1064DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1065 shows an error message if the username is longer than 255 characters1066DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1067DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1068 shows an error message if the username is less than 2 characters1069DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1070DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1071 shows an error message on submit if the username contains special characters1072DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1073DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1074 shows an error border if the username contains emojis1075DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1076DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1077 shows an error message if the username contains emojis1078DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1079DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1080 shows a success message if the username is available1081DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1082DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1083 shows an error message if the username is unavailable1084DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1085DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1086 shows a success message if the username is corrected and then available1087 with no errors1088 when sending confirmation email1089 when email confirmation setting is not `soft`1090DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1091DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1092DEPRECATION WARNING: Invalid Feature Flag identity_verification stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1093 creates the user account and sends a confirmation email, and pre-fills email address after confirming1094 when email confirmation setting is `soft`1095DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1096DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1097 creates the user account and sends a confirmation email1098 when not sending confirmation email1099DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1100DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1101 creates the user account and goes to dashboard1102 with required admin approval enabled1103DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1104DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1105 creates the user but does not sign them in1106 with errors1107DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1108DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1109 displays the errors1110DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1111DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1112 redisplays all fields except password1113 when terms are enforced1114DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1115DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1116 renders text that the user confirms terms by signing in1117 when reCAPTCHA and invisible captcha are enabled1118 when reCAPTCHA detects malicious behaviour1119DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1120DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1121 prevents from signing up1122 when invisible captcha detects malicious behaviour1123DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1124DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1125 prevents from signing up1126 with invalid email1127 behaves like user email validation1128DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1129DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1130 shows an error message until a correct email is entered1131 when terms are enforced1132DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1133DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1134 renders text that the user confirms terms by signing in1135 behaves like Signup name validation1136 new_user_first_name validation1137DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1138DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1139 does not show an error border if the user's fullname length is not longer than 127 characters1140DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1141DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1142 shows an error border if the user's fullname contains an emoji1143DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1144DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1145 shows an error border if the user's fullname is longer than 127 characters1146DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1147DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1148 shows an error message if the user's First name is longer than 127 characters1149DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1150DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1151 shows an error message if the username contains emojis1152 new_user_first_name validation1153DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1154DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1155 does not show an error border if the user's fullname length is not longer than 127 characters1156DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1157DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1158 shows an error border if the user's fullname contains an emoji1159DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1160DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1161 shows an error border if the user's fullname is longer than 127 characters1162DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1163DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1164 shows an error message if the user's First name is longer than 127 characters1165DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1166DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1167 shows an error message if the username contains emojis1168 behaves like Signup name validation1169 new_user_last_name validation1170DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1171DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1172 does not show an error border if the user's fullname length is not longer than 127 characters1173DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1174DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1175 shows an error border if the user's fullname contains an emoji1176DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1177DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1178 shows an error border if the user's fullname is longer than 127 characters1179DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1180DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1181 shows an error message if the user's Last name is longer than 127 characters1182DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1183DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1184 shows an error message if the username contains emojis1185 new_user_last_name validation1186DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1187DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1188 does not show an error border if the user's fullname length is not longer than 127 characters1189DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1190DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1191 shows an error border if the user's fullname contains an emoji1192DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1193DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1194 shows an error border if the user's fullname is longer than 127 characters1195DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1196DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1197 shows an error message if the user's Last name is longer than 127 characters1198DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1199DEPRECATION WARNING: Invalid Feature Flag arkose_labs_signup_challenge stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:39)1200 shows an error message if the username contains emojis1201Projects > Show > Collaboration links1202 with developer user1203 shows all the expected links1204 hides the links when the project is archived1205 Web IDE link1206 merge_requests_access_level: 0, user_level: :guest, expect_ide_link: false1207 updates Web IDE link1208 merge_requests_access_level: 0, user_level: :developer, expect_ide_link: true1209 updates Web IDE link1210 merge_requests_access_level: 10, user_level: :guest, expect_ide_link: false1211 updates Web IDE link1212 merge_requests_access_level: 10, user_level: :developer, expect_ide_link: true1213 updates Web IDE link1214 merge_requests_access_level: 20, user_level: :guest, expect_ide_link: true1215 updates Web IDE link1216 merge_requests_access_level: 20, user_level: :developer, expect_ide_link: true1217 updates Web IDE link1218User comments on a diff1219 single suggestion note1220 hides suggestion popover1221 suggestion is presented1222 allows suggestions in replies1223 suggestion is appliable1224 applying suggestions in batches1225 can add and remove suggestions from a batch1226 multi-line suggestions1227 suggestion is appliable1228 resolves discussion when applied1229 failed to load metadata1230 displays an error1231User Cluster1232 when user does not have a cluster and visits cluster index page1233 when user filled form with valid parameters1234 user sees a cluster details page1235 user sees RBAC is enabled by default1236 user sees namespace per environment is enabled by default1237 when user filled form with invalid parameters1238 user sees a validation error1239 when user does have a cluster and visits cluster page1240 user sees a cluster details page1241 when user disables the cluster1242 user sees the successful message1243 when user changes cluster parameters1244 user sees the successful message1245 when user destroys the cluster1246 user sees creation form with the successful message1247Reportable note on merge request1248 a normal note1249 behaves like reportable note1250 has an edit button1251 has a `More actions` dropdown1252 dropdown has Report and Delete links1253 report button links to a report page1254 a diff note1255 behaves like reportable note1256 has an edit button1257 has a `More actions` dropdown1258 dropdown has Report and Delete links1259 report button links to a report page1260Merge request > User sees merge button depending on unresolved threads1261 when project.only_allow_merge_if_all_discussions_are_resolved == true1262 with unresolved threads1263 does not allow to merge1264 with all threads resolved1265 allows MR to be merged1266 when project.only_allow_merge_if_all_discussions_are_resolved == false1267 with unresolved threads1268 does not allow to merge1269 with all threads resolved1270 allows MR to be merged1271Public Project Snippets Access1272 GET /:project_path/snippets1273 is expected to be allowed for admin1274 is expected to be allowed for owner1275 is expected to be allowed for maintainer1276 is expected to be allowed for developer1277 is expected to be allowed for reporter1278 is expected to be allowed for guest1279 is expected to be allowed for user1280 is expected to be allowed for external1281 is expected to be allowed for visitor1282 GET /:project_path/snippets/new1283 is allowed for admin when admin mode is enabled1284 is denied for admin when admin mode is disabled1285 is expected to be allowed for owner1286 is expected to be allowed for maintainer1287 is expected to be allowed for developer1288 is expected to be allowed for reporter1289 is expected to be denied for guest1290 is expected to be denied for user1291 is expected to be denied for external1292 is expected to be denied for visitor1293 GET /:project_path/snippets/:id1294 for a public snippet1295 is expected to be allowed for admin1296 is expected to be allowed for owner1297 is expected to be allowed for maintainer1298 is expected to be allowed for developer1299 is expected to be allowed for reporter1300 is expected to be allowed for guest1301 is expected to be allowed for user1302 is expected to be allowed for external1303 is expected to be allowed for visitor1304 for an internal snippet1305 is expected to be allowed for admin1306 is expected to be allowed for owner1307 is expected to be allowed for maintainer1308 is expected to be allowed for developer1309 is expected to be allowed for reporter1310 is expected to be allowed for guest1311 is expected to be allowed for user1312 is expected to be denied for external1313 is expected to be denied for visitor1314 for a private snippet1315 is allowed for admin when admin mode is enabled1316 is denied for admin when admin mode is disabled1317 is expected to be allowed for owner1318 is expected to be allowed for maintainer1319 is expected to be allowed for developer1320 is expected to be allowed for reporter1321 is expected to be allowed for guest1322 is expected to be denied for user1323 is expected to be denied for external1324 is expected to be denied for visitor1325 GET /:project_path/snippets/:id/raw1326 for a public snippet1327 is expected to be allowed for admin1328 is expected to be allowed for owner1329 is expected to be allowed for maintainer1330 is expected to be allowed for developer1331 is expected to be allowed for reporter1332 is expected to be allowed for guest1333 is expected to be allowed for user1334 is expected to be allowed for external1335 is expected to be allowed for visitor1336 for an internal snippet1337 is expected to be allowed for admin1338 is expected to be allowed for owner1339 is expected to be allowed for maintainer1340 is expected to be allowed for developer1341 is expected to be allowed for reporter1342 is expected to be allowed for guest1343 is expected to be allowed for user1344 is expected to be denied for external1345 is expected to be denied for visitor1346 for a private snippet1347 is allowed for admin when admin mode is enabled1348 is denied for admin when admin mode is disabled1349 is expected to be allowed for owner1350 is expected to be allowed for maintainer1351 is expected to be allowed for developer1352 is expected to be allowed for reporter1353 is expected to be allowed for guest1354 is expected to be denied for user1355 is expected to be denied for external1356 is expected to be denied for visitor1357Projects > Settings > For a forked project1358 Sidebar > Monitor1359 renders the menu in the sidebar1360 Settings > Monitor1361 Incidents1362 renders form for incident management1363 sets correct default values1364 updates form values1365 error tracking settings form1366 when project dropdown is loaded1367 successfully fills and submits the form1368 when project dropdown fails to load1369 displays error message1370 with integrated error tracking backend1371 successfully fills and submits the form1372 grafana integration settings form1373 successfully fills and completes the form1374Projects > Settings > Webhook Settings1375 for developer1376 to be disallowed to view1377 for maintainer1378 Webhooks1379 show list of webhooks1380 create webhook1381 edit existing webhook1382 test existing webhook1383 delete existing webhook1384 from webhooks list page1385 from webhook edit page1386 Webhook logs1387 show list of hook logs1388 show hook log details1389 retry hook log1390 does not show search settings on the hook log details1391Internal Project Snippets Access1392 GET /:project_path/snippets1393 is expected to be allowed for admin1394 is expected to be allowed for owner1395 is expected to be allowed for maintainer1396 is expected to be allowed for developer1397 is expected to be allowed for reporter1398 is expected to be allowed for guest1399 is expected to be allowed for user1400 is expected to be denied for external1401 is expected to be denied for visitor1402 GET /:project_path/snippets/new1403 is allowed for admin when admin mode is enabled1404 is denied for admin when admin mode is disabled1405 is expected to be allowed for owner1406 is expected to be allowed for maintainer1407 is expected to be allowed for developer1408 is expected to be allowed for reporter1409 is expected to be denied for guest1410 is expected to be denied for user1411 is expected to be denied for external1412 is expected to be denied for visitor1413 GET /:project_path/snippets/:id1414 for an internal snippet1415 is expected to be allowed for admin1416 is expected to be allowed for owner1417 is expected to be allowed for maintainer1418 is expected to be allowed for developer1419 is expected to be allowed for reporter1420 is expected to be allowed for guest1421 is expected to be allowed for user1422 is expected to be denied for external1423 is expected to be denied for visitor1424 for a private snippet1425 is allowed for admin when admin mode is enabled1426 is denied for admin when admin mode is disabled1427 is expected to be allowed for owner1428 is expected to be allowed for maintainer1429 is expected to be allowed for developer1430 is expected to be allowed for reporter1431 is expected to be allowed for guest1432 is expected to be denied for user1433 is expected to be denied for external1434 is expected to be denied for visitor1435 GET /:project_path/snippets/:id/raw1436 for an internal snippet1437 is expected to be allowed for admin1438 is expected to be allowed for owner1439 is expected to be allowed for maintainer1440 is expected to be allowed for developer1441 is expected to be allowed for reporter1442 is expected to be allowed for guest1443 is expected to be allowed for user1444 is expected to be denied for external1445 is expected to be denied for visitor1446 for a private snippet1447 is allowed for admin when admin mode is enabled1448 is denied for admin when admin mode is disabled1449 is expected to be allowed for owner1450 is expected to be allowed for maintainer1451 is expected to be allowed for developer1452 is expected to be allowed for reporter1453 is expected to be allowed for guest1454 is expected to be denied for user1455 is expected to be denied for external1456 is expected to be denied for visitor1457Profile > SSH Keys1458 user sees their keys1459 User adds a key1460 auto-populates the title1461 saves the new key1462 shows a confirmable warning if the key begins with an algorithm name that is unsupported1463 when only DSA and ECDSA keys are allowed1464 shows a validation error1465 User removes a key1466 via the key index1467 removes key1468 via its details page1469 removes key1470 User revokes a key1471 when a commit is signed using SSH key1472 revoking the SSH key marks commits as unverified1473admin issues labels1474 list1475 renders labels list1476 deletes label1477 deletes all labels1478 create1479 creates new label1480 does not creates label with invalid color1481 does not creates label if label already exists1482 edit1483 changes bug label1484 allows user to delete label1485Merge request > User sees check out branch modal1486 shows the check out branch modal1487 closes the check out branch modal with the close action1488Merge request > User sees deleted target branch1489 shows a message about missing target branch1490 does not show link to target branch1491Incident Management index1492 # order random1493 when a developer displays the incident list1494 shows the status tabs1495 shows the filtered search1496 shows the alert table1497 alert page title1498 has expected columns1499Merge request > User sees system notes1500 when logged-in as a member of the private project1501 shows the system note1502 when not logged-in1503 hides the system note1504Issue markdown toolbar1505 doesn't include first new line when adding bold1506 doesn't include first new line when adding underline1507Projects > Activity > User sees design comment1508 shows the design comment action in the activity page1509 allows to filter out the design event with the "event_filter=issue" URL param1510 allows to filter in the event with the "event_filter=comments" URL param1511Artifact file1512 Text file1513 displays an error1514 JPG file1515 displays the blob1516 when visiting old URL1517 redirects to new URL1518Admin::HookLogs1519 show list of hook logs1520 show hook log details1521 retry hook log1522 response data is too large1523 shows request data as too large and disables retry function1524Alert integrations settings form1525 when viewing alert integrations as a maintainer1526 with the default page permissions1527 shows the alerts setting form title1528 shows the integrations list title1529 when viewing alert integrations as a developer1530 does not have rights to access the setting form1531Profile > Chat1532 uses authorization link1533 clicks authorize1534 goes to list of chat names and see chat account1535 second use of link is denied1536 clicks deny1537 goes to list of chat names and do not see chat account1538 second use of link is denied1539 visits chat accounts1540 sees chat user1541 removes chat account1542Projects > Files > User wants to add a Dockerfile file1543 user can pick a Dockerfile file from the dropdown1544Upload a user avatar1545 behaves like handling file uploads1546 with object storage disabled1547 behaves like for a user avatar1548 uploads successfully1549Projects > Files > User wants to edit a file1550 file has been updated since the user opened the edit page1551Projects > Members > Owner cannot leave project1552 user does not see a "Leave project" link1553Finished in 17 minutes 32 seconds (files took 45.19 seconds to load)1554372 examples, 0 failures1555Randomized with seed 171811556[TEST PROF INFO] Time spent in factories: 01:15.679 (7.06% of total time)1557Failed to write to log, write log/workhorse-test.log: file already closed1558RSpec exited with 0.1559No examples to retry, congrats!1561Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1562Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1564Uploading artifacts...1565coverage/: found 5 matching artifact files and directories 1566crystalball/: found 2 matching artifact files and directories 1567deprecations/: found 4 matching artifact files and directories 1568knapsack/: found 3 matching artifact files and directories 1569WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1570rspec/: found 12 matching artifact files and directories 1571WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1572log/*.log: found 16 matching artifact files and directories 1573WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031139154/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1574WARNING: Retrying... context=artifacts-uploader error=request redirected1575Uploading artifacts as "archive" to coordinator... 201 Created id=4031139154 responseStatus=201 Created token=64_C-_yJ1576Uploading artifacts...1577rspec/junit_rspec.xml: found 1 matching artifact files and directories 1578WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031139154/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1579WARNING: Retrying... context=artifacts-uploader error=request redirected1580Uploading artifacts as "junit" to coordinator... 201 Created id=4031139154 responseStatus=201 Created token=64_C-_yJ1582Job succeeded