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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on docker-auto-scale-com 8a6210b84Using 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-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1598711430-b3deb265...18$ eval "$CI_PRE_CLONE_SCRIPT"19Downloading archived master...20Connecting to storage.googleapis.com (172.217.204.128:443)21saving to '/tmp/gitlab.tar.gz'22gitlab.tar.gz 9% |*** | 100M 0:00:09 ETA23gitlab.tar.gz 46% |************** | 469M 0:00:02 ETA24gitlab.tar.gz 78% |************************* | 794M 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...35Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rails-v2-3 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 1 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 1 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 11 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 34 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.163039' -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 49 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.046088014 seconds...122Projects > Show > Collaboration links123Starting the Capybara driver server...124 with developer user125Capybara starting Puma...126* Version 4.3.5.gitlab.3 , codename: Mysterious Traveller127* Min threads: 0, max threads: 4128* Listening on unix:///tmp/20200829-1858-75p1th1292020-08-29 16:32:50 +0000: Rack app error handling request { GET /namespace1/project1 }130#<Gitlab::QueryLimiting::Transaction::ThresholdExceededError: Too many SQL queries were executed in ProjectsController#show: a maximum of 100 is allowed but 104 SQL queries were executed>131/builds/gitlab-org/gitlab/lib/gitlab/query_limiting/transaction.rb:56:in `act_upon_results'132/builds/gitlab-org/gitlab/lib/gitlab/query_limiting/middleware.rb:21:in `call'133/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-labkit-0.12.1/lib/labkit/middleware/rack.rb:19:in `block in call'134/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-labkit-0.12.1/lib/labkit/context.rb:32:in `with_context'135/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-labkit-0.12.1/lib/labkit/middleware/rack.rb:18:in `call'136/builds/gitlab-org/gitlab/ee/lib/gitlab/jira/middleware.rb:19:in `call'137/builds/gitlab-org/gitlab/lib/gitlab/middleware/go.rb:20:in `call'138/builds/gitlab-org/gitlab/lib/gitlab/etag_caching/middleware.rb:13:in `call'139/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/batch-loader-1.4.0/lib/batch_loader/middleware.rb:11:in `call'140/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/bullet-6.1.0/lib/bullet/rack.rb:12:in `call'141/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-attack-6.3.0/lib/rack/attack.rb:97:in `call'142/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/apollo_upload_server-2.0.0.beta.3/lib/apollo_upload_server/middleware.rb:20:in `call'143/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:140:in `call'144/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-attack-6.3.0/lib/rack/attack.rb:111:in `call'145/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:36:in `block in call'146/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:34:in `catch'147/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:34:in `call'148/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-cors-1.0.6/lib/rack/cors.rb:98:in `call'149/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/tempfile_reaper.rb:15:in `call'150/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/etag.rb:25:in `call'151/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/conditional_get.rb:25:in `call'152/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/head.rb:12:in `call'153/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/http/content_security_policy.rb:18:in `call'154/builds/gitlab-org/gitlab/lib/gitlab/middleware/read_only/controller.rb:51:in `call'155/builds/gitlab-org/gitlab/lib/gitlab/middleware/read_only.rb:18:in `call'156/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/session/abstract/id.rb:259:in `context'157/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/session/abstract/id.rb:253:in `call'158/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/cookies.rb:648:in `call'159/builds/gitlab-org/gitlab/lib/gitlab/middleware/same_site_cookies.rb:27:in `call'160/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'161/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:101:in `run_callbacks'162/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:26:in `call'163/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'164/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'165/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'166/builds/gitlab-org/gitlab/lib/gitlab/middleware/basic_health_check.rb:25:in `call'167/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:37:in `call_app'168/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:26:in `block in call'169/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:80:in `block in tagged'170/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:28:in `tagged'171/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:80:in `tagged'172/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:26:in `call'173/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'174/builds/gitlab-org/gitlab/lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'175/builds/gitlab-org/gitlab/lib/gitlab/middleware/request_context.rb:23:in `call'176/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/request_store-1.5.0/lib/request_store/middleware.rb:19:in `call'177/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/request_id.rb:27:in `call'178/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/method_override.rb:22:in `call'179/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/runtime.rb:22:in `call'180/builds/gitlab-org/gitlab/config/initializers/fix_local_cache_middleware.rb:9:in `call'181/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/executor.rb:14:in `call'182/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'183/builds/gitlab-org/gitlab/lib/gitlab/middleware/static.rb:11:in `call'184/builds/gitlab-org/gitlab/lib/gitlab/testing/clear_process_memory_cache_middleware.rb:13:in `call'185/builds/gitlab-org/gitlab/lib/gitlab/testing/request_inspector_middleware.rb:33:in `call'186/builds/gitlab-org/gitlab/lib/gitlab/testing/request_blocker_middleware.rb:47:in `call'187/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/sendfile.rb:111:in `call'188/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/host_authorization.rb:76:in `call'189/builds/gitlab-org/gitlab/lib/gitlab/metrics/requests_rack_middleware.rb:60:in `call'190/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/sentry-raven-2.9.0/lib/raven/integrations/rack.rb:51:in `call'191/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/engine.rb:527:in `call'192/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:68:in `block in call'193/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:53:in `each'194/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:53:in `call'195/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/server/middleware.rb:58:in `call'196/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.5.gitlab.3/lib/puma/configuration.rb:228:in `call'197/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.5.gitlab.3/lib/puma/server.rb:722:in `handle_request'198/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.5.gitlab.3/lib/puma/server.rb:481:in `process_client'199/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.5.gitlab.3/lib/puma/server.rb:335:in `block in run'200/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.5.gitlab.3/lib/puma/thread_pool.rb:138:in `block in spawn_thread'201 shows all the expected links2031st Try error in ./spec/features/projects/show/user_sees_collaboration_links_spec.rb:20:204Too many SQL queries were executed in ProjectsController#show: a maximum of 100 is allowed but 104 SQL queries were executed205Unexpected browser console output:206http://127.0.0.1:46289/namespace1/project1 - Failed to load resource: the server responded with a status of 500 (Internal Server Error)208RSpec::Retry: 2nd try ./spec/features/projects/show/user_sees_collaboration_links_spec.rb:20209 hides the links when the project is archived210 Web IDE link211 merge_requests_access_level: 0, user_level: :guest, expect_ide_link: false212 updates Web IDE link213 merge_requests_access_level: 0, user_level: :developer, expect_ide_link: true214 updates Web IDE link215 merge_requests_access_level: 10, user_level: :guest, expect_ide_link: false216 updates Web IDE link217 merge_requests_access_level: 10, user_level: :developer, expect_ide_link: true218 updates Web IDE link219 merge_requests_access_level: 20, user_level: :guest, expect_ide_link: true220 updates Web IDE link221 merge_requests_access_level: 20, user_level: :developer, expect_ide_link: true222 updates Web IDE link223Project224 creating from template225 allows creation from templates226 shows tip about push to create git command227 shows the command in a popover228 description229 parses Markdown230 passes through html-pipeline231 sanitizes unwanted tags232 permits `rel` attribute on links233 read more234 does not display "read more" link on desktop breakpoint235 displays "read more" link on mobile breakpoint236 project topics237 shows project topics238 shows up to 3 project tags239 copy clone URL to clipboard240 desktop component241 shows on md and larger breakpoints242 mobile component243 shows mobile component on sm and smaller breakpoints244 remove forked relationship245 removes fork246 showing information about source of a project fork247 shows a link to the source project when it is available248 does not contain fork network information for the root project249 does not show the name of the deleted project when the source was deleted250 a fork of a fork251 links to the base project if the source project is removed252 when the project repository is disabled253 does not show an error254 removal255 focuses on the confirmation field256 deletes a project257 tree view (default view is set to Files)258 has working links to files259 has working links to directories260 has working links to submodules261 for signed commit on default branch262 displays a GPG badge263 for subgroups264 renders tree table without errors265 for signed commit266 displays a GPG badge267 activity view268 loads activity269 content is not cached after signing out270 does not load activity271 edit272 behaves like dirty submit form273 disables .js-general-settings-form submit until there are changes on input[name="project[name]"]274 disables .rspec-merge-request-settings submit until there are changes on #project_printing_merge_request_link_enabled275Issues > Labels bulk assignment276 as an allowed user277 sidebar278 is present when bulk edit is enabled279 is not present when bulk edit is disabled280 can bulk assign281 a label282 to all issues283 is expected not to have text "frontend"284 to some issues285 is expected not to have text "frontend"286 to an issue287 is expected not to have text "frontend"288 to an issue by selecting the label first289 is expected not to have text "frontend"290 multiple labels291 to all issues292 is expected to have text "feature"293 to a issue294 is expected not to have text "feature"295 can assign a label to all issues when label is present296 is expected to have text "bug"297 can bulk un-assign298 all labels to all issues299 is expected not to have text "feature"300 a label to a issue301 is expected to have text "feature"302 a label and keep the others label303 is expected to have text "feature"304 toggling a milestone305 setting a milestone306 keeps labels307 setting a milestone and adding another label308 keeps existing label and new label is present309 setting a milestone and removing existing label310 keeps existing label and new label is present311 unsetting a milestone312 keeps labels313 toggling checked issues314 is expected to have text "feature"315 mark previously toggled label316 is expected to have text "feature"317 unmarking common label318 applies label from filtered results319 as a guest320 cannot bulk assign labels321 is expected not to have visible css ".issue-check"322Merge request > User edits assignees sidebar323 when invite_members_version_a experiment is not enabled324 when assigned to maintainer325 behaves like when assigned326 shows assignee name327 shows assignee tooltip ''328 when edit is clicked329 shows assignee tooltip '330 does not show invite link331 when assigned to developer332 behaves like when assigned333 shows assignee name334 shows assignee tooltip 'Cannot merge'335 when edit is clicked336 shows assignee tooltip 'Cannot merge337 does not show invite link338 when invite_members_version_a experiment is enabled339 when user can not see invite members340 does not see link to invite members341 when user can see invite members342 sees link to invite members343Compare344 branches345 pre-populates fields346 renders additions info when click unfold diff347 filters branches348 behaves like compares branches349 compares branches350 on a read-only instance351 behaves like compares branches352 compares branches353 when project have an open merge request354 compares branches355 when commit has overflow356 displays warning357 tags358 compares tags359Contributions Calendar360 calendar day selection361 displays calendar362 select calendar day363 displays calendar day activities364 select another calendar day365 displays different calendar day activities366 deselect calendar day367 hides calendar day activities368 calendar daily activities369 1 issue creation calendar activity370 behaves like a day with activity371 displays calendar activity square for 1 contribution372 issue title is shown on activity page373 displays calendar activity log374 1 comment calendar activity375 behaves like a day with activity376 displays calendar activity square for 1 contribution377 10 calendar activities378 behaves like a day with activity379 displays calendar activity square for 1 contribution380 calendar activity on two days381 displays calendar activity squares for both days382 displays calendar activity square for yesterday383 displays calendar activity square for today384 on smaller screens385 size xs386 behaves like hidden activity calendar387 hides the activity calender388issue move to another project389 user does not have permission to move issue390 moving issue to another project not allowed391 user has permission to move issue392 moving issue to another project393 searching project dropdown394 user does not have permission to move the issue to a project395 browsing projects in projects select396 issue has been already moved397 user wants to move issue that has already been moved398 service desk issue moved to a project with service desk disabled399 shows an alert after being moved400 does not show an alert after being dismissed401Service Desk Issue Tracker402 navigation to service desk403 can navigate to the service desk from link in the sidebar404 issues list405 when service desk is misconfigured406 shows a message to say the configuration is incomplete407 when service desk has not been activated408 service desk info content409 when user has permissions to edit project settings410 displays the large info box, documentation, and a button to configure411 when user does not have permission to edit project settings412 does not show a button configure service desk413 when service desk has been activated414 when there are no issues415 service desk info content416 displays the large info box, documentation, and the address417 when user does not have permission to edit project settings418 displays the large info box and the documentation link419 when there are issues420 service desk info content421 displays the small info box, documentation, a button to configure service desk, and the address422 issues list423 only displays issues created by support bot424 search box425 adds hidden support bot author token426 support bot author token cannot be deleted427User browses a job428 erases the job log429 with a failed job430 displays the failure reason431 when a failed job has been retried432 displays the failure reason and retried label433Projects > Snippets > Create Snippet434 shows collapsible description input435 creates a new snippet436 uploads a file when dragging into textarea437 displays validation errors438 when the git operation fails439 renders the new page and displays the error440Import/Export - project export integration test441 admin user442 with streaming serializer443 exports a project successfully444 with ndjson445 exports a project successfully446Groups > Members > Leave group447 guest leaves the group448 guest leaves the group by url param449 guest leaves the group as last member450 owner leaves the group if they are not the last owner451 owner can not leave the group if they are the last owner452 owner can not leave the group by url param if they are the last owner453Merge request > User sees MR with deleted source branch454 shows a message about missing source branch455 still contains Discussion, Commits and Changes tabs456Manually create a todo item from issue457 creates todo when clicking button458 marks a todo as done459User sees user popover460 hovering over a user link in a merge request461 displays user popover462 displays user popover in system note463Admin uses repository checks464 when admin mode is disabled465 admin project page requires admin mode466 when admin mode is enabled467unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.468unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.469unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.470 to trigger a single check471 to see a single failed repository check472 to clear all repository checks473User searches for wiki pages474 does not show top right search form475 when searching by content476 behaves like search wiki blobs477 finds a page478 when searching by title479 behaves like search wiki blobs480 finds a page481Projects > Settings > Pipelines settings482 for developer483 to be disallowed to view484 for maintainer485 be allowed to change486 updates auto_cancel_pending_pipelines487 updates forward_deployment_enabled488 Auto DevOps489 when auto devops is turned on instance-wide490 auto devops is on by default and can be manually turned off491 when auto devops is not turned on instance-wide492 auto devops is off by default and can be manually turned on493 when auto devops is turned on group level494 renders group enabled badge495 when auto devops is turned on group parent level496 renders group enabled badge497 runners registration token498 has a registration token499 reload registration token500 changes registration token501Developer deletes tag502 from the tags list page503 deletes the tag504 from a specific tag page505 deletes the tag506 when pre-receive hook fails507 shows the error message508User paginates issue designs509 design_management_moved flag disabled510 paginates to next design511 design_management_moved flag enabled512 paginates to next design513Math rendering514 renders inline and display math correctly515 only renders non XSS links516user reads pipeline status517 behaves like visiting project tree518 sees the correct pipeline status519 behaves like visiting project tree520 sees the correct pipeline status521Dropdown base522 behavior523 shows loading indicator when opened524 hides loading indicator when loaded525 caching requests526 caches requests after the first load527Projects > Show > Download buttons528 when checking project main page529 behaves like archive download buttons530 when static objects external storage is enabled531 private project532 shows archive download buttons with external storage URL prepended and user token appended to their href533 public project534 shows archive download buttons with external storage URL prepended to their href535 when static objects external storage is disabled536 shows default archive download buttons537 with artifacts538 shows download artifacts button539 download links have download attribute540Prometheus external alerts541 with manual configuration542 shows the Alerts section543 with no configuration544 does not show the Alerts section545Projects > Settings > Packages546 Packages enabled in config547 displays the packages toggle button548 Packages disabled in config549 does not show up in UI550Projects > Activity > User sees design comment551 shows the design comment action in the activity page552 allows to filter out the design event with the "event_filter=issue" URL param553 allows to filter in the event with the "event_filter=comments" URL param554Sort labels555 sorts by title by default556 sorts by date557User deletes comments on a commit558 deletes comment559User creates labels560 in project561 when data is valid562 creates new label563 when data is invalid564 when title is invalid565 shows error message566 when color is invalid567 shows error message568 when label already exists569 shows error message570 in another project571 creates new label572GFM autocomplete loading573 does not load on project#show574 loads on new issue page575Projects > Members > Group member cannot request access to their group project576 owner does not see the request access button577 maintainer does not see the request access button578 developer does not see the request access button579 reporter does not see the request access button580 guest does not see the request access button581Dropdown label582 behavior583 loads all the labels when opened584User Snippets585 View all of my snippets586 View my public snippets587 View my internal snippets588 View my private snippets589admin manage applications590 is expected not to have text "test_changed"591Search group member592 renders member users593User promotes label594 when user can admin group labels595 shows label promote button596 when user cannot admin group labels597 does not show label promote button598New merge request breadcrumb599 displays link to project merge requests and new merge request600Classification label on project pages601 shows the classification label on the project page602Knapsack report was generated. Preview:603{604 "spec/features/projects/show/user_sees_collaboration_links_spec.rb": 160.21454906463623,605 "spec/features/projects_spec.rb": 101.04713082313538,606 "spec/features/issues/bulk_assignment_labels_spec.rb": 102.37358975410461,607 "spec/features/merge_request/user_edits_assignees_sidebar_spec.rb": 56.76086640357971,608 "spec/features/projects/compare_spec.rb": 44.29800295829773,609 "spec/features/calendar_spec.rb": 29.62186026573181,610 "spec/features/issues/move_spec.rb": 44.96145963668823,611 "spec/features/issues/service_desk_spec.rb": 26.34390163421631,612 "spec/features/projects/jobs/user_browses_job_spec.rb": 18.0876305103302,613 "spec/features/projects/snippets/create_snippet_spec.rb": 22.53284978866577,614 "spec/features/projects/import_export/export_file_spec.rb": 21.79436182975769,615 "spec/features/groups/members/leave_group_spec.rb": 15.05483603477478,616 "spec/features/merge_request/user_sees_mr_with_deleted_source_branch_spec.rb": 13.818596124649048,617 "spec/features/issues/todo_spec.rb": 13.29801058769226,618 "spec/features/projects/user_sees_user_popover_spec.rb": 10.972669839859009,619 "spec/features/admin/admin_uses_repository_checks_spec.rb": 15.11805009841919,620 "spec/features/search/user_searches_for_wiki_pages_spec.rb": 12.998066902160645,621 "spec/features/projects/settings/pipelines_settings_spec.rb": 12.94881796836853,622 "spec/features/tags/developer_deletes_tag_spec.rb": 9.310449123382568,623 "spec/features/projects/issues/design_management/user_paginates_designs_spec.rb": 11.971105813980103,624 "spec/features/markdown/math_spec.rb": 5.7025370597839355,625 "spec/features/projects/files/user_reads_pipeline_status_spec.rb": 7.712491273880005,626 "spec/features/issues/filtered_search/dropdown_base_spec.rb": 8.604699611663818,627 "spec/features/projects/show/download_buttons_spec.rb": 6.240649461746216,628 "spec/features/projects/services/prometheus_external_alerts_spec.rb": 8.492039680480957,629 "spec/features/projects/settings/packages_settings_spec.rb": 5.596752882003784,630 "spec/features/projects/activity/user_sees_design_comment_spec.rb": 5.854047060012817,631 "spec/features/projects/labels/sort_labels_spec.rb": 5.408857583999634,632 "spec/features/projects/commit/comments/user_deletes_comments_spec.rb": 5.053380727767944,633 "spec/features/projects/labels/user_creates_labels_spec.rb": 5.979126214981079,634 "spec/features/projects/gfm_autocomplete_load_spec.rb": 4.957247257232666,635 "spec/features/projects/members/group_member_cannot_request_access_to_his_group_project_spec.rb": 4.220855951309204,636 "spec/features/issues/filtered_search/dropdown_label_spec.rb": 2.9119436740875244,637 "spec/features/snippets/user_snippets_spec.rb": 2.594097137451172,638 "spec/features/admin/admin_manage_applications_spec.rb": 1.7524065971374512,639 "spec/features/groups/members/search_members_spec.rb": 0.9796452522277832,640 "spec/features/projects/labels/user_promotes_label_spec.rb": 0.9387543201446533,641 "spec/features/merge_request/user_sees_breadcrumb_links_spec.rb": 0.6828458309173584,642 "spec/features/projects/classification_label_on_project_pages_spec.rb": 0.9703950881958008643}644Knapsack global time execution for tests: 13m 48s645Finished in 14 minutes 34 seconds (files took 1 minute 2.55 seconds to load)646194 examples, 0 failures647Sat Aug 29 16:47:22 UTC 2020649Not uploading cache rails-v2-3 due to policy651Uploading artifacts...652coverage/: found 5 matching files and directories 653knapsack/: found 3 matching files and directories 654rspec_flaky/: found 4 matching files and directories 655rspec_profiling/: found 2 matching files and directories 656tmp/capybara/: found 3 matching files and directories 657tmp/memory_test/: found 2 matching files and directories 658log/*.log: found 15 matching files and directories 659Uploading artifacts as "archive" to coordinator... ok id=710020390 responseStatus=201 Created token=j4YxbsGM660Uploading artifacts...661junit_rspec.xml: found 1 matching files and directories 662Uploading artifacts as "junit" to coordinator... ok id=710020390 responseStatus=201 Created token=j4YxbsGM663Job succeeded