rspec system pg11 16/24
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on docker-auto-scale-com 9538b0ab4Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...5Starting service postgres:11.6 ...6Pulling docker image postgres:11.6 ...7Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 ...8Starting service redis:4.0-alpine ...9Pulling docker image redis:4.0-alpine ...10Using docker image sha256:e3dd0e49bca555d559ca2e97f06a1efa108ebd230fddcb17606723994f18ae3b for redis:4.0-alpine ...11Waiting for services to be up and running...12Authenticating with credentials from job payload (GitLab Registry)13Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...14Using docker image sha256:cd688957c9207f55272d81be6d4908692d78233833e3f09a9c0899b2f24eb3ff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...16Running on runner-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1598711378-9500aa61...18$ eval "$CI_PRE_CLONE_SCRIPT"19Downloading archived master...20Connecting to storage.googleapis.com (172.217.193.128:443)21saving to '/tmp/gitlab.tar.gz'22gitlab.tar.gz 19% |****** | 195M 0:00:04 ETA23gitlab.tar.gz 53% |***************** | 540M 0:00:01 ETA24gitlab.tar.gz 87% |*************************** | 877M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 1007M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31Checking out 4e12f87c as master...32Skipping Git submodules setup34Checking cache for rails-v2-3...35cache.zip is up to date 36Successfully extracted cache38Downloading artifacts for compile-test-assets (710020301)...39Downloading artifacts from coordinator... ok id=710020301 responseStatus=200 OK token=dz2RyhAg40Downloading artifacts for retrieve-tests-metadata (710020310)...41Downloading artifacts from coordinator... ok id=710020310 responseStatus=200 OK token=LNgn8mU-42Downloading artifacts for setup-test-env (710020306)...43Downloading artifacts from coordinator... ok id=710020306 responseStatus=200 OK token=wSxhzuKE44WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 46$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb47$ export GOPATH=$CI_PROJECT_DIR/.go48$ mkdir -p $GOPATH49$ source scripts/utils.sh50$ source scripts/prepare_build.sh51Bundler version 1.17.252$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet53==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 2 seconds.54$ bundle check55Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.56The Gemfile's dependencies are satisfied57==> 'bundle check' succeeded in 0 seconds.58$ bundle pristine pg59Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.60Installing pg 1.2.2 with native extensions61==> 'bundle pristine pg' succeeded in 12 seconds.62$ gem install knapsack --no-document63Successfully installed knapsack-1.18.0641 gem installed65==> 'gem install knapsack --no-document' succeeded in 1 seconds.66$ setup_db_user_only67CREATE ROLE68GRANT69==> 'setup_db_user_only' succeeded in 0 seconds.70$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee71Dropped database 'gitlabhq_test'72Created database 'gitlabhq_test'73Dropped database 'gitlabhq_geo_test'74Created database 'gitlabhq_geo_test'75==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 31 seconds.76$ run_timed_command "scripts/gitaly-test-build"77$ scripts/gitaly-test-build78Settings are listed in order of priority. The top value will be used.79retry80Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 381path82Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"83jobs84Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 485app_config86Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"87gemfile88Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"89flags90Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"91silence_root_warning92Set via BUNDLE_SILENCE_ROOT_WARNING: true93go install -ldflags '-X gitlab.com/gitlab-org/gitaly/internal/version.version=13.3.0-rc5 -X gitlab.com/gitlab-org/gitaly/internal/version.buildtime=20200829.163025' -tags "tracer_static,tracer_static_jaeger,continuous_profiler_stackdriver" gitlab.com/gitlab-org/gitaly/cmd/praefect gitlab.com/gitlab-org/gitaly/cmd/gitaly-hooks gitlab.com/gitlab-org/gitaly/cmd/gitaly-blackbox gitlab.com/gitlab-org/gitaly/cmd/gitaly gitlab.com/gitlab-org/gitaly/cmd/gitaly-debug gitlab.com/gitlab-org/gitaly/cmd/gitaly-ssh gitlab.com/gitlab-org/gitaly/cmd/gitaly-wrapper94install /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/praefect /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-hooks /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-blackbox /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-debug /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-ssh /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-wrapper /builds/gitlab-org/gitlab/tmp/tests/gitaly95Checking gitaly-ruby Gemfile...96Checking gitaly-ruby bundle...97Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.98The Gemfile's dependencies are satisfied99Trying to connect to gitaly: ......... OK100Trying to connect to praefect: ....... OK101==> 'scripts/gitaly-test-build' succeeded in 46 seconds.102$ run_timed_command "scripts/gitaly-test-spawn"103$ scripts/gitaly-test-spawn104Checking gitaly-ruby Gemfile...105Checking gitaly-ruby bundle...106Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.107The Gemfile's dependencies are satisfied108Trying to connect to gitaly: ........ OK109Trying to connect to praefect: ....... OK110==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.111$ source scripts/rspec_helpers.sh112$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"113KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb114Knapsack report generator started!115RSpec's reporter has already been initialized with #<IO:<STDERR>> as the deprecation stream, so your change to `deprecation_stream` will be ignored. You should configure it earlier for it to take effect, or use the `--deprecation-out` CLI option. (Called from /builds/gitlab-org/gitlab/spec/support/rspec.rb:12:in `block in <top (required)>')116Run options:117 include {:focus=>true}118 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}119All examples were filtered out; ignoring {:focus=>true}120==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...121 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.042016214 seconds...122OAuth Login123Starting the Capybara driver server...124 when the user logs in using the github provider125 when two-factor authentication is disabled126Capybara starting Puma...127* Version 4.3.5.gitlab.3 , codename: Mysterious Traveller128* Min threads: 0, max threads: 4129* Listening on unix:///tmp/20200829-1857-ih2b23130DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)131 logs the user in132 when two-factor authentication is enabled133DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)134 logs the user in135DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)136 when bypass-two-factor is enabled137DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)138 when bypass-two-factor is disabled139 when "remember me" is checked140 when two-factor authentication is disabled141DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)142 remembers the user after a browser restart143 when two-factor authentication is enabled144DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)145 remembers the user after a browser restart146 when "remember me" is not checked147 when two-factor authentication is disabled148DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)149 does not remember the user after a browser restart150 when two-factor authentication is enabled151DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)152 does not remember the user after a browser restart153 when the user logs in using the twitter provider154 when two-factor authentication is disabled155DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)156 logs the user in157 when two-factor authentication is enabled158DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)159 logs the user in160DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)161 when bypass-two-factor is enabled162DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)163 when bypass-two-factor is disabled164 when "remember me" is checked165 when two-factor authentication is disabled166DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)167 remembers the user after a browser restart168 when two-factor authentication is enabled169DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)170 remembers the user after a browser restart171 when "remember me" is not checked172 when two-factor authentication is disabled173DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)174 does not remember the user after a browser restart175 when two-factor authentication is enabled176DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)177 does not remember the user after a browser restart178 when the user logs in using the bitbucket provider179 when two-factor authentication is disabled180DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)181 logs the user in182 when two-factor authentication is enabled183DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)184 logs the user in185DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)186 when bypass-two-factor is enabled187DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)188 when bypass-two-factor is disabled189 when "remember me" is checked190 when two-factor authentication is disabled191DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)192 remembers the user after a browser restart193 when two-factor authentication is enabled194DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)195 remembers the user after a browser restart196 when "remember me" is not checked197 when two-factor authentication is disabled198DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)199 does not remember the user after a browser restart200 when two-factor authentication is enabled201DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)202 does not remember the user after a browser restart203 when the user logs in using the gitlab provider204 when two-factor authentication is disabled205DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)206 logs the user in207 when two-factor authentication is enabled208DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)209 logs the user in210DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)211 when bypass-two-factor is enabled212DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)213 when bypass-two-factor is disabled214 when "remember me" is checked215 when two-factor authentication is disabled216DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)217 remembers the user after a browser restart218 when two-factor authentication is enabled219DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)220 remembers the user after a browser restart221 when "remember me" is not checked222 when two-factor authentication is disabled223DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)224 does not remember the user after a browser restart225 when two-factor authentication is enabled226DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)227 does not remember the user after a browser restart228 when the user logs in using the google_oauth2 provider229 when two-factor authentication is disabled230DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)231 logs the user in232 when two-factor authentication is enabled233DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)234 logs the user in235DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)236 when bypass-two-factor is enabled237DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)238 when bypass-two-factor is disabled239 when "remember me" is checked240 when two-factor authentication is disabled241DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)242 remembers the user after a browser restart243 when two-factor authentication is enabled244DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)245 remembers the user after a browser restart246 when "remember me" is not checked247 when two-factor authentication is disabled248DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)249 does not remember the user after a browser restart250 when two-factor authentication is enabled251DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)252 does not remember the user after a browser restart253 when the user logs in using the facebook provider254 when two-factor authentication is disabled255DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)256 logs the user in257 when two-factor authentication is enabled258DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)259 logs the user in260DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)261 when bypass-two-factor is enabled262DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)263 when bypass-two-factor is disabled264 when "remember me" is checked265 when two-factor authentication is disabled266DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)267 remembers the user after a browser restart268 when two-factor authentication is enabled269DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)270 remembers the user after a browser restart271 when "remember me" is not checked272 when two-factor authentication is disabled273DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)274 does not remember the user after a browser restart275 when two-factor authentication is enabled276DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)277 does not remember the user after a browser restart278 when the user logs in using the cas3 provider279 when two-factor authentication is disabled280DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)281 logs the user in282 when two-factor authentication is enabled283DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)284 logs the user in285DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)286 when bypass-two-factor is enabled287DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)288 when bypass-two-factor is disabled289 when "remember me" is checked290 when two-factor authentication is disabled291DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)292 remembers the user after a browser restart293 when two-factor authentication is enabled294DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)295 remembers the user after a browser restart296 when "remember me" is not checked297 when two-factor authentication is disabled298DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)299 does not remember the user after a browser restart300 when two-factor authentication is enabled301DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)302 does not remember the user after a browser restart303 when the user logs in using the auth0 provider304 when two-factor authentication is disabled305DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)306 logs the user in307 when two-factor authentication is enabled308DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)309 logs the user in310DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)311 when bypass-two-factor is enabled312DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)313 when bypass-two-factor is disabled314 when "remember me" is checked315 when two-factor authentication is disabled316DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)317 remembers the user after a browser restart318 when two-factor authentication is enabled319DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)320 remembers the user after a browser restart321 when "remember me" is not checked322 when two-factor authentication is disabled323DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)324 does not remember the user after a browser restart325 when two-factor authentication is enabled326DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)327 does not remember the user after a browser restart328 when the user logs in using the authentiq provider329 when two-factor authentication is disabled330DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)331 logs the user in332 when two-factor authentication is enabled333DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)334 logs the user in335DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)336 when bypass-two-factor is enabled337DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)338 when bypass-two-factor is disabled339 when "remember me" is checked340 when two-factor authentication is disabled341DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)342 remembers the user after a browser restart343 when two-factor authentication is enabled344DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)345 remembers the user after a browser restart346 when "remember me" is not checked347 when two-factor authentication is disabled348DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)349 does not remember the user after a browser restart350 when two-factor authentication is enabled351DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)352 does not remember the user after a browser restart353 when the user logs in using the salesforce provider354 when two-factor authentication is disabled355DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)356 logs the user in357 when two-factor authentication is enabled358DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)359 logs the user in360DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)361 when bypass-two-factor is enabled362DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)363 when bypass-two-factor is disabled364 when "remember me" is checked365 when two-factor authentication is disabled366DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)367 remembers the user after a browser restart368 when two-factor authentication is enabled369DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)370 remembers the user after a browser restart371 when "remember me" is not checked372 when two-factor authentication is disabled373DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)374 does not remember the user after a browser restart375 when two-factor authentication is enabled376DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)377 does not remember the user after a browser restart378Issues > User edits issue379 from edit page380 previews content381 allows user to select unassigned382 with due date383Locator Integer:2 for selector :button must be an instance of String or Symbol. This will raise an error in a future version of Capybara.384 saves with due date385 warns about version conflict386 from issue#show387 update labels388 will not send ajax request when no data is changed389 update assignee390 by authorized user391 allows user to select unassigned392 allows user to select an assignee393 allows user to unselect themselves394 by unauthorized user395 shows assignee text396 update milestone397 by authorized user398 allows user to select unassigned399 allows user to de-select milestone400 allows user to search milestone401 by unauthorized user402 shows milestone text403 update due date404Locator Integer:3 for selector :button must be an instance of String or Symbol. This will raise an error in a future version of Capybara.405 adds due date to issue406Locator Integer:3 for selector :button must be an instance of String or Symbol. This will raise an error in a future version of Capybara.407 removes due date from issue408Issue Boards add issue modal409 resets filtered search state410 modal interaction411 opens modal412 closes modal413 closes modal if cancel button clicked414 does not show tooltip on add issues button415 issues list416 loads issues417 shows selected issues418 list dropdown419 resets after deleting list420 search421 returns issues422 returns no issues423 selecing issues424 selects single issue425 changes button text426 changes button text with plural427 shows only selected issues on selected tab428 selects all issues429 deselects all issues430 selects all that arent already selected431 unselects from selected tab432 adding issues433 adds to board434 adds to second list435Project Graph436 commits graph437 behaves like page should have commits graphs438 renders commits439 languages graph440 behaves like page should have commits graphs441 renders commits442 charts graph443 behaves like page should have commits graphs444 renders commits445 chart graph with HTML escaped branch name446 HTML escapes branch name447 behaves like page should have commits graphs448 renders commits449 when CI enabled450 renders CI graphs451Group issues page452 with shared examples453 public access level454 group member455 is expected to have text "this is my created issuable"456 non-member457 is expected to have text "this is my created issuable"458 private access level459 group member460 is expected to have text "this is my created issuable"461 non-member462 is expected not to have text "this is my created issuable"463 rss feed464 when signed in465 behaves like an autodiscoverable RSS feed with current_user's feed token466 has an RSS autodiscovery link tag with current_user's feed token467 it has an RSS button with current_user's feed token468 shows the RSS button with current_user's feed token469 when signed out470 behaves like an autodiscoverable RSS feed without a feed token471 has an RSS autodiscovery link tag without a feed token472 it has an RSS button without a feed token473 shows the RSS button without a feed token474 assignee475 filters by only group users476 issues list477 returns all group and subgroup issues478 when project is archived479 does not render issue480 projects with issues disabled481 issue dropdown482 shows projects only with issues feature enabled483 manual ordering484 displays all issues485 has manual-ordering css applied486 each issue item has a user-can-drag css applied487 issues should be draggable and persist order488 issues should not be draggable when user is not logged in489 issues pagination490 shows the pagination491 first pagination item is active492Comments on personal snippets493 when viewing the snippet detail page494 contains notes for a snippet with correct action icons495 shows the status of a note author496 shows the author name497 when the author name contains HTML498 renders the name as plain text499 when submitting a note500 shows a valid form501 previews a note502 creates a note503 does not have autocomplete504 behaves like personal snippet with references505 when using references to resources506 behaves like handles resource links507 with access to the resource508 converts the reference to a link509 without access to the resource510 does not convert the reference to a link511 when using links to resources512 behaves like handles resource links513 with access to the resource514 converts the reference to a link515 without access to the resource516 does not convert the reference to a link517 when editing a note518 changes the text519 when deleting a note520 removes the note from the snippet detail page521Merge request > User sees threads522 Diff discussions523 active threads524 shows a link to the diff525 outdated threads526 shows a link to the outdated diff527 Commit comments displayed in MR context528 a commit diff comment529 displays correct header530 behaves like a functional discussion531 is displayed532 can be replied to533 a commit non-diff discussion534 displays correct header535Projects > Members > User requests access536 request access feature is disabled537 user can request access to a project538 user is not listed in the project members page539 user can withdraw its request for access540 code access is restricted541 user can request access542Admin Groups543 list544 renders groups545 create a group546 creates new group547 shows the visibility level radio populated with the default value548 when entered in group name, it auto filled the group path549 auto populates the group path with the group name550 when entering in group path, group name does not change anymore551 show a group552 shows the group553 has a link to the group554 group edit555 shows the visibility level radio populated with the group visibility_level value556 shows the subgroup creation level dropdown populated with the group subgroup_creation_level value557 edit group path does not change group name558 add user into a group559 behaves like adds user into a group560 is expected to have text "Reporter"561 behaves like adds user into a group562 is expected to have text "Reporter"563 add admin himself to a group564 adds admin a to a group as developer565 shared projects566 renders shared project567Dashboard > Activity568 rss569 behaves like it has an RSS button with current_user's feed token570 shows the RSS button with current_user's feed token571 behaves like an autodiscoverable RSS feed with current_user's feed token572 has an RSS autodiscovery link tag with current_user's feed token573 event filters574 user should see all events575 user should see only pushed events576 user should see only merged events577 user should see only issues events578 user should see only comments events579 user should see only joined events580 user see selected event after page reloading581Dashboard Groups page582 shows groups user is member of583 shows subgroups the user is member of584 when filtering groups585 expands when filtering groups586 resets search when user cleans the input587 with subgroups588 shows subgroups inside of its parent group589 can toggle parent group590 when using pagination591 loads results for next page592 when signed in as admin593 shows only groups admin is member of594Admin Mode Logout595unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.596unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.597unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.598 disable removes admin mode and redirects to root page599 disable shows flash notice600 on a read-only instance601 disable removes admin mode and redirects to root page602Merge request > User approves603 approves merge request604Merge Request button605 on branches page606 behaves like Merge request button only shown when allowed607 not logged in608 does not show Create merge request button609 logged in as developer610 shows Create merge request button611 merge requests are disabled612 does not show Create merge request button613 when the project is archived614 hides the link615 logged in as non-member616 does not show Create merge request button617 on own fork of project618 shows Create merge request button619 on compare page620 behaves like Merge request button only shown when allowed621 not logged in622 does not show Create merge request button623 logged in as developer624 shows Create merge request button625 merge requests are disabled626 does not show Create merge request button627 when the project is archived628 hides the link629 logged in as non-member630 does not show Create merge request button631 on own fork of project632 shows Create merge request button633 on commits page634 behaves like Merge request button only shown when allowed635 not logged in636 does not show Create merge request button637 logged in as developer638 shows Create merge request button639 merge requests are disabled640 does not show Create merge request button641 when the project is archived642 hides the link643 logged in as non-member644 does not show Create merge request button645 on own fork of project646 shows Create merge request button647User merges a merge request648 ff-only merge649 when branch is rebased650 behaves like fast forward merge a merge request651 merges a merge request652 when branch is merged653 behaves like fast forward merge a merge request654 merges a merge request655Merge request > User sees check out branch modal656 shows the check out branch modal657 closes the check out branch modal with escape keypress658Groups > Members > Owner adds member with expiration date659 expiration date is displayed in the members list660 change expiration date661 remove expiration date662Search for labels663 searches for label by title664 searches for label by description665 shows nothing found message666Merge request > User sees system notes667 when logged-in as a member of the private project668 shows the system note669 when not logged-in670 hides the system note671Dashboard Group672 defaults sort dropdown to last created673 creates new group674User views AsciiDoc page with includes675 when the file being included exists676 includes the file contents677 when there are multiple versions of the wiki pages678 viewing the latest version679 includes the latest content680 viewing the original version681 includes the content from the original version682 when the file being included does not exist683 outputs an error684Group AWS EKS Cluster685 when user does not have a cluster and visits group clusters page686 when user creates a cluster on AWS EKS687 user sees a form to create an EKS cluster688Projects > Settings > User changes default branch689 with normal project690 allows to change the default branch691 with empty project692 does not show default branch selector693viewing issues with design references694 the user has access to a public project695 behaves like successful use of design link references696 shows the issue description and design references697 the user does not have access to a private project698 redacts inaccessible design references699 the user has access to a private project700 behaves like successful use of design link references701 shows the issue description and design references702 design management is entirely disabled703 processes design links as issue references704 design management is enabled, but the filter is disabled globally705 processes design tab links successfully, and design references as issue references706 design management is enabled, and the filter is enabled for the current project707 behaves like successful use of design link references708 shows the issue description and design references709Product Analytics > Graphs710 shows graphs711Projects > Labels > User sees links to issuables712 with a project label713 when merge requests and issues are enabled for the project714 shows links to MRs and issues715 when issues are disabled for the project716 shows links to MRs but not to issues717 when merge requests are disabled for the project718 shows links to issues but not to MRs719 with a group label720 when merge requests and issues are enabled for the project721 shows links to MRs and issues722 when issues are disabled for the project723 shows links to MRs and issues724 when merge requests are disabled for the project725 shows links to MRs and issues726User page727 shows the status if there was one728 with public profile729 shows all the tabs730 does not show private profile message731 work information732 shows job title and organization details733 shows job title734 shows organization details735 with private profile736 shows no tab737 shows private profile message738 shows own tabs739 with blocked profile740 shows no tab741 shows blocked message742 shows user name as blocked743 shows no additional fields744 shows username745 signup disabled746 shows the sign in link747 signup enabled748 shows the sign in and register link749 most recent activity750 shows the most recent activity751 when external authorization is enabled752 hides the most recent activity753User views milestones754Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.755 shows milestone756 with issues757 opens milestone758 with associated releases759 with a single associated release760 shows the associated release761 with lots of associated releases762 shows the associated releases and the truncation text763User views milestones with no MR764Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.765 shows milestone766 opens milestone767Upload a project export archive768 behaves like handling file uploads769 with object storage disabled770 behaves like for a project export archive771 is expected to change `Project.count` by 1772 is expected to eq 201773Explore Snippets774 User775 see snippets that are not private776 shows new snippet button in header777 External user778 see only public snippets779 without snippets780 hides new snippet button781 with snippets782 hides new snippet button783 Not authenticated user784 see only public snippets785admin deploy keys786 show all public deploy keys787 shows all the projects the deploy key has write access788 create a new deploy key789 creates a new deploy key790 update an existing deploy key791 updates an existing deploy key792 remove an existing deploy key793 removes an existing deploy key794Projects > Files > User searches for files795 project main screen796 when project is empty797 does not show any result798 when project is not empty799 shows "Find file" button800 project tree screen801 shows found files802Password reset803 throttling804 sends reset instructions when not previously sent805 sends reset instructions when previously sent more than a minute ago806 throttles multiple resets in a short timespan807 Changing password while logged in808 updates the password809Projects > Settings > User tags a project810 sets project topics811Abuse reports812 Report abuse813User views closed merge requests814 shows closed merge requests815Admin browse spam logs816 Browse spam logs817Groups > Labels > User sees links to issuables818 shows links to MRs and issues819Knapsack report was generated. Preview:820{821 "spec/features/oauth_login_spec.rb": 231.2860198020935,822 "spec/features/issues/user_edits_issue_spec.rb": 90.9812843799591,823 "spec/features/boards/add_issues_modal_spec.rb": 73.89441919326782,824 "spec/features/projects/graph_spec.rb": 66.9580557346344,825 "spec/features/groups/issues_spec.rb": 51.0435791015625,826 "spec/features/snippets/notes_on_personal_snippets_spec.rb": 40.93103289604187,827 "spec/features/merge_request/user_sees_discussions_spec.rb": 37.50739145278931,828 "spec/features/projects/members/user_requests_access_spec.rb": 37.78105711936951,829 "spec/features/admin/admin_groups_spec.rb": 21.093213319778442,830 "spec/features/dashboard/activity_spec.rb": 19.5273220539093,831 "spec/features/dashboard/groups_list_spec.rb": 20.367285013198853,832 "spec/features/admin/admin_mode/logout_spec.rb": 17.271270751953125,833 "spec/features/merge_request/user_approves_spec.rb": 14.137322425842285,834 "spec/features/projects/merge_request_button_spec.rb": 15.800237894058228,835 "spec/features/merge_request/user_merges_merge_request_spec.rb": 13.280148267745972,836 "spec/features/merge_request/user_sees_check_out_branch_modal_spec.rb": 10.093739032745361,837 "spec/features/groups/members/master_adds_member_with_expiration_date_spec.rb": 7.52111554145813,838 "spec/features/groups/labels/search_labels_spec.rb": 10.08943223953247,839 "spec/features/merge_request/user_sees_system_notes_spec.rb": 8.962260007858276,840 "spec/features/dashboard/group_spec.rb": 5.5213623046875,841 "spec/features/projects/wiki/users_views_asciidoc_page_with_includes_spec.rb": 6.769790410995483,842 "spec/features/groups/clusters/eks_spec.rb": 5.5035240650177,843 "spec/features/projects/settings/user_changes_default_branch_spec.rb": 4.158129453659058,844 "spec/features/projects/issues/design_management/user_links_to_designs_in_issue_spec.rb": 4.9738380908966064,845 "spec/features/projects/product_analytics/graphs_spec.rb": 3.4282336235046387,846 "spec/features/projects/labels/user_sees_links_to_issuables_spec.rb": 3.7951083183288574,847 "spec/features/users/show_spec.rb": 3.6427438259124756,848 "spec/features/milestones/user_views_milestones_spec.rb": 3.8283212184906006,849 "spec/features/file_uploads/project_import_spec.rb": 3.6503350734710693,850 "spec/features/snippets/explore_spec.rb": 3.068563938140869,851 "spec/features/admin/admin_deploy_keys_spec.rb": 3.5319418907165527,852 "spec/features/projects/files/user_searches_for_files_spec.rb": 3.1765172481536865,853 "spec/features/password_reset_spec.rb": 1.9045236110687256,854 "spec/features/projects/settings/user_tags_project_spec.rb": 1.5171995162963867,855 "spec/features/abuse_report_spec.rb": 1.0860562324523926,856 "spec/features/merge_requests/user_views_closed_merge_requests_spec.rb": 0.728935718536377,857 "spec/features/admin/admin_browse_spam_logs_spec.rb": 0.46175241470336914,858 "spec/features/groups/labels/user_sees_links_to_issuables_spec.rb": 0.16553759574890137859}860Knapsack global time execution for tests: 14m 09s861Finished in 15 minutes 6 seconds (files took 54.37 seconds to load)862302 examples, 0 failures863Sat Aug 29 16:47:25 UTC 2020865Not uploading cache rails-v2-3 due to policy867Uploading artifacts...868coverage/: found 5 matching files and directories 869knapsack/: found 3 matching files and directories 870rspec_flaky/: found 4 matching files and directories 871rspec_profiling/: found 2 matching files and directories 872WARNING: tmp/capybara/: no matching files 873tmp/memory_test/: found 2 matching files and directories 874log/*.log: found 13 matching files and directories 875Uploading artifacts as "archive" to coordinator... ok id=710020389 responseStatus=201 Created token=g2EEbSXr876Uploading artifacts...877junit_rspec.xml: found 1 matching files and directories 878Uploading artifacts as "junit" to coordinator... ok id=710020389 responseStatus=201 Created token=g2EEbSXr879Job succeeded