rspec system pg12 24/24
Passed Started
by
@alexkalderimis

Alex Kalderimis
1Running with gitlab-runner 14.2.0-rc1 (0ac3a46e)2 on docker-auto-scale-com d5ae8d253 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.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:91d892a67245e889ee058993bb08077e9980b16e08991c8b172adadee015594f for postgres:12 with digest postgres@sha256:5afbf72bfdb224f9ad3b29dd570747b4752ab2e81e9c25145847004f8a350e60 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...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.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.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:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...18Running on runner-d5ae8d25-project-278964-concurrent-0 via runner-d5ae8d25-gsrm-1631644826-8e05bd72...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 27% |******** | 92.4M 0:00:02 ETA25gitlab.tar.gz 84% |*************************** | 287M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 341M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 53, done. 33remote: Counting objects: 100% (47/47), done. 34remote: Compressing objects: 100% (21/21), done. 35remote: Total 29 (delta 22), reused 12 (delta 8), pack-reused 0 37 * [new ref] 7818fd5200fa647737976e6f87724e1b0d1a58fe -> refs/pipelines/37074602838Checking out 7818fd52 as refs/merge-requests/69982/merge...39Skipping Git submodules setup41Checking cache for ruby-gems-v1-4...42cache.zip is up to date 43Successfully extracted cache44Checking cache for gitaly-ruby-gems-v1-4...45cache.zip is up to date 46Successfully extracted cache48Downloading artifacts for compile-test-assets (1590280839)...49Downloading artifacts from coordinator... ok id=1590280839 responseStatus=200 OK token=Vk-pyboB50Downloading artifacts for detect-tests (1590280857)...51Downloading artifacts from coordinator... ok id=1590280857 responseStatus=200 OK token=B5P4yR8852Downloading artifacts for retrieve-tests-metadata (1590280864)...53Downloading artifacts from coordinator... ok id=1590280864 responseStatus=200 OK token=Er-hZnZL54Downloading artifacts for setup-test-env (1590280847)...55Downloading artifacts from coordinator... ok id=1590280847 responseStatus=200 OK token=N-Q5DksJ57Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.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:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...58$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb59$ export GOPATH=$CI_PROJECT_DIR/.go60$ mkdir -p $GOPATH61$ source scripts/utils.sh62$ source scripts/prepare_build.sh63Bundler version 2.1.464production:development65Settings are listed in order of priority. The top value will be used.66path67Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"68clean69Set for the current user (/root/.bundle/config): "true"70without71Set via BUNDLE_WITHOUT: [:production, :development]72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check75The Gemfile's dependencies are satisfied76==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.77$ bundle pristine pg78Installing pg 1.2.3 with native extensions79==> 'bundle pristine pg' succeeded in 11 seconds.80$ setup_db_user_only81CREATE ROLE82GRANT83==> 'setup_db_user_only' succeeded in 0 seconds.84$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee85Dropped database 'gitlabhq_test'86Created database 'gitlabhq_test'87DEPRECATION 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)88Dropped database 'gitlabhq_geo_test'89Created database 'gitlabhq_geo_test'90==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 36 seconds.91$ run_timed_command "gem install knapsack --no-document"92$ gem install knapsack --no-document93Successfully installed knapsack-4.0.0941 gem installed95==> 'gem install knapsack --no-document' succeeded in 0 seconds.96$ run_timed_command "scripts/gitaly-test-spawn"97$ scripts/gitaly-test-spawn98Settings are listed in order of priority. The top value will be used.99jobs100Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4101retry102Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3103path104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"105deployment106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true107without108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]109Set via BUNDLE_WITHOUT: [:production, :development]110app_config111Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"112gemfile113Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"114Don't run Bundler as root. Bundler can ask for sudo if it is needed, and115installing your bundle as root will break this application for all non-root116users on this machine.117Using abstract_type 0.0.7118Using concurrent-ruby 1.1.9119Using i18n 1.8.10120Using minitest 5.14.4121Using tzinfo 2.0.4122Using zeitwerk 2.4.2123Using activesupport 6.1.3.2124Using builder 3.2.4125Using erubi 1.10.0126Using mini_portile2 2.5.1127Using racc 1.5.2128Using nokogiri 1.11.7 (x86_64-linux)129Using rails-dom-testing 2.0.3130Using crass 1.0.6131Using loofah 2.10.0132Using rails-html-sanitizer 1.3.0133Using actionview 6.1.3.2134Using rack 2.2.3135Using rack-test 1.1.0136Using actionpack 6.1.3.2137Using ice_nine 0.11.2138Using thread_safe 0.3.6139Using memoizable 0.4.2140Using adamantium 0.2.0141Using public_suffix 4.0.6142Using addressable 2.7.0143Using ast 2.4.1144Using binding_ninja 0.2.3145Using bundler 2.1.4146Using charlock_holmes 0.7.7147Using coderay 1.1.2148Using equalizer 0.0.11149Using concord 0.1.5150Using diff-lcs 1.3151Using dotenv 2.7.6152Using escape_utils 1.2.1153Using factory_bot 5.0.2154Using multipart-post 2.1.1155Using faraday 1.0.1156Using ffi 1.15.3157Using json 2.5.1158Using gemojione 3.3.0159Using mini_mime 1.0.2160Using rugged 1.1.0161Using github-linguist 7.12.1162Using github-markup 1.7.0163Using mime-types-data 3.2020.1104164Using mime-types 3.3.1165Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1166Using rouge 3.26.0167Using nokogumbo 1.5.0168Using sanitize 4.6.6169Using stringex 2.8.5170Using gitlab-gollum-lib 4.2.7.10.gitlab.1171Using google-protobuf 3.17.3 (x86_64-linux)172Using googleapis-common-protos-types 1.1.0173Using grpc 1.30.2 (x86_64-linux)174Using opentracing 0.5.0175Using thrift 0.14.1176Using jaeger-client 1.1.0177Using pg_query 2.1.0178Using redis 4.2.5179Using gitlab-labkit 0.20.0180Using gitlab-markup 1.7.1181Using grpc-tools 1.30.2182Using sawyer 0.8.2183Using octokit 4.20.0184Using reverse_markdown 1.4.0185Using thor 1.1.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 2.7.2.0192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rexml 3.2.4201Using rspec-support 3.8.0202Using rspec-core 3.8.0203Using rspec-expectations 3.8.3204Using rspec-mocks 3.8.0205Using rspec 3.8.0206Using rspec-parameterized 0.4.2207Using rubocop-ast 0.2.0208Using ruby-progressbar 1.10.1209Using unicode-display_width 1.7.0210Using rubocop 0.86.0211Using sentry-raven 3.0.4212Using timecop 0.9.1213Bundle complete! 21 Gemfile dependencies, 96 gems now installed.214Gems in the groups production and development were not installed.215Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`216Checking gitaly-ruby Gemfile...217Checking gitaly-ruby bundle...218The Gemfile's dependencies are satisfied219Trying to connect to gitaly: .................................................. OK220Trying to connect to gitaly2: ........................................................................ OK221Trying to connect to praefect: .......... OK222==> 'scripts/gitaly-test-spawn' succeeded in 16 seconds.223$ source ./scripts/rspec_helpers.sh224$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"225KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb226Knapsack report generator started!227Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}228==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.059521162 seconds...229Test environment set up in 0.641136717 seconds230Jira231Starting the Capybara driver server...232DEPRECATION 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)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)234 when internal issues tracker is enabled for the other project235 when only internal issues tracker is enabled for the actual project236Capybara starting Puma...237* Version 5.3.2 , codename: Sweetnighter238* Min threads: 0, max threads: 4239* Listening on unix:///tmp/20210914-434-c9u6l1240DEPRECATION 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 creates a link to the referenced issue on the preview243 creates a link to the referenced issue after submit244 creates a note on the referenced issues245 when both external and internal issues trackers are enabled for the actual project246 creates a link to the referenced issue on the preview247 creates a link to the referenced issue after submit248 creates a note on the referenced issues249 when only external issues tracker is enabled for the actual project250 creates a link to the referenced issue on the preview251 creates a link to the referenced issue after submit252 creates a note on the referenced issues253 when no tracker is enabled for the actual project254 creates a link to the referenced issue on the preview255 creates a link to the referenced issue after submit256 creates a note on the referenced issues257 when internal issues tracker is disabled for the other project258 when only internal issues tracker is enabled for the actual project259 creates a link to the referenced issue on the preview260 creates a link to the referenced issue after submit261 creates a note on the referenced issues262 when both external and internal issues trackers are enabled for the actual project263 creates a link to the referenced issue on the preview264 creates a link to the referenced issue after submit265 creates a note on the referenced issues266 when only external issues tracker is enabled for the actual project267 creates a link to the referenced issue on the preview268 creates a link to the referenced issue after submit269 creates a note on the referenced issues270 when no issues tracker is enabled for the actual project271 creates a link to the referenced issue on the preview272 creates a link to the referenced issue after submit273 creates a note on the referenced issues274Thread Comments Issue275 behaves like thread comments for issue, epic and merge request276DEPRECATION 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)277DEPRECATION 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)278 clicking "Comment" will post a comment279 clicking 'Comment & close issue' will post a comment and close the issue280 when the toggle is clicked281 has a "Comment" item (selected by default) and "Start thread" item282 closes the menu when clicking the toggle or body283 when selecting "Start thread"284 clicking 'Start thread & close issue' will post a thread and close the issue285 creating a thread286 clicking "Start thread" will post a thread and show a reply component287 can be replied to288 can be collapsed289 when opening the menu290 has "Start thread" selected291 when selecting "Comment"292 updates the submit button text and closes the dropdown293 updates the close button text294 typing does not change the close button text295 has "Comment" selected when opening the menu296 on a closed issue297 shows a 'Comment & reopen issue' button298 shows a 'Start thread & reopen issue' button when 'Start thread' is selected299Login300 password reset token after successful sign in301Authentication activity metric incremented: user_authenticated_counter302 invalidates password reset token303 initial login after setup304Authentication activity metric incremented: user_authenticated_counter305 allows the initial admin to create a password306 does not show flash messages when login page307 with a blocked account308Authentication activity metric incremented: user_session_destroyed_counter309Authentication activity metric incremented: user_blocked_counter310Authentication activity metric incremented: user_session_destroyed_counter311Authentication activity metric incremented: user_unauthenticated_counter312 prevents the user from logging in313Authentication activity metric incremented: user_session_destroyed_counter314Authentication activity metric incremented: user_blocked_counter315Authentication activity metric incremented: user_session_destroyed_counter316Authentication activity metric incremented: user_unauthenticated_counter317 does not update Devise trackable attributes318 with an unconfirmed email address319 within the grace period320Authentication activity metric incremented: user_authenticated_counter321 allows to login322 when the confirmation grace period is expired323Authentication activity metric incremented: user_session_destroyed_counter324Authentication activity metric incremented: user_session_destroyed_counter325Authentication activity metric incremented: user_unauthenticated_counter326 prevents the user from logging in and renders a resend confirmation email link327 when resending the confirmation email328 redirects to the "almost there" page329 with the ghost user330Authentication activity metric incremented: user_unauthenticated_counter331Authentication activity metric incremented: user_password_invalid_counter332 disallows login333Authentication activity metric incremented: user_unauthenticated_counter334Authentication activity metric incremented: user_password_invalid_counter335 does not update Devise trackable attributes336 with two-factor authentication337 with valid username/password338DEPRECATION 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)339DEPRECATION 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)340Authentication activity metric incremented: user_authenticated_counter341Authentication activity metric incremented: user_two_factor_authenticated_counter342 does not show a "You are already signed in." error message343 does not allow sign-in if the user password is updated before entering a one-time code344 using one-time code345Authentication activity metric incremented: user_authenticated_counter346Authentication activity metric incremented: user_two_factor_authenticated_counter347 allows login with valid code348 persists remember_me value via hidden field349 blocks login with invalid code350Authentication activity metric incremented: user_authenticated_counter351Authentication activity metric incremented: user_two_factor_authenticated_counter352 allows login with invalid code, then valid code353Authentication activity metric incremented: user_authenticated_counter354Authentication activity metric incremented: user_two_factor_authenticated_counter355 triggers ActiveSession.cleanup for the user356 using backup code357 with valid code358Authentication activity metric incremented: user_authenticated_counter359Authentication activity metric incremented: user_two_factor_authenticated_counter360 allows login361Authentication activity metric incremented: user_authenticated_counter362Authentication activity metric incremented: user_two_factor_authenticated_counter363 invalidates the used code364Authentication activity metric incremented: user_authenticated_counter365Authentication activity metric incremented: user_two_factor_authenticated_counter366Authentication activity metric incremented: user_session_destroyed_counter367Authentication activity metric incremented: user_authenticated_counter368Authentication activity metric incremented: user_two_factor_authenticated_counter369 invalidates backup codes twice in a row370Authentication activity metric incremented: user_authenticated_counter371Authentication activity metric incremented: user_two_factor_authenticated_counter372 triggers ActiveSession.cleanup for the user373 with invalid code374 blocks login375 when logging in via OAuth376 when authn_context is worth two factors377Authentication activity metric incremented: user_authenticated_counter378 signs user in without prompting for second factor379 when two factor authentication is required380Authentication activity metric incremented: user_authenticated_counter381Authentication activity metric incremented: user_two_factor_authenticated_counter382 shows 2FA prompt after OAuth login383 without two-factor authentication384 with correct username and password385Authentication activity metric incremented: user_authenticated_counter386 allows basic login387Authentication activity metric incremented: user_authenticated_counter388 does not show already signed in message when opening sign in page after login389Authentication activity metric incremented: user_authenticated_counter390 triggers ActiveSession.cleanup for the user391 when the users password is expired392Authentication activity metric incremented: user_authenticated_counter393 asks for a new password394 with invalid username and password395Authentication activity metric incremented: user_unauthenticated_counter396Authentication activity metric incremented: user_password_invalid_counter397 blocks invalid login398 with required two-factor authentication enabled399 global setting400 with grace period defined401 within the grace period402Authentication activity metric incremented: user_authenticated_counter403 redirects to two-factor configuration page404Authentication activity metric incremented: user_authenticated_counter405 allows skipping two-factor configuration406 after the grace period407Authentication activity metric incremented: user_authenticated_counter408 redirects to two-factor configuration page409Authentication activity metric incremented: user_authenticated_counter410 disallows skipping two-factor configuration411 without grace period defined412Authentication activity metric incremented: user_authenticated_counter413 redirects to two-factor configuration page414 group setting415 with grace period defined416 within the grace period417Authentication activity metric incremented: user_authenticated_counter418 redirects to two-factor configuration page419Authentication activity metric incremented: user_authenticated_counter420 allows skipping two-factor configuration421 after the grace period422Authentication activity metric incremented: user_authenticated_counter423 redirects to two-factor configuration page424Authentication activity metric incremented: user_authenticated_counter425 disallows skipping two-factor configuration426 without grace period defined427Authentication activity metric incremented: user_authenticated_counter428 redirects to two-factor configuration page429 UI tabs and panes430 when no defaults are changed431 does not render any tabs432 renders link to sign up path433 when signup is disabled434 does not render any tabs435 does not render link to sign up path436 when ldap is enabled437 correctly renders tabs and panes438 renders link to sign up path439 when crowd is enabled440 correctly renders tabs and panes441 Client helper classes and flags442 adds client browser and platform classes to page body443 when terms are enforced444Authentication activity metric incremented: user_authenticated_counter445 asks to accept the terms on first login446Authentication activity metric incremented: user_authenticated_counter447 does not ask for terms when the user already accepted them448 when 2FA is required for the user449 when the user did not enable 2FA450Authentication activity metric incremented: user_authenticated_counter451 asks to set 2FA before asking to accept the terms452 when the user already enabled 2FA453Authentication activity metric incremented: user_authenticated_counter454Authentication activity metric incremented: user_two_factor_authenticated_counter455 asks the user to accept the terms456 when the users password is expired457Authentication activity metric incremented: user_authenticated_counter458 asks the user to accept the terms before setting a new password459 when the user does not have an email configured460Authentication activity metric incremented: user_authenticated_counter461 asks the user to accept the terms before setting an email462 when sending confirmation email and not yet confirmed463Authentication activity metric incremented: user_authenticated_counter464 allows login and shows a flash warning to confirm the email address465 when not having confirmed within Devise's allow_unconfirmed_access_for time466Authentication activity metric incremented: user_session_destroyed_counter467Authentication activity metric incremented: user_session_destroyed_counter468Authentication activity metric incremented: user_unauthenticated_counter469 does not allow login and shows a flash alert to confirm the email address470IDE user commits changes471 user updates nested files472User uses header search field473 when user is in a global scope474 starts searching by pressing the enter key475 when entering text into the search field476 does not display the category search dropdown477 when searching through the search field478 displays result counts for all categories479 when user is in a project scope480 and it belongs to a group481 starts searching by pressing the enter key482 displays search options483 when entering text into the search field484 does not display the category search dropdown485 and it belongs to a user486 starts searching by pressing the enter key487 displays search options488 displays a link to project merge requests489 does not display a link to project feature flags490 when entering text into the search field491 does not display the category search dropdown492 and user is a developer493 displays a link to project feature flags494 when user is in a group scope495DEPRECATION 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)496DEPRECATION 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)497 starts searching by pressing the enter key498 displays search options499 when entering text into the search field500 does not display the category search dropdown501 when user is in a subgroup scope502 starts searching by pressing the enter key503 displays search options504 when entering text into the search field505 does not display the category search dropdown506User edits a merge request507 Squash commits508 override MR setting if "Required" is saved509 recovers MR squash setting if "Required" is not saved510 does not override MR squash setting if "Do not allow" is saved511 displays "Required in this project" for "Required" project setting squash option512 does not display message for "Allow" project setting squash option513 does not display message for "Encourage" project setting squash option514 is hidden for "Do not allow" project setting squash option515 changing target branch516 allows user to change target branch517 merged merge request518 does not allow user to change target branch519User Cluster520 when user does not have a cluster and visits cluster index page521 when user filled form with valid parameters522 user sees namespace per environment is enabled by default523 behaves like valid cluster user form524 user sees a cluster details page525 RBAC is enabled for the cluster526 user sees a cluster details page with RBAC enabled527 behaves like valid cluster user form528 user sees a cluster details page529 when user filled form with invalid parameters530 user sees a validation error531 when user does have a cluster and visits cluster page532 user sees a cluster details page533 when user disables the cluster534 user sees the successful message535 when user changes cluster parameters536 user sees the successful message537 when user destroys the cluster538 user sees creation form with the successful message539Merge Request button540 on branches page541 behaves like Merge request button only shown when allowed542 not logged in543DEPRECATION 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)544DEPRECATION 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)545 does not show Create merge request button546 logged in as developer547 shows Create merge request button548 merge requests are disabled549 does not show Create merge request button550 when the project is archived551 hides the link552 logged in as non-member553 does not show Create merge request button554 on own fork of project555 shows Create merge request button556 on compare page557 shows the correct merge request button when viewing across forks558 behaves like Merge request button only shown when allowed559 not logged in560 does not show Create merge request button561 logged in as developer562 shows Create merge request button563 merge requests are disabled564 does not show Create merge request button565 when the project is archived566 hides the link567 logged in as non-member568 does not show Create merge request button569 on own fork of project570 shows Create merge request button571 on commits page572 behaves like Merge request button only shown when allowed573 not logged in574 does not show Create merge request button575 logged in as developer576 shows Create merge request button577 merge requests are disabled578 does not show Create merge request button579 when the project is archived580 hides the link581 logged in as non-member582 does not show Create merge request button583 on own fork of project584 shows Create merge request button585Projects members586 with a group invitee587 does not appear in the project members page588 with a group589 shows group and project members by default590 shows project members only if requested591 shows group members only if requested592 with a group, a project invitee, and a project requester593 shows the group owner594 shows the project developer595 shows the project invitee596 shows the project requester597 with a group requester598 does not appear in the project members page599 showing status of members600 shows the status601User can display performance bar602 when user is logged-out603 when the performance_bar feature is disabled604 behaves like performance bar cannot be displayed605 does not show the performance bar by default606 when user press `pb`607 does not show the performance bar by default608 when the performance_bar feature is enabled609 behaves like performance bar cannot be displayed610 does not show the performance bar by default611 when user press `pb`612 does not show the performance bar by default613 when user is logged-in614 when the performance_bar feature is disabled615 behaves like performance bar cannot be displayed616 does not show the performance bar by default617 when user press `pb`618 does not show the performance bar by default619 behaves like performance bar is enabled by default in development620 shows the performance bar by default621 when the performance_bar feature is enabled622 does not show Stats link by default623 behaves like performance bar is enabled by default in development624 shows the performance bar by default625 behaves like performance bar can be displayed626 does not show the performance bar by default627 when user press `pb`628 shows the performance bar629 when GITLAB_PERFORMANCE_BAR_STATS_URL environment variable is set630 shows Stats link631 flamegraphs632 when user has access633 renders flamegraph when requested634 when user does not have access635 renders the original page636User page637 shows the status if there was one638 shows the pronouns of the user if there was one639 shows the pronunctiation of the user if there was one640 with public profile641 shows all the tabs642 does not show private profile message643 work information644 shows job title and organization details645 shows job title646 shows organization details647 location648 when location is set649 shows location650 when location is not set651 does not show location652 timezone653 when timezone is set654 shows local time655 when timezone is invalid656 shows local time using the configured default timezone (UTC in this case)657 follow/unfollow and followers/following658 does not show link to follow659 shows 0 followers and 0 following660WARNING: Active Record does not support composite primary key.661user_follow_users has composite primary key. Composite primary key is ignored.662 shows 1 followers and 1 following663 does show link to follow664 does show link to unfollow665 with private profile666 shows no tab667 shows private profile message668 shows own tabs669 with blocked profile670 shows no tab671 shows blocked message672 shows user name as blocked673 shows no additional fields674 shows username675 with unconfirmed user676 when visited by an authenticated user677 behaves like unconfirmed user profile678 shows user name as unconfirmed679 shows no tab680 shows no additional fields681 shows private profile message682 when visited by an unauthenticated user683 behaves like unconfirmed user profile684 shows user name as unconfirmed685 shows no tab686 shows no additional fields687 shows private profile message688 signup disabled689 shows the sign in link690 signup enabled691 shows the sign in and register link692 most recent activity693 shows the most recent activity694 when external authorization is enabled695 hides the most recent activity696 page description697 behaves like page meta description698 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown699 with a bot user700 feature flag enabled701 only shows Overview and Activity tabs702 feature flag disabled703 only shows Overview and Activity tabs704 structured markup705 shows Person structured markup706 GPG keys707 when user has verified GPG keys708 shows link to public GPG keys709 when user does not have verified GPG keys710 does not show link to public GPG keys711Projects > Settings > Webhook Settings712 for developer713 to be disallowed to view714 for maintainer715 Webhooks716 show list of webhooks717 create webhook718 edit existing webhook719 test existing webhook720 delete existing webhook721 from webhooks list page722 from webhook edit page723 Webhook logs724 show list of hook logs725 show hook log details726 retry hook log727Admin Appearance728unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.729unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.730unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.731 create new appearance732 preview sign-in page appearance733DEPRECATION 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)734DEPRECATION 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)735DEPRECATION 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)736DEPRECATION 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)737 preview new project page appearance738 custom sign-in page739 custom new project page740/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 nil741 appearance logo742/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 nil743 header logos744/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 nil745 Favicon746 Custom system header and footer747 when system header and footer messages are empty748 shows custom system header and footer fields749 when system header and footer messages are not empty750 shows custom system header and footer fields751 Profile page with custom profile image guidelines752 renders guidelines when set753Manually create a todo item from issue754 creates todo when clicking button755 marks a todo as done756Search bar757 keyboard navigation758 makes item active759 selects item760 clear search button761 clears text762 hides by default763 hides after clicked764 hides when there is no text765 shows when there is text766 resets the dropdown hint filter767Alert details768 when a developer displays the alert769 shows the alert770 shows the alert tabs771 shows the right sidebar mounted with correct widgets772 updates the alert todo button from the right sidebar773 updates the alert status from the right sidebar774 updates the alert assignee from the right sidebar775Admin mode for workers776 as a regular user777 cannot delete user778 as an admin user779 when admin mode disabled780 cannot delete user781 when admin mode enabled782 can delete user783Issue Boards shortcut784 issues are enabled785 takes user to issue board index786 issues are not enabled787 does not take user to the issue board index788Merge request > User sees pipelines from forked project789 user visits a pipelines page790Internal Snippets791 normal user792 sees internal snippets793 sees raw internal snippets794Merge Requests Feed795 GET /merge_requests796 when authenticated797 behaves like an authenticated issuable atom feed798DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:125)799DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:125)800 renders atom feed with common issuable information801 behaves like an authenticated merge request atom feed802 renders atom feed with additional merge request information803 but the use can not see the project804 renders 404 page805 when authenticated via personal access token806 behaves like an authenticated issuable atom feed807 renders atom feed with common issuable information808 behaves like an authenticated merge request atom feed809 renders atom feed with additional merge request information810 when authenticated via feed token811 behaves like an authenticated issuable atom feed812 renders atom feed with common issuable information813 behaves like an authenticated merge request atom feed814 renders atom feed with additional merge request information815 when not authenticated816 and the project is private817 redirects to login page818 and the project is public819 behaves like an authenticated issuable atom feed820 renders atom feed with common issuable information821 behaves like an authenticated merge request atom feed822 renders atom feed with additional merge request information823viewing issues with design references824 the user has access to a public project825 behaves like successful use of design link references826 shows the issue description and design references827 the user does not have access to a private project828 redacts inaccessible design references829 the user has access to a private project830 behaves like successful use of design link references831 shows the issue description and design references832 design management is entirely disabled833 processes design links as issue references834Group Issues Calendar Feed835 GET /issues836 when authenticated837 with no referer838 renders calendar feed839 with GitLab as the referer840 renders calendar feed as text/plain841 when authenticated via personal access token842 renders calendar feed843 when authenticated via feed token844 renders calendar feed845 issue with due date846 renders issue fields847User invites from a comment848 launches the invite modal from invite link on a comment849Projects > Members > Group requester cannot request access to project850 group requester does not see the request access / withdraw access request button851Project navbar852 behaves like verified navigation bar853 renders correctly854 when value stream is available855 redirects to value stream when Analytics item is clicked856 when pages are available857 behaves like verified navigation bar858 renders correctly859 when container registry is available860 behaves like verified navigation bar861 renders correctly862Projects > Show > RSS863 when signed in864 behaves like an autodiscoverable RSS feed with current_user's feed token865 has an RSS autodiscovery link tag with current_user's feed token866 when signed out867 behaves like an autodiscoverable RSS feed without a feed token868 has an RSS autodiscovery link tag without a feed token869Issues > User resets their incoming email token870 changes incoming email address token871Product Analytics > Events872 shows no events message873 shows events874User views labels875 shows all labels876Subscriptions Content Security Policy877 when there is no global config878 does not add CSP directives879 when a global CSP config exists880 appends to CSP directives881User visits the profile SSH keys page882 shows correct menu item883Knapsack report was generated. Preview:884{885 "spec/features/issuables/markdown_references/jira_spec.rb": 189.05824870300057,886 "spec/features/discussion_comments/issue_spec.rb": 77.67155916699994,887 "spec/features/users/login_spec.rb": 101.98686134399941,888 "spec/features/ide/user_commits_changes_spec.rb": 71.51559466900017,889 "spec/features/search/user_uses_header_search_field_spec.rb": 52.586281466999935,890 "spec/features/merge_request/user_edits_merge_request_spec.rb": 49.21348780700009,891 "spec/features/groups/clusters/user_spec.rb": 42.781756652000695,892 "spec/features/projects/merge_request_button_spec.rb": 26.168882783999834,893 "spec/features/projects/members/group_members_spec.rb": 28.01176470199971,894 "spec/features/user_can_display_performance_bar_spec.rb": 21.753461167999376,895 "spec/features/users/show_spec.rb": 13.99346105099994,896 "spec/features/projects/settings/webhooks_settings_spec.rb": 16.814814309000212,897 "spec/features/admin/admin_appearance_spec.rb": 18.64242906799973,898 "spec/features/issues/todo_spec.rb": 15.983781841000564,899 "spec/features/issues/filtered_search/search_bar_spec.rb": 14.975032491000093,900 "spec/features/alert_management/alert_details_spec.rb": 10.355385074999504,901 "spec/features/admin/admin_mode/workers_spec.rb": 10.108270777000143,902 "spec/features/boards/keyboard_shortcut_spec.rb": 9.253067186999942,903 "spec/features/merge_request/user_sees_pipelines_from_forked_project_spec.rb": 6.193175483999767,904 "spec/features/snippets/internal_snippet_spec.rb": 9.155116191999696,905 "spec/features/atom/merge_requests_spec.rb": 4.197710218999418,906 "spec/features/projects/issues/design_management/user_links_to_designs_in_issue_spec.rb": 4.6231816480003545,907 "spec/features/ics/group_issues_spec.rb": 5.25266431900036,908 "spec/features/issues/user_invites_from_a_comment_spec.rb": 4.237961147000533,909 "spec/features/projects/members/group_requester_cannot_request_access_to_project_spec.rb": 4.9431582440001876,910 "spec/features/projects/navbar_spec.rb": 4.189545459999863,911 "spec/features/projects/show/rss_spec.rb": 2.14393262700014,912 "spec/features/issues/user_resets_their_incoming_email_token_spec.rb": 2.980138337000426,913 "spec/features/projects/product_analytics/events_spec.rb": 1.6510051099994598,914 "spec/features/projects/labels/user_views_labels_spec.rb": 1.249622781000653,915 "spec/features/jira_connect/subscriptions_spec.rb": 0.41737689999990835,916 "spec/features/profiles/user_visits_profile_ssh_keys_page_spec.rb": 0.5344404039997244917}918Knapsack global time execution for tests: 13m 42s919Finished in 13 minutes 44 seconds (files took 50.98 seconds to load)920296 examples, 0 failures921Failed to write to log, write log/workhorse-test.log: file already closed922Tue 14 Sep 2021 08:29:08 PM UTC924Not uploading cache ruby-gems-v1-4 due to policy925Not uploading cache gitaly-ruby-gems-v1-4 due to policy927Uploading artifacts...928coverage/: found 5 matching files and directories 929WARNING: crystalball/: no matching files 930deprecations/: found 17 matching files and directories 931knapsack/: found 3 matching files and directories 932rspec_flaky/: found 4 matching files and directories 933rspec_profiling/: found 1 matching files and directories 934WARNING: tmp/capybara/: no matching files 935tmp/memory_test/: found 2 matching files and directories 936log/*.log: found 17 matching files and directories 937Uploading artifacts as "archive" to coordinator... ok id=1590281071 responseStatus=201 Created token=cX_Ubzfq938Uploading artifacts...939junit_rspec.xml: found 1 matching files and directories 940Uploading artifacts as "junit" to coordinator... ok id=1590281071 responseStatus=201 Created token=cX_Ubzfq942Job succeeded