rspec system pg12 20/24
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:5c4789e9bb7bb119b87daeffe7ac587b6e6eff4072a1b43b11a5a4209ed7c265 for postgres:12 with digest postgres@sha256:03a821bf55c06afc5b1eca7d1ba2ca0fd13edbe0e2794a90d741f1fea31787af ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a7a6051077c6c9cfc9ad478778271b49900cb5c4667e64a4128306d8f41a5396 for redis:5.0-alpine with digest redis@sha256:cb5840073dc475b45bf856eb666f5e4d19e3b1ae882e0f3a1396d399cfa23702 ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...18Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1635266192-80fe512f...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 61% |******************* | 211M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 342M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31remote: Enumerating objects: 127042, done. 32remote: Counting objects: 100% (127042/127042), done. 33remote: Compressing objects: 100% (85632/85632), done. 34remote: Total 127042 (delta 58018), reused 87454 (delta 36683), pack-reused 0 35Receiving objects: 100% (127042/127042), 124.85 MiB | 30.32 MiB/s, done.36Resolving deltas: 100% (58018/58018), done.38 * [new ref] e28bf2006022fa717b8e023304aaae32593982e4 -> refs/pipelines/39605215339 * [new branch] master -> origin/master40Checking out e28bf200 as master...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-5...44cache.zip is up to date 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-5...47cache.zip is up to date 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1718320136)...51Downloading artifacts from coordinator... ok id=1718320136 responseStatus=200 OK token=ransSmQE52Downloading artifacts for retrieve-tests-metadata (1718320147)...53Downloading artifacts from coordinator... ok id=1718320147 responseStatus=200 OK token=u5F8xuWx54Downloading artifacts for setup-test-env (1718320139)...55Downloading artifacts from coordinator... ok id=1718320139 responseStatus=200 OK token=GEzxAMiL57Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...58$ echo $FOSS_ONLY59$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb60$ export GOPATH=$CI_PROJECT_DIR/.go61$ mkdir -p $GOPATH62$ source scripts/utils.sh63$ source scripts/prepare_build.sh64Bundler version 2.1.465production:development66Settings are listed in order of priority. The top value will be used.67path68Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"69clean70Set for the current user (/root/.bundle/config): "true"71without72Set via BUNDLE_WITHOUT: [:production, :development]73install_flags74Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 10 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 0 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Created database 'gitlabhq_test'88DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 30 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-4.0.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 1 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99Don't run Bundler as root. Bundler can ask for sudo if it is needed, and100installing your bundle as root will break this application for all non-root101users on this machine.102Using abstract_type 0.0.7103Using concurrent-ruby 1.1.9104Using i18n 1.8.10105Using minitest 5.14.4106Using tzinfo 2.0.4107Using zeitwerk 2.4.2108Using activesupport 6.1.4.1109Using builder 3.2.4110Using erubi 1.10.0111Using mini_portile2 2.5.1112Using racc 1.5.2113Using nokogiri 1.11.7 (x86_64-linux)114Using rails-dom-testing 2.0.3115Using crass 1.0.6116Using loofah 2.12.0117Using rails-html-sanitizer 1.4.2118Using actionview 6.1.4.1119Using rack 2.2.3120Using rack-test 1.1.0121Using actionpack 6.1.4.1122Using ice_nine 0.11.2123Using thread_safe 0.3.6124Using memoizable 0.4.2125Using adamantium 0.2.0126Using public_suffix 4.0.6127Using addressable 2.7.0128Using ast 2.4.1129Using binding_ninja 0.2.3130Using bundler 2.1.4131Using charlock_holmes 0.7.7132Using coderay 1.1.2133Using equalizer 0.0.11134Using concord 0.1.5135Using diff-lcs 1.3136Using dotenv 2.7.6137Using escape_utils 1.2.1138Using factory_bot 5.0.2139Using multipart-post 2.1.1140Using faraday 1.0.1141Using ffi 1.15.3142Using json 2.5.1143Using gemojione 3.3.0144Using mini_mime 1.0.2145Using rugged 1.2.0146Using github-linguist 7.12.1147Using github-markup 1.7.0148Using mime-types-data 3.2020.1104149Using mime-types 3.3.1150Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1151Using rouge 3.26.0152Using nokogumbo 1.5.0153Using sanitize 4.6.6154Using stringex 2.8.5155Using gitlab-gollum-lib 4.2.7.10.gitlab.1156Using google-protobuf 3.17.3 (x86_64-linux)157Using googleapis-common-protos-types 1.1.0158Using grpc 1.30.2 (x86_64-linux)159Using opentracing 0.5.0160Using thrift 0.15.0161Using jaeger-client 1.1.0162Using pg_query 2.1.1163Using redis 4.4.0164Using gitlab-labkit 0.21.2165Using gitlab-markup 1.7.1166Using grpc-tools 1.30.2167Using sawyer 0.8.2168Using octokit 4.20.0169Using reverse_markdown 1.4.0170Using thor 1.1.0171Using licensee 9.14.1172Using method_source 0.9.2173Using msgpack 1.3.3174Using optimist 3.0.1175Using parallel 1.19.2176Using parser 2.7.2.0177Using procto 0.0.3178Using unparser 0.4.7179Using proc_to_ast 0.1.0180Using pry 0.12.2181Using rainbow 3.0.0182Using rbtrace 0.4.14183Using rdoc 6.3.2184Using regexp_parser 1.8.1185Using rexml 3.2.4186Using rspec-support 3.8.0187Using rspec-core 3.8.0188Using rspec-expectations 3.8.3189Using rspec-mocks 3.8.0190Using rspec 3.8.0191Using rspec-parameterized 0.4.2192Using rubocop-ast 0.2.0193Using ruby-progressbar 1.10.1194Using unicode-display_width 1.7.0195Using rubocop 0.86.0196Using sentry-raven 3.0.4197Using timecop 0.9.1198Bundle complete! 21 Gemfile dependencies, 96 gems now installed.199Gems in the groups production and development were not installed.200Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`201Checking gitaly-ruby Gemfile...202Checking gitaly-ruby bundle...203The Gemfile's dependencies are satisfied204Trying to connect to gitaly: ............................................. OK205Trying to connect to gitaly2: .................................................................. OK206Trying to connect to praefect: ......... OK207==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.208$ source ./scripts/rspec_helpers.sh209$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"210KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb211Knapsack report generator started!212Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}213==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.034427498 seconds...214Test environment set up in 0.555844079 seconds215OAuth Login216Starting the Capybara driver server...217 when the user logs in using the github provider218 when two-factor authentication is disabled219Capybara starting Puma...220* Version 5.3.2 , codename: Sweetnighter221* Min threads: 0, max threads: 4222* Listening on unix:///tmp/20211026-437-e2wv5j223 logs the user in224 when two-factor authentication is enabled225 logs the user in226 when bypass-two-factor is enabled227 when bypass-two-factor is disabled228 when "remember me" is checked229 when two-factor authentication is disabled230 remembers the user after a browser restart231 when two-factor authentication is enabled232 remembers the user after a browser restart233 when "remember me" is not checked234 when two-factor authentication is disabled235 does not remember the user after a browser restart236 when two-factor authentication is enabled237 does not remember the user after a browser restart238 when the user logs in using the twitter provider239 when two-factor authentication is disabled240 logs the user in241 when two-factor authentication is enabled242 logs the user in243 when bypass-two-factor is enabled244 when bypass-two-factor is disabled245 when "remember me" is checked246 when two-factor authentication is disabled247 remembers the user after a browser restart248 when two-factor authentication is enabled249 remembers the user after a browser restart250 when "remember me" is not checked251 when two-factor authentication is disabled252 does not remember the user after a browser restart253 when two-factor authentication is enabled254 does not remember the user after a browser restart255 when the user logs in using the bitbucket provider256 when two-factor authentication is disabled257 logs the user in258 when two-factor authentication is enabled259 logs the user in260 when bypass-two-factor is enabled261 when bypass-two-factor is disabled262 when "remember me" is checked263 when two-factor authentication is disabled264 remembers the user after a browser restart265 when two-factor authentication is enabled266 remembers the user after a browser restart267 when "remember me" is not checked268 when two-factor authentication is disabled269 does not remember the user after a browser restart270 when two-factor authentication is enabled271 does not remember the user after a browser restart272 when the user logs in using the gitlab provider273 when two-factor authentication is disabled274 logs the user in275 when two-factor authentication is enabled276 logs the user in277 when bypass-two-factor is enabled278 when bypass-two-factor is disabled279 when "remember me" is checked280 when two-factor authentication is disabled281 remembers the user after a browser restart282 when two-factor authentication is enabled283 remembers the user after a browser restart284 when "remember me" is not checked285 when two-factor authentication is disabled286 does not remember the user after a browser restart287 when two-factor authentication is enabled288 does not remember the user after a browser restart289 when the user logs in using the google_oauth2 provider290 when two-factor authentication is disabled291 logs the user in292 when two-factor authentication is enabled293 logs the user in294 when bypass-two-factor is enabled295 when bypass-two-factor is disabled296 when "remember me" is checked297 when two-factor authentication is disabled298 remembers the user after a browser restart299 when two-factor authentication is enabled300 remembers the user after a browser restart301 when "remember me" is not checked302 when two-factor authentication is disabled303 does not remember the user after a browser restart304 when two-factor authentication is enabled305 does not remember the user after a browser restart306 when the user logs in using the facebook provider307 when two-factor authentication is disabled308 logs the user in309 when two-factor authentication is enabled310 logs the user in311 when bypass-two-factor is enabled312 when bypass-two-factor is disabled313 when "remember me" is checked314 when two-factor authentication is disabled315 remembers the user after a browser restart316 when two-factor authentication is enabled317 remembers the user after a browser restart318 when "remember me" is not checked319 when two-factor authentication is disabled320 does not remember the user after a browser restart321 when two-factor authentication is enabled322 does not remember the user after a browser restart323 when the user logs in using the cas3 provider324 when two-factor authentication is disabled325 logs the user in326 when two-factor authentication is enabled327 logs the user in328 when bypass-two-factor is enabled329 when bypass-two-factor is disabled330 when "remember me" is checked331 when two-factor authentication is disabled332 remembers the user after a browser restart333 when two-factor authentication is enabled334 remembers the user after a browser restart335 when "remember me" is not checked336 when two-factor authentication is disabled337 does not remember the user after a browser restart338 when two-factor authentication is enabled339 does not remember the user after a browser restart340 when the user logs in using the auth0 provider341 when two-factor authentication is disabled342 logs the user in343 when two-factor authentication is enabled344 logs the user in345 when bypass-two-factor is enabled346 when bypass-two-factor is disabled347 when "remember me" is checked348 when two-factor authentication is disabled349 remembers the user after a browser restart350 when two-factor authentication is enabled351 remembers the user after a browser restart352 when "remember me" is not checked353 when two-factor authentication is disabled354 does not remember the user after a browser restart355 when two-factor authentication is enabled356 does not remember the user after a browser restart357 when the user logs in using the authentiq provider358 when two-factor authentication is disabled359 logs the user in360 when two-factor authentication is enabled361 logs the user in362 when bypass-two-factor is enabled363 when bypass-two-factor is disabled364 when "remember me" is checked365 when two-factor authentication is disabled366 remembers the user after a browser restart367 when two-factor authentication is enabled368 remembers the user after a browser restart369 when "remember me" is not checked370 when two-factor authentication is disabled371 does not remember the user after a browser restart372 when two-factor authentication is enabled373 does not remember the user after a browser restart374 when the user logs in using the salesforce provider375 when two-factor authentication is disabled376 logs the user in377 when two-factor authentication is enabled378 logs the user in379 when bypass-two-factor is enabled380 when bypass-two-factor is disabled381 when "remember me" is checked382 when two-factor authentication is disabled383 remembers the user after a browser restart384 when two-factor authentication is enabled385 remembers the user after a browser restart386 when "remember me" is not checked387 when two-factor authentication is disabled388 does not remember the user after a browser restart389 when two-factor authentication is enabled390 does not remember the user after a browser restart391Issue Sidebar392 when signed in393 when concerning the assignee394 when GraphQL assignees widget feature flag is disabled395 when a privileged user can invite396DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)397DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)398 shows a link for inviting members and launches invite modal399 when user cannot invite members in assignee dropdown400 shows author in assignee dropdown and no invite link401 when user is a developer402 shows author in assignee dropdown403 shows author when filtering assignee dropdown404 assigns yourself405 keeps your filtered term after filtering and dismissing the dropdown406 shows label text as "Apply" when assignees are changed407 when GraphQL assignees widget feature flag is enabled408 when a privileged user can invite409 shows a link for inviting members and launches invite modal410 when user cannot invite members in assignee dropdown411 shows author in assignee dropdown and no invite link412 when user is a developer413 shows author in assignee dropdown414 shows author when filtering assignee dropdown415 assigns yourself416 keeps your filtered term after filtering and dismissing the dropdown417 due date widget418 when no due date exists419 displays 'None'420 when due date exists421 displays the due date422 as an allowed user423 sidebar424 changes size when the screen size is smaller425 escapes XSS when viewing issue labels426 editing issue milestone427 shows milestones list in the dropdown428 shows expired milestone at the bottom of the list and milestone due earliest at the top of the list429 editing issue labels430 shows the current set of labels431 shows option to create a project label432 interacting with collapsed sidebar433 confidentiality block expands then collapses sidebar434 lock block expands then collapses sidebar435 as a guest436 does not have a option to edit labels437 sidebar438 finds issue copy forwarding email439 interacting with collapsed sidebar440 expands then does not show the lock dialog form441 when not signed in442 sidebar443 does not find issue email444Gcp Cluster445 when user has signed with Google446 when user does not have a cluster and visits cluster index page447 highlights Google GKE logo448 when user filled form with valid parameters449 users sees a form with the GCP token450 user sees a cluster details page and creation status451 user sees a error if something wrong during creation452 when user filled form with invalid parameters453 user sees a validation error454 when user does have a cluster and visits cluster page455 user sees a cluster details page456 when user disables the cluster457 user sees the successful message458 when user changes cluster parameters459 user sees the successful message460 when a user adds an existing cluster461 user sees the "Environment scope" field462 when user destroys the cluster463 user sees creation form with the successful message464 when user has not dismissed GCP signup offer465 user sees offer on cluster index page466 user sees offer on cluster create page467 when user has dismissed GCP signup offer468 user does not see offer after dismissing469 when third party offers are disabled470unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.471unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.472unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.473 user does not see the offer474Multi-file editor new file475 creates file in current directory476User comments on a diff477 single suggestion note478 hides suggestion popover479 suggestion is presented480 allows suggestions in replies481 suggestion is appliable482 applying suggestions in batches483 can add and remove suggestions from a batch484 multi-line suggestions485 suggestion is appliable486 resolves discussion when applied487Projects > Files > Template type dropdown selector488 editing a non-matching file489 not displayed490 selects every template type correctly491 updates template type toggle value when template is chosen492 editing a matching file493 displayed494 selects every template type correctly495 user previews changes496 type selector is hidden and shown correctly497 creating a matching file498 is displayed499 toggle is set to the correct value500 sets the toggle text when selecting the template type501 selects every template type correctly502 creating a file503 type selector is shown504 toggle is set to the proper value505 selects every template type correctly506Groups > Members > Manage members507 update user to owner level508 add user to group509 adds a user to group with area_of_focus510 do not disclose email addresses511 remove user from group512 add yourself to group when already an owner513 invite user to group514 invite user to group with area_of_focus515 when Invite Members modal is enabled516 behaves like includes the correct Invite link517 includes either the form or the modal trigger518 behaves like includes the correct Invite link519 includes either the form or the modal trigger520 when Invite Members modal is disabled521 behaves like includes the correct Invite link522 includes either the form or the modal trigger523 behaves like includes the correct Invite link524 includes either the form or the modal trigger525 when Invite Members modal is disabled526 do not disclose email addresses527 when user is a guest528 does not include a button on the members page list to manage or remove the existing member529 behaves like does not include either invite modal or either invite form530 does not include either of the invite members or invite group modal buttons531 does not include either of the invite users or invite group forms532 when user is a guest and the :invite_members_group_modal feature flag is disabled533 does not include a button on the members page list to manage or remove the existing member534 behaves like does not include either invite modal or either invite form535 does not include either of the invite members or invite group modal buttons536 does not include either of the invite users or invite group forms537Signup538DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)539DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)540DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)541DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)542 redirects to step 2 of the signup process, sets the role and redirects back543 username validation544 does not show an error border if the username is available545 does not show an error border if the username contains dots (.)546 does not show an error border if the username length is not longer than 255 characters547 shows an error border if the username already exists548 shows a success border if the username is available549 shows an error border if the username contains special characters550 shows an error border if the username is longer than 255 characters551 shows an error message if the username is longer than 255 characters552 shows an error message if the username is less than 2 characters553 shows an error message on submit if the username contains special characters554 shows an error border if the username contains emojis555 shows an error message if the username contains emojis556 shows a success message if the username is available557 shows an error message if the username is unavailable558 shows a success message if the username is corrected and then available559 with no errors560 when sending confirmation email561 when soft email confirmation is not enabled562 creates the user account and sends a confirmation email, and pre-fills email address after confirming563 when soft email confirmation is enabled564 creates the user account and sends a confirmation email565 when not sending confirmation email566 creates the user account and goes to dashboard567 with required admin approval enabled568 creates the user but does not sign them in569 with errors570 displays the errors571 does not redisplay the password572 when terms are enforced573 renders text that the user confirms terms by clicking register574 when reCAPTCHA and invisible captcha are enabled575 when reCAPTCHA detects malicious behaviour576 prevents from signing up577 when invisible captcha detects malicious behaviour578 prevents from signing up579 behaves like Signup name validation580 new_user_first_name validation581 does not show an error border if the user's fullname length is not longer than 127 characters582 shows an error border if the user's fullname contains an emoji583 shows an error border if the user's fullname is longer than 127 characters584 shows an error message if the user's First name is longer than 127 characters585 shows an error message if the username contains emojis586 behaves like Signup name validation587 new_user_last_name validation588 does not show an error border if the user's fullname length is not longer than 127 characters589 shows an error border if the user's fullname contains an emoji590 shows an error border if the user's fullname is longer than 127 characters591 shows an error message if the user's Last name is longer than 127 characters592 shows an error message if the username contains emojis593Packages594 when feature is not available595 packages feature is disabled by config596 gives 404597 when feature is available598 when there are packages599 behaves like packages list600 shows a list of packages601 behaves like package details link602 navigates to the correct url603 deleting a package604 allows you to delete a package605 behaves like shared package sorting606 behaves like correctly sorted packages list607 ordered by Type and ascending false608 behaves like packages list609 shows a list of packages610 behaves like correctly sorted packages list611 ordered by Type and ascending true612 behaves like packages list613 shows a list of packages614 behaves like correctly sorted packages list615 ordered by Name and ascending false616 behaves like packages list617 shows a list of packages618 behaves like correctly sorted packages list619 ordered by Name and ascending true620 behaves like packages list621 shows a list of packages622 behaves like correctly sorted packages list623 ordered by Version and ascending false624 behaves like packages list625 shows a list of packages626 behaves like correctly sorted packages list627 ordered by Version and ascending true628 behaves like packages list629 shows a list of packages630 behaves like correctly sorted packages list631 ordered by Published and ascending false632 behaves like packages list633 shows a list of packages634 behaves like correctly sorted packages list635 ordered by Published and ascending true636 behaves like packages list637 shows a list of packages638 behaves like when there are no packages639 displays the empty message640Projects > Files > User deletes files641 when an user has write access642 deletes the file643 when an user does not have write access644 deletes the file in a forked project645Reportable note on snippets646 on project snippet647 behaves like reportable note648 has an edit button649 has a `More actions` dropdown650 dropdown has Report and Delete links651 report button links to a report page652View on environment653 when the branch has a route map654 and an active deployment655 when visiting the diff of a merge request for the branch656 has a "View on env" button657 when visiting a comparison for the branch658 has a "View on env" button659 when visiting a comparison for the commit660 has a "View on env" button661 when visiting a blob on the branch662 has a "View on env" button663 when visiting a blob on the commit664 has a "View on env" button665 when visiting the commit666DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)667DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)668DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)669DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)670 has a "View on env" button671Projects > Files > Project owner creates a license file672 project maintainer creates a license file manually from a template673 project maintainer creates a license file from the "Add license" link674Projects > Settings > User renames a project675DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)676DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)677 shows a successful notice when the project is updated678 with invalid characters679 shows errors for invalid project path680 when changing project name681 renames the repository682 with emojis683 shows error for invalid project name684 when changing project path685 the project is accessible via the new path686 the project is accessible via a redirect from the old path687 and a new project is added with the same path688 overrides the redirect689Groups > Members > Leave group690DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)691DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)692 guest leaves the group693 guest leaves the group by url param694 guest leaves the group as last member695 owner leaves the group if they are not the last owner696 owner can not leave the group if they are the last owner697 owner can not leave the group by url param if they are the last owner698User creates branch699 creates new branch700 when branch name is invalid701 does not create new branch702 when branch name already exists703 does not create new branch704Admin Mode Logout705 disable removes admin mode and redirects to root page706 disable shows flash notice707 on a read-only instance708 disable removes admin mode and redirects to root page709Merge request > User sees deleted target branch710 shows a message about missing target branch711 does not show link to target branch712Unsubscribe links713 when logged out714 unsubscribes from the issue when visiting the link from the header715 when visiting the link from the body716 shows the unsubscribe confirmation page and redirects to root path when confirming717 shows the unsubscribe confirmation page and redirects to root path when canceling718 when logged in719 unsubscribes from the issue when visiting the link from the email body720 unsubscribes from the issue when visiting the link from the header721Issue markdown toolbar722 doesn't include first new line when adding bold723 doesn't include first new line when adding underline724Prometheus external alerts725 with manual configuration726 shows the Alerts section727 with no configuration728 does not show the Alerts section729Group Issue Boards730 labels731 only shows valid labels for the issue project and group732Comment sort direction733 on issue page734 saves sort order735User activates irker (IRC gateway)736 activates service737User activates Assembla738 activates service739admin manage applications740 allows user to manage applications741 when scopes are blank742 returns an error743User design permissions744 user does not have permissions to upload design745The group page746 The sidebar747 has all the expected links748 shows all project features when policy control is enabled749 hides some links when an external authorization service configured with an url750User views merged merge request from deleted fork751 correctly shows the merge request752read-only message753 when database is read-only754 behaves like Read-only instance755 shows read-only banner756 when database is in read-write mode757 behaves like Read-write instance758 does not show read-only banner759Projects > Members > Member cannot request access to their project760 member does not see the request access button761User visits the profile SSH keys page762 shows correct menu item763Knapsack report was generated. Preview:764{765 "spec/features/oauth_login_spec.rb": 192.30420848599897,766 "spec/features/issues/issue_sidebar_spec.rb": 113.5376050470004,767 "spec/features/projects/clusters/gcp_spec.rb": 101.60134831599862,768 "spec/features/projects/tree/create_file_spec.rb": 70.68350133100103,769 "spec/features/merge_request/user_suggests_changes_on_diff_spec.rb": 57.1091116969983,770 "spec/features/projects/files/template_type_dropdown_spec.rb": 50.5815516870025,771 "spec/features/groups/members/manage_members_spec.rb": 39.80080896399886,772 "spec/features/users/signup_spec.rb": 27.939791728000273,773 "spec/features/projects/packages_spec.rb": 23.645807317003346,774 "spec/features/projects/files/user_deletes_files_spec.rb": 25.32444104699971,775 "spec/features/reportable_note/snippets_spec.rb": 22.440211434000958,776 "spec/features/projects/view_on_env_spec.rb": 18.370458097000665,777 "spec/features/projects/files/project_owner_creates_license_file_spec.rb": 18.98124108400225,778 "spec/features/projects/settings/user_renames_a_project_spec.rb": 13.749618989000737,779 "spec/features/groups/members/leave_group_spec.rb": 13.393618925998453,780 "spec/features/projects/branches/user_creates_branch_spec.rb": 10.277568879002501,781 "spec/features/admin/admin_mode/logout_spec.rb": 10.74224590599988,782 "spec/features/merge_request/user_sees_deleted_target_branch_spec.rb": 9.44078135000018,783 "spec/features/unsubscribe_links_spec.rb": 9.03323318999901,784 "spec/features/issues/markdown_toolbar_spec.rb": 7.034683983001742,785 "spec/features/projects/services/prometheus_external_alerts_spec.rb": 7.275123605999397,786 "spec/features/groups/board_sidebar_spec.rb": 5.909676183997362,787 "spec/features/issues/user_sorts_issue_comments_spec.rb": 5.8382937499991385,788 "spec/features/projects/services/user_activates_irker_spec.rb": 5.720940758001234,789 "spec/features/projects/integrations/user_activates_assembla_spec.rb": 4.866293569000845,790 "spec/features/admin/admin_manage_applications_spec.rb": 3.782090478001919,791 "spec/features/projects/issues/design_management/user_permissions_upload_spec.rb": 3.4257532829979027,792 "spec/features/groups/group_page_with_external_authorization_service_spec.rb": 2.1010854990017833,793 "spec/features/merge_request/user_views_merge_request_from_deleted_fork_spec.rb": 2.1259983669988287,794 "spec/features/read_only_spec.rb": 0.6826720710014342,795 "spec/features/projects/members/member_cannot_request_access_to_his_project_spec.rb": 1.1960110440013523,796 "spec/features/profiles/user_visits_profile_ssh_keys_page_spec.rb": 0.6378134740007226797}798Knapsack global time execution for tests: 14m 39s799Finished in 14 minutes 41 seconds (files took 48.97 seconds to load)800268 examples, 0 failures801Failed to write to log, write log/workhorse-test.log: file already closed802Tue 26 Oct 2021 09:36:30 PM UTC804Not uploading cache ruby-gems-v1-5 due to policy805Not uploading cache gitaly-ruby-gems-v1-5 due to policy807Uploading artifacts...808coverage/: found 5 matching files and directories 809WARNING: crystalball/: no matching files 810deprecations/: found 15 matching files and directories 811knapsack/: found 3 matching files and directories 812rspec_flaky/: found 4 matching files and directories 813rspec_profiling/: found 1 matching files and directories 814WARNING: tmp/capybara/: no matching files 815tmp/memory_test/: found 2 matching files and directories 816log/*.log: found 17 matching files and directories 817Uploading artifacts as "archive" to coordinator... ok id=1718320285 responseStatus=201 Created token=r-Rx36jF818Uploading artifacts...819junit_rspec.xml: found 1 matching files and directories 820Uploading artifacts as "junit" to coordinator... ok id=1718320285 responseStatus=201 Created token=r-Rx36jF822Job succeeded