rspec system pg12 11/24
Passed Started
by
@ebanks
Erick Banks
1Running with gitlab-runner 14.0.1 (c1edb478)2 on docker-auto-scale-com d5ae8d253 feature flags: FF_USE_FASTZIP:true, FF_SKIP_DOCKER_MACHINE_PROVISION_ON_CREATION_FAILURE:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:1fdb7532cc62f2c2dfee4b58f21a0b21ad4bc83d64908d3a7d954c737b2f9af7 for postgres:12 with digest postgres@sha256:047e82f052a995ab02fbafdb55ccb19c97278264031ad3bd7fc7924e24d0b4cd ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:51bbd55867dd975a18bf5bc650fd96ef641952f9662459607ed3bf0d006a380c for redis:5.0-alpine with digest redis@sha256:2ef89ec07c6103400d8dfcca35813210df677a1c356d7e3c916294e7adfd943f ...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.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...18Running on runner-d5ae8d25-project-278964-concurrent-0 via runner-d5ae8d25-gsrm-1626131226-0a3efc8c...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 68% |********************** | 257M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 373M 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.31remote: Enumerating objects: 190, done. 32remote: Counting objects: 100% (183/183), done. 33remote: Compressing objects: 100% (81/81), done. 34remote: Total 146 (delta 111), reused 95 (delta 60), pack-reused 0 35Receiving objects: 100% (146/146), 12.92 KiB | 6.46 MiB/s, done.36Resolving deltas: 100% (111/111), completed with 25 local objects.38 * [new ref] d07c005fa7e5026586dd6b15f1ea1ec4a5768e78 -> refs/pipelines/33578159039Checking out d07c005f as refs/merge-requests/63811/merge...40Skipping Git submodules setup42Checking cache for ruby-gems-v1-4...43cache.zip is up to date 44Successfully extracted cache45Checking cache for gitaly-ruby-gems-v1-4...46cache.zip is up to date 47Successfully extracted cache49Downloading artifacts for compile-test-assets (1418685471)...50Downloading artifacts from coordinator... ok id=1418685471 responseStatus=200 OK token=tcSUdFYB51Downloading artifacts for detect-tests (1418685477)...52Downloading artifacts from coordinator... ok id=1418685477 responseStatus=200 OK token=c67Bsjgk53Downloading artifacts for retrieve-tests-metadata (1418685479)...54Downloading artifacts from coordinator... ok id=1418685479 responseStatus=200 OK token=SgCbh9xe55Downloading artifacts for setup-test-env (1418685474)...56Downloading artifacts from coordinator... ok id=1418685474 responseStatus=200 OK token=3cNsDejz58Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...59$ [ "$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): "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 9 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 23 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-3.1.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 0 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99Settings are listed in order of priority. The top value will be used.100jobs101Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4102retry103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3104path105Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"106deployment107Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true108without109Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]110Set via BUNDLE_WITHOUT: [:production, :development]111app_config112Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"113gemfile114Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"115Don't run Bundler as root. Bundler can ask for sudo if it is needed, and116installing your bundle as root will break this application for all non-root117users on this machine.118Using abstract_type 0.0.7119Using concurrent-ruby 1.1.9120Using i18n 1.8.10121Using minitest 5.14.4122Using tzinfo 2.0.4123Using zeitwerk 2.4.2124Using activesupport 6.1.3.2125Using builder 3.2.4126Using erubi 1.10.0127Using mini_portile2 2.5.1128Using racc 1.5.2129Using nokogiri 1.11.5 (x86_64-linux)130Using rails-dom-testing 2.0.3131Using crass 1.0.6132Using loofah 2.10.0133Using rails-html-sanitizer 1.3.0134Using actionview 6.1.3.2135Using rack 2.2.3136Using rack-test 1.1.0137Using actionpack 6.1.3.2138Using ice_nine 0.11.2139Using thread_safe 0.3.6140Using memoizable 0.4.2141Using adamantium 0.2.0142Using public_suffix 4.0.6143Using addressable 2.7.0144Using ast 2.4.1145Using binding_ninja 0.2.3146Using bundler 2.1.4147Using charlock_holmes 0.7.7148Using coderay 1.1.2149Using equalizer 0.0.11150Using concord 0.1.5151Using diff-lcs 1.3152Using dotenv 2.7.6153Using escape_utils 1.2.1154Using factory_bot 5.0.2155Using multipart-post 2.1.1156Using faraday 1.0.1157Using ffi 1.13.1158Using json 2.5.1159Using gemojione 3.3.0160Using mini_mime 1.0.2161Using rugged 1.1.0162Using github-linguist 7.12.1163Using github-markup 1.7.0164Using mime-types-data 3.2020.1104165Using mime-types 3.3.1166Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1167Using rouge 3.26.0168Using nokogumbo 1.5.0169Using sanitize 4.6.6170Using stringex 2.8.5171Using gitlab-gollum-lib 4.2.7.10.gitlab.1172Using google-protobuf 3.17.3 (x86_64-linux)173Using googleapis-common-protos-types 1.0.5174Using grpc 1.30.2 (x86_64-linux)175Using opentracing 0.5.0176Using thrift 0.14.1177Using jaeger-client 1.1.0178Using pg_query 2.1.0179Using redis 4.2.5180Using gitlab-labkit 0.20.0181Using gitlab-markup 1.7.1182Using grpc-tools 1.30.2183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using thor 1.1.0187Using licensee 9.14.1188Using method_source 0.9.2189Using msgpack 1.3.3190Using optimist 3.0.1191Using parallel 1.19.2192Using parser 2.7.2.0193Using procto 0.0.3194Using unparser 0.4.7195Using proc_to_ast 0.1.0196Using pry 0.12.2197Using rainbow 3.0.0198Using rbtrace 0.4.14199Using rdoc 6.2.0200Using regexp_parser 1.8.1201Using rexml 3.2.4202Using rspec-support 3.8.0203Using rspec-core 3.8.0204Using rspec-expectations 3.8.3205Using rspec-mocks 3.8.0206Using rspec 3.8.0207Using rspec-parameterized 0.4.2208Using rubocop-ast 0.2.0209Using ruby-progressbar 1.10.1210Using unicode-display_width 1.7.0211Using rubocop 0.86.0212Using sentry-raven 3.0.4213Using timecop 0.9.1214Bundle complete! 21 Gemfile dependencies, 96 gems now installed.215Gems in the groups production and development were not installed.216Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`217Checking gitaly-ruby Gemfile...218Checking gitaly-ruby bundle...219The Gemfile's dependencies are satisfied220Trying to connect to gitaly: ....... OK221Trying to connect to gitaly2: ............ OK222Trying to connect to praefect: ..... OK223==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.224$ source ./scripts/rspec_helpers.sh225$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"226KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb227Knapsack report generator started!228Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}229==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.043614106 seconds...230Test environment set up in 0.599562564 seconds231Merge request > User sees pipelines triggered by merge request232Starting the Capybara driver server...233DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)234DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)235 when a user created a merge request in the parent project236Capybara starting Puma...237* Version 5.3.2 , codename: Sweetnighter238* Min threads: 0, max threads: 4239* Listening on unix:///tmp/20210713-350-yzttb1240DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)241DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)242 sees branch pipelines and detached merge request pipelines in correct order243 sees the latest detached merge request pipeline as the head pipeline244 when a user updated a merge request in the parent project245 sees branch pipelines and detached merge request pipelines in correct order246 sees detached tag for detached merge request pipelines247 sees the latest detached merge request pipeline as the head pipeline248 when a user merges a merge request in the parent project249 when detached merge request pipeline is pending250 waits the head pipeline251 when detached merge request pipeline succeeds252 merges the merge request253 when branch pipeline succeeds254 waits the head pipeline255 when there are no `merge_requests` keyword in .gitlab-ci.yml256 sees a branch pipeline in pipeline tab257 sees the latest branch pipeline as the head pipeline258 when a user created a merge request from a forked project to the parent project259 sees branch pipelines and detached merge request pipelines in correct order260 sees the latest detached merge request pipeline as the head pipeline261 sees pipeline list in forked project262 when a user updated a merge request from a forked project to the parent project263 sees branch pipelines and detached merge request pipelines in correct order264 sees detached tag for detached merge request pipelines265 sees the latest detached merge request pipeline as the head pipeline266 sees pipeline list in forked project267 when the latest pipeline is running in the parent project268 when the previous pipeline failed in the fork project269 when the parent project enables pipeline must succeed270 shows MWPS button271 when a user merges a merge request from a forked project to the parent project272 when detached merge request pipeline is pending273 waits the head pipeline274 when detached merge request pipeline succeeds275 merges the merge request276 when branch pipeline succeeds277 waits the head pipeline278Merge request > User resolves conflicts279 can be resolved in the UI280 the conflicts are resolvable281 shows a link to the conflict resolution page282 in Inline view mode283 conflicts are resolved in Interactive mode284 conflicts are resolved in Edit inline mode285 in Parallel view mode286 conflicts are resolved in Interactive mode287 conflicts are resolved in Edit inline mode288 the conflict contain markers289 conflicts can not be resolved in Interactive mode290 conflicts are resolved in Edit inline mode (PENDING: Temporarily skipped with xit)291 with malicious branch name292 renders bad name without xss issues293 when the conflicts contain a large file294 does not show a link to the conflict resolution page295 shows an error if the conflicts page is visited directly296 when the conflicts contain a binary file297 does not show a link to the conflict resolution page298 shows an error if the conflicts page is visited directly299 when the conflicts contain a file edited in one branch and deleted in another300 does not show a link to the conflict resolution page301 shows an error if the conflicts page is visited directly302 when the conflicts contain a non-UTF-8 file303 does not show a link to the conflict resolution page304 shows an error if the conflicts page is visited directly305Issues > Labels bulk assignment306 as an allowed user307 sidebar308 is present when bulk edit is enabled309 is not present when bulk edit is disabled310 can bulk assign311 a label312 to all issues313 is expected not to have text "frontend"314 to some issues315 is expected not to have text "frontend"316 to an issue317 is expected not to have text "frontend"318 to an issue by selecting the label first319 is expected not to have text "frontend"320 multiple labels321 to all issues322 is expected to have text "feature"323 to a issue324 is expected not to have text "feature"325 can assign a label to all issues when label is present326 is expected to have text "bug"327 can bulk un-assign328 all labels to all issues329 is expected not to have text "feature"330 a label to a issue331 is expected to have text "feature"332 a label and keep the others label333 is expected to have text "feature"334 toggling a milestone335 setting a milestone336 keeps labels337 setting a milestone and adding another label338 keeps existing label and new label is present339 setting a milestone and removing existing label340 keeps existing label and new label is present341 unsetting a milestone342 keeps labels343 toggling checked issues344 is expected to have text "feature"345 mark previously toggled label346 is expected to have text "feature"347 unmarking common label348 applies label from filtered results349 as a guest350 cannot bulk assign labels351 is expected not to have visible field "Issue 1" that is not disabled that is not checked352User searches for code353 when signed in354 finds a file355 no ref switcher shown in issue result summary356 when on a project page357 does not show top right search form358 finds code359 search mutiple words with refs switching360 when search times out361 renders timeout information362 sets tab count to 0363 search code within refs364 shows ref switcher in code result summary365 persists branch name across search366 ref swither list all the branchs and tags367 search result changes when refs switched368 persist refs over browser tabs369 when signed out370 finds code371User comments on a diff372 single suggestion note373 hides suggestion popover374 suggestion is presented375 allows suggestions in replies376 suggestion is appliable377 applying suggestions in batches378 can add and remove suggestions from a batch379 multi-line suggestions380 suggestion is appliable381 resolves discussion when applied382New/edit issue383 new issue384DEPRECATION 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)385DEPRECATION 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)386 allows user to create new issue387 correctly updates the dropdown toggle when removing a label388 clears label search input field when a label is selected389 correctly updates the selected user when changing assignee390 description has autocomplete391 shorten users API pagination limit392 displays selected users even if they are not part of the original API call393 single assignee394 unselects other assignees when unassigned is selected395 toggles assign to me when current user is selected and unselected396 milestone397 escapes milestone398 edit issue399 allows user to update issue400 description has autocomplete401 inline edit402 opens inline edit form with shortcut403 sub-group project404 creates project label from dropdown405Discussion Lock406 when a user is a team member407 when the discussion is unlocked408 the user can lock the issue409 when the discussion is locked410 the user can unlock the issue411 the user can create a comment412 when a user is not a team member413 when the discussion is unlocked414 the user can not lock the issue415 the user can create a comment416 when the discussion is locked417 the user can not unlock the issue418 the user can not create a comment419Import multiple repositories by uploading a manifest file420 parses manifest file and list repositories421 imports a project successfully422 renders an error if the remote url scheme starts with javascript423 renders an error if invalid file was provided424Merge Request button425 on branches page426 behaves like Merge request button only shown when allowed427 not logged in428DEPRECATION 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)429DEPRECATION 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)430 does not show Create merge request button431 logged in as developer432 shows Create merge request button433 merge requests are disabled434 does not show Create merge request button435 when the project is archived436 hides the link437 logged in as non-member438 does not show Create merge request button439 on own fork of project440 shows Create merge request button441 on compare page442 shows the correct merge request button when viewing across forks443 behaves like Merge request button only shown when allowed444 not logged in445 does not show Create merge request button446 logged in as developer447 shows Create merge request button448 merge requests are disabled449 does not show Create merge request button450 when the project is archived451 hides the link452 logged in as non-member453 does not show Create merge request button454 on own fork of project455 shows Create merge request button456 on commits page457 behaves like Merge request button only shown when allowed458 not logged in459 does not show Create merge request button460 logged in as developer461 shows Create merge request button462 merge requests are disabled463 does not show Create merge request button464 when the project is archived465 hides the link466 logged in as non-member467 does not show Create merge request button468 on own fork of project469 shows Create merge request button470Group show page471 when signed in472 behaves like an autodiscoverable RSS feed with current_user's feed token473DEPRECATION 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)474DEPRECATION 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)475 has an RSS autodiscovery link tag with current_user's feed token476 when group does not exist477 is expected to eq 404478 when signed out479 RSS480 behaves like an autodiscoverable RSS feed without a feed token481 has an RSS autodiscovery link tag without a feed token482 when group has a public project483 renders public project484 when group has a private project485 does not render private project486 subgroup support487 for owners488 when subgroups are supported489 allows creating subgroups490 for maintainers491 when subgroups are supported492 when subgroup_creation_level is set to maintainers493 allows creating subgroups494 when subgroup_creation_level is set to owners495 does not allow creating subgroups496 group has a project with emoji in description497 shows the project info498 where group has projects499 allows users to sorts projects by most stars500 notification button501 is enabled by default502 is disabled if emails are disabled503 page og:description504 behaves like page meta description505 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown506 structured schema markup507 shows Organization structured markup508 does not include structured markup in shared projects tab509 does not include structured markup in archived projects tab510Edit group settings511 when the group path is changed512 the group is accessible via the new path513 the old group path redirects to the new path514 with a subgroup515 the subgroup is accessible via the new path516 the old subgroup path redirects to the new path517 with a project518 the project is accessible via the new path519 the old project path redirects to the new path520 project creation level menu521 shows the selection menu522 subgroup creation level menu523 shows the selection menu524 edit group avatar525 uploads new group avatar526/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil527 removes group avatar528 edit group path529 has a root URL label for top-level group530 has a parent group URL label for a subgroup group531 disable email notifications532 is visible533 accepts the changed state534 prevent sharing outside group hierarchy setting535 updates the setting536 is not present for a subgroup537create a merge request, allowing commits from members who can merge to the target branch538 allows setting possible539 shows a message when one of the projects is private540 shows a message when the source branch is protected541 when the merge request is being created within the same project542 hides the checkbox if the merge request is being created within the same project543 when a member who can merge tries to edit the option544 hides the option from members545Dropdown emoji546 when user not logged in547 behavior548 does not open when the search bar has my-reaction=549 when user loggged in550 behavior551 opens when the search bar has my-reaction=552 loads all the emojis when opened553 shows the most populated emoji at top of dropdown554Groups > Members > List members555 show members from current group and parent556 show user once if member of both current group and parent557 showing status of members558 shows the status559 when user has 2FA enabled560 shows 2FA badge to user with "Owner" access level561unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.562unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.563unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.564 shows 2FA badge to admins565 does not show 2FA badge to users with access level below "Owner"566 shows 2FA badge to themselves567Merge request > User sees MR with deleted source branch568 shows a message about missing source branch569 still contains Discussion, Commits and Changes tabs570User rebases a merge request571 when merge is regular572 behaves like rebases573 rebases574 when merge is ff-only575 behaves like rebases576 rebases577Commit > User uses quick actions578 Tagging a commit579 behaves like tag quick action580 post note to existing commit581DEPRECATION 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)582DEPRECATION 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)583DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.584To achieve the same use:585 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)586 tags this commit587 preview588 removes quick action from note and explains it589Merge requests > User filters by multiple criteria590 filtering by label:~"Won't fix" and assignee:~bug591 applies the filters592 filtering by text, author, assignee, milestone, and label593 filters by text, author, assignee, milestone, and label594User opens link to comment595 authenticated user596 switches to all activity and does not show error message597 anonymous user598 does not show error message599User activates Atlassian Bamboo CI600 activates service601User activates Irker (IRC gateway)602 activates service603Admin disables 2FA for a user604 successfully605 for a user without 2FA enabled606When a user filters Sentry errors by status607Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/error_tracking/user_filters_errors_by_status_spec.rb:38608 displays the results609Dashboard Group610 defaults sort dropdown to last created611 creates new group612User paginates issue designs613 paginates to next design614The group dashboard615 with combined_menu feature flag on616 behaves like combined_menu: feature flag examples617 The top navigation618 has all the expected links619 hides some links when an external authorization service is enabled620 with combined_menu feature flag off621 behaves like combined_menu: feature flag examples622 The top navigation623 has all the expected links624 hides some links when an external authorization service is enabled625Navigation bar counter626 reflects dashboard issues count627 reflects dashboard merge requests count628Group navbar629 behaves like verified navigation bar630 renders correctly631 when container registry is available632 behaves like verified navigation bar633 renders correctly634 when dependency proxy is available635 behaves like verified navigation bar636 renders correctly637Upload a group export archive638 behaves like handling file uploads639 with object storage disabled640 behaves like for a group export archive641 is expected to change `Group.count` by 1642 is expected to eq 202643Projects > Members > Member leaves project644 user leaves project645Projects > Members > Owner cannot request access to their own project646 owner does not see the request access button647Knapsack report was generated. Preview:648{649 "spec/features/merge_request/user_sees_merge_request_pipelines_spec.rb": 198.6868272239999,650 "spec/features/merge_request/user_resolves_conflicts_spec.rb": 104.19536430599965,651 "spec/features/issues/user_bulk_edits_issues_labels_spec.rb": 64.03640412500044,652 "spec/features/search/user_searches_for_code_spec.rb": 55.40415602200028,653 "spec/features/merge_request/user_suggests_changes_on_diff_spec.rb": 51.620154111000375,654 "spec/features/issues/form_spec.rb": 36.71765212700029,655 "spec/features/issues/discussion_lock_spec.rb": 35.17437897199943,656 "spec/features/import/manifest_import_spec.rb": 33.798686221000025,657 "spec/features/projects/merge_request_button_spec.rb": 20.414184985999782,658 "spec/features/groups/show_spec.rb": 16.910844097000336,659 "spec/features/groups/group_settings_spec.rb": 17.586496953000278,660 "spec/features/merge_request/user_allows_commits_from_memebers_who_can_merge_spec.rb": 17.087366382000255,661 "spec/features/issues/filtered_search/dropdown_emoji_spec.rb": 13.416723776999788,662 "spec/features/groups/members/list_members_spec.rb": 12.510467299000084,663 "spec/features/merge_request/user_sees_mr_with_deleted_source_branch_spec.rb": 11.310731735000445,664 "spec/features/merge_request/user_rebases_merge_request_spec.rb": 8.560783904000346,665 "spec/features/commits/user_uses_quick_actions_spec.rb": 7.889472938000836,666 "spec/features/merge_requests/user_filters_by_multiple_criteria_spec.rb": 7.638888589000089,667 "spec/features/user_opens_link_to_comment_spec.rb": 6.123261449999518,668 "spec/features/projects/integrations/user_activates_atlassian_bamboo_ci_spec.rb": 7.251208799999404,669 "spec/features/projects/services/user_activates_irker_spec.rb": 4.5056468389993825,670 "spec/features/admin/admin_disables_two_factor_spec.rb": 4.721155672999885,671 "spec/features/error_tracking/user_filters_errors_by_status_spec.rb": 4.223752942000829,672 "spec/features/dashboard/group_spec.rb": 4.0036366490003275,673 "spec/features/projects/issues/design_management/user_paginates_designs_spec.rb": 3.707898393000505,674 "spec/features/dashboard/group_dashboard_with_external_authorization_service_spec.rb": 3.813527934999911,675 "spec/features/dashboard/issuables_counter_spec.rb": 2.4781851320003625,676 "spec/features/groups/navbar_spec.rb": 1.3195748640000602,677 "spec/features/file_uploads/group_import_spec.rb": 0.7593317199998637,678 "spec/features/projects/members/member_leaves_project_spec.rb": 1.3570388910002293,679 "spec/features/projects/members/owner_cannot_request_access_to_his_project_spec.rb": 0.7669993890003752680}681Knapsack global time execution for tests: 12m 37s682Pending: (Failures listed here are expected and do not affect your suite's status)683 1) Merge request > User resolves conflicts can be resolved in the UI the conflict contain markers conflicts are resolved in Edit inline mode684 # Temporarily skipped with xit685 # ./spec/features/merge_request/user_resolves_conflicts_spec.rb:141686Finished in 12 minutes 40 seconds (files took 41.38 seconds to load)687199 examples, 0 failures, 1 pending688Failed to write to log, write log/workhorse-test.log: file already closed689Tue 13 Jul 2021 12:34:53 AM UTC691Not uploading cache ruby-gems-v1-4 due to policy692Not uploading cache gitaly-ruby-gems-v1-4 due to policy694Uploading artifacts...695coverage/: found 5 matching files and directories 696WARNING: crystalball/: no matching files 697deprecations/: found 15 matching files and directories 698knapsack/: found 3 matching files and directories 699rspec_flaky/: found 4 matching files and directories 700rspec_profiling/: found 1 matching files and directories 701WARNING: tmp/capybara/: no matching files 702tmp/memory_test/: found 2 matching files and directories 703log/*.log: found 18 matching files and directories 704Uploading artifacts as "archive" to coordinator... ok id=1418685529 responseStatus=201 Created token=v_5z3oiy705Uploading artifacts...706junit_rspec.xml: found 1 matching files and directories 707Uploading artifacts as "junit" to coordinator... ok id=1418685529 responseStatus=201 Created token=v_5z3oiy709Job succeeded