rspec system pg12 19/24
Passed Started
by
@nmilojevic1
Nikola Milojevic
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on prm-com-gitlab-org ae3bfce23 feature flags: FF_USE_FASTZIP: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:65e488c552d36b6482a7d5e044925962024fe816a7d797f7c0a153ac842b9aab ...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-ae3bfce2-project-278964-concurrent-0 via runner-ae3bfce2-prm-1626793459-e42feeaf...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 43% |************* | 163M 0:00:01 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: 237, done. 32remote: Counting objects: 100% (159/159), done. 33remote: Compressing objects: 100% (60/60), done. 34remote: Total 77 (delta 58), reused 33 (delta 16), pack-reused 0 36 * [new ref] 3f8443f21d8eddb0895bed8fa7e421d67e3ceb67 -> refs/pipelines/34006139437Checking out 3f8443f2 as refs/merge-requests/66303/merge...38Skipping Git submodules setup40Checking cache for ruby-gems-v1-4...41Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 42Successfully extracted cache43Checking cache for gitaly-ruby-gems-v1-4...44Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 45Successfully extracted cache47Downloading artifacts for compile-test-assets (1438603774)...48Downloading artifacts from coordinator... ok id=1438603774 responseStatus=200 OK token=Svohix8M49Downloading artifacts for detect-tests (1438603822)...50Downloading artifacts from coordinator... ok id=1438603822 responseStatus=200 OK token=LarsiAVB51Downloading artifacts for retrieve-tests-metadata (1438603852)...52Downloading artifacts from coordinator... ok id=1438603852 responseStatus=200 OK token=g4UyPkUe53Downloading artifacts for setup-test-env (1438603789)...54Downloading artifacts from coordinator... ok id=1438603789 responseStatus=200 OK token=X7g2JayV56Using 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 ...57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh62Bundler version 2.1.463production:development64Settings are listed in order of priority. The top value will be used.65path66Set for the current user (/root/.bundle/config): "vendor"67clean68Set for the current user (/root/.bundle/config): "true"69without70Set via BUNDLE_WITHOUT: [:production, :development]71install_flags72Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"73$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check74The Gemfile's dependencies are satisfied75==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.76$ bundle pristine pg77Installing pg 1.2.3 with native extensions78==> 'bundle pristine pg' succeeded in 10 seconds.79$ setup_db_user_only80CREATE ROLE81GRANT82==> 'setup_db_user_only' succeeded in 0 seconds.83$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee84Dropped database 'gitlabhq_test'85Created database 'gitlabhq_test'86DEPRECATION 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)87Dropped database 'gitlabhq_geo_test'88Created database 'gitlabhq_geo_test'89==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 23 seconds.90$ run_timed_command "gem install knapsack --no-document"91$ gem install knapsack --no-document92Successfully installed knapsack-3.1.0931 gem installed94==> 'gem install knapsack --no-document' succeeded in 1 seconds.95$ run_timed_command "scripts/gitaly-test-spawn"96$ scripts/gitaly-test-spawn97Settings are listed in order of priority. The top value will be used.98jobs99Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4100retry101Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3102path103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"104deployment105Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true106without107Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]108Set via BUNDLE_WITHOUT: [:production, :development]109app_config110Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"111gemfile112Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"113Don't run Bundler as root. Bundler can ask for sudo if it is needed, and114installing your bundle as root will break this application for all non-root115users on this machine.116Using abstract_type 0.0.7117Using concurrent-ruby 1.1.9118Using i18n 1.8.10119Using minitest 5.14.4120Using tzinfo 2.0.4121Using zeitwerk 2.4.2122Using activesupport 6.1.3.2123Using builder 3.2.4124Using erubi 1.10.0125Using mini_portile2 2.5.1126Using racc 1.5.2127Using nokogiri 1.11.5 (x86_64-linux)128Using rails-dom-testing 2.0.3129Using crass 1.0.6130Using loofah 2.10.0131Using rails-html-sanitizer 1.3.0132Using actionview 6.1.3.2133Using rack 2.2.3134Using rack-test 1.1.0135Using actionpack 6.1.3.2136Using ice_nine 0.11.2137Using thread_safe 0.3.6138Using memoizable 0.4.2139Using adamantium 0.2.0140Using public_suffix 4.0.6141Using addressable 2.7.0142Using ast 2.4.1143Using binding_ninja 0.2.3144Using bundler 2.1.4145Using charlock_holmes 0.7.7146Using coderay 1.1.2147Using equalizer 0.0.11148Using concord 0.1.5149Using diff-lcs 1.3150Using dotenv 2.7.6151Using escape_utils 1.2.1152Using factory_bot 5.0.2153Using multipart-post 2.1.1154Using faraday 1.0.1155Using ffi 1.15.3156Using json 2.5.1157Using gemojione 3.3.0158Using mini_mime 1.0.2159Using rugged 1.1.0160Using github-linguist 7.12.1161Using github-markup 1.7.0162Using mime-types-data 3.2020.1104163Using mime-types 3.3.1164Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1165Using rouge 3.26.0166Using nokogumbo 1.5.0167Using sanitize 4.6.6168Using stringex 2.8.5169Using gitlab-gollum-lib 4.2.7.10.gitlab.1170Using google-protobuf 3.17.3 (x86_64-linux)171Using googleapis-common-protos-types 1.1.0172Using grpc 1.38.0 (x86_64-linux)173Using opentracing 0.5.0174Using thrift 0.14.1175Using jaeger-client 1.1.0176Using pg_query 2.1.0177Using redis 4.2.5178Using gitlab-labkit 0.20.0179Using gitlab-markup 1.7.1180Using grpc-tools 1.38.0181Using sawyer 0.8.2182Using octokit 4.20.0183Using reverse_markdown 1.4.0184Using thor 1.1.0185Using licensee 9.14.1186Using method_source 0.9.2187Using msgpack 1.3.3188Using optimist 3.0.1189Using parallel 1.19.2190Using parser 2.7.2.0191Using procto 0.0.3192Using unparser 0.4.7193Using proc_to_ast 0.1.0194Using pry 0.12.2195Using rainbow 3.0.0196Using rbtrace 0.4.14197Using rdoc 6.2.0198Using regexp_parser 1.8.1199Using rexml 3.2.4200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 21 Gemfile dependencies, 96 gems now installed.213Gems in the groups production and development were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: ....... OK219Trying to connect to gitaly2: ........... OK220Trying to connect to praefect: ..... OK221==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"224KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb225Knapsack report generator started!226Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}227==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.062177338 seconds...228Test environment set up in 0.53370632 seconds229Pipelines230Starting the Capybara driver server...231DEPRECATION 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)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)233 when user is logged in234 GET /:project/-/pipelines235 scope236 when displaying all237Capybara starting Puma...238* Version 5.3.2 , codename: Sweetnighter239* Min threads: 0, max threads: 4240* Listening on unix:///tmp/20210720-350-1pdjh6g241DEPRECATION 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)242DEPRECATION 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)243 contains pipeline commit short SHA244 contains branch name245 when displaying running246 contains pipeline commit short SHA247 contains branch name248 when displaying pending249 contains pipeline commit short SHA250 contains branch name251 when displaying finished252 contains pipeline commit short SHA253 contains branch name254 when displaying branches255 contains pipeline commit short SHA256 contains branch name257 header tabs258 shows a tab for All pipelines and count259 shows a tab for Finished pipelines and count260 shows a tab for Branches261 shows a tab for Tags262 updates content when tab is clicked263 navigation links264 renders "CI lint" link265 renders "Run pipeline" link266 when pipeline is cancelable267 indicates that pipeline can be canceled268 when canceling269 indicated that pipelines was canceled270 when pipeline is retryable271 indicates that pipeline can be retried272 when retrying273 shows running pipeline that is not retryable274 when pipeline is detached merge request pipeline275 behaves like detached merge request pipeline276Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.277 shows pipeline information without pipeline ref278 when source project is a forked project279 behaves like detached merge request pipeline280Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.281 shows pipeline information without pipeline ref282 when pipeline is merge request pipeline283 behaves like Correct merge request pipeline information284Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.285 does not show detached tag for the pipeline, and shows the link of the merge request, and does not show the ref of the pipeline286 when source project is a forked project287 behaves like Correct merge request pipeline information288Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.289 does not show detached tag for the pipeline, and shows the link of the merge request, and does not show the ref of the pipeline290 when pipeline has configuration errors291 contains badge that indicates errors292 contains badge with tooltip which contains error293 contains badge that indicates failure reason294 contains badge with tooltip which contains failure reason295 with manual actions296 has a dropdown with play button297 has link to the manual action298 when manual action was played299 enqueues manual action job300 when there is a delayed job301 has a dropdown for actionable jobs302 has link to the delayed job's action303 when delayed job is expired already304 shows 00:00:00 as the remaining time305 when user played a delayed job immediately306 enqueues the delayed job307 for generic statuses308 when preparing309 is cancelable310 shows the pipeline as preparing311 when running312 is cancelable313 has pipeline running314 when canceling315 indicates that pipeline was canceled316 when failed317 is not retryable318 has failed pipeline319 downloadable pipelines320 with artifacts321 has artifacts dropdown322 with artifacts expired323 is expected not to have visible css "[data-testid=\"artifact-item\"]"324 without artifacts325 is expected not to have visible css "[data-testid=\"artifact-item\"]"326 with trace artifact327 does not show trace artifact as artifacts328 mini pipeline graph329 renders a mini pipeline graph330 when clicking a stage badge331 opens a dropdown332DEPRECATION 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)333DEPRECATION 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)334 is possible to cancel pending build335 for a failed pipeline336 displays the failure reason337 with pagination338 renders pagination339 renders second page of pipelines340 shows updated content341 GET /:project/-/pipelines/show342DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_timer.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)343DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_timer.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)344 shows a graph with grouped stages345 POST /:project/-/pipelines346 for valid commit347 with gitlab-ci.yml348 creates a new pipeline349 when variables are specified350 creates a new pipeline with variables351 without gitlab-ci.yml352 is expected to have text "Missing CI config file"353 creates a pipeline after first request failed and a valid gitlab-ci.yml file is available when trying again354 Reset runner caches355 has a clear caches button356 user clicks the button357 when project already has jobs_cache_index358 increments jobs_cache_index359 when project does not have jobs_cache_index360 sets jobs_cache_index to 1361 Run Pipelines362 new pipeline page363 has field to add a new pipeline364 find pipelines365 shows filtered pipelines366 Empty State367 renders empty state368 when user is not logged in369 when project is public370 without pipelines371 is expected to have text "This project is not currently set up to run pipelines."372 when project is private373 redirects the user to sign_in and displays the flash alert374Admin updates settings375 application setting :admin_mode is enabled376 General page377unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.378unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.379unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.380 change visibility settings381 uncheck all restricted visibility levels382 modify import sources383 change Visibility and Access Controls384 change Keys settings385 change Account and Limit Settings386 change Maximum import size387 change New users set to external388 change Sign-in restrictions389 terms of Service390 modify oauth providers391 oauth providers do not raise validation errors when saving unrelated changes392 configure web terminal393 Dormant users394 when Gitlab.com395 does not expose the setting396 when not Gitlab.com397 change Dormant users398 Change Sign-up restrictions399 Require Admin approval for new signup setting400 changes the setting401 Configure Gitpod402 changes gitpod settings403 Integrations page404 enable hiding third party offers405 when mailgun_events_receiver feature flag is enabled406 enabling Mailgun events407 when mailgun_events_receiver feature flag is disabled408 does not have mailgun409 Integration page410 shows integrations table411 CI/CD page412 change CI/CD settings413 Runner Registration414 when feature is enabled415 allows admins to control who has access to register runners416 when feature is disabled417 does not allow admins to control who has access to register runners418 Container Registry419 for container registry setting container_registry_delete_tags_service_timeout420 with feature flag enabled421 with client supporting tag delete422 changes the setting423 with client not supporting tag delete424 behaves like not having container registry setting425 lacks the container setting container_registry_delete_tags_service_timeout426 with feature flag disabled427 behaves like not having container registry setting428 lacks the container setting container_registry_delete_tags_service_timeout429 for container registry setting container_registry_expiration_policies_worker_capacity430 with feature flag enabled431 with client supporting tag delete432 changes the setting433 with client not supporting tag delete434 behaves like not having container registry setting435 lacks the container setting container_registry_expiration_policies_worker_capacity436 with feature flag disabled437 behaves like not having container registry setting438 lacks the container setting container_registry_expiration_policies_worker_capacity439 for container registry setting container_registry_cleanup_tags_service_max_list_size440 with feature flag enabled441 with client supporting tag delete442 changes the setting443 with client not supporting tag delete444 behaves like not having container registry setting445 lacks the container setting container_registry_cleanup_tags_service_max_list_size446 with feature flag disabled447 behaves like not having container registry setting448 lacks the container setting container_registry_cleanup_tags_service_max_list_size449 Repository page450 change Repository storage settings451 still saves when settings are outdated452 Reporting page453 change Spam settings454 Metrics and profiling page455 change Prometheus settings456 change Performance bar settings457 loads usage ping payload on click458 Network page459 changes Outbound requests settings460 changes Issues rate limits settings461 Preferences page462 change Help page463 change Pages settings464 change Real-time features settings465 shows an error when validation fails466 change Pages Let's Encrypt settings467 Nav bar468 shows default help links in nav469 shows custom support url in nav when set470 application setting :admin_mode is disabled471 loads admin settings page without redirect for reauthentication472Thread Comments Merge Request473 behaves like thread comments for issue, epic and merge request474 clicking "Comment" will post a comment475 when the toggle is clicked476 has a "Comment" item (selected by default) and "Start thread" item477 closes the menu when clicking the toggle or body478 when selecting "Start thread"479 creating a thread480 clicking "Start thread" will post a thread and show a reply component481 can be replied to482 can be collapsed483 can be replied to after resolving484 shows resolved thread when toggled485 when opening the menu486 has "Start thread" selected487 when selecting "Comment"488 updates the submit button text and closes the dropdown489 updates the close button text490 typing does not change the close button text491 has "Comment" selected when opening the menu492 on a closed merge request493 shows a 'Comment & reopen merge request' button494 shows a 'Start thread & reopen merge request' button when 'Start thread' is selected495Group496 checks permissions to avoid exposing groups by parent_id497 create a group498 as a non-admin499DEPRECATION 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)500DEPRECATION 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)501 creates a group and persists visibility radio selection502 with expected fields503 renders from as expected504 with space in group path505 renders new group form with validation errors506 with .atom at end of group path507 renders new group form with validation errors508 with .git at end of group path509 renders new group form with validation errors510 real-time group url validation511 shows a message if group url is available512 shows an error if group url is taken513 does not break after an invalid form submit514 Mattermost team creation515 Mattermost enabled516DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_mattermost.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)517DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_mattermost.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)518 displays a team creation checkbox519 unchecks the checkbox by default520 updates the team URL on graph path update521 Mattermost disabled522 doesnt show a team creation checkbox if Mattermost not enabled523 showing recaptcha on group creation when it is enabled524 renders recaptcha525 not showing recaptcha on group creation when it is disabled526 does not render recaptcha527 create a nested group528 as admin529 when admin mode is enabled530 creates a nested group531 when admin mode is disabled532 is not allowed533 as group owner534 creates a nested group535 when recaptcha is enabled536 when creating subgroup537 does not render recaptcha538 real-time group url validation539 shows a message if group url is available540 shows an error if group url is taken541 group edit542 saves new settings543 focuses confirmation field on remove group544 removes group545 behaves like dirty submit form546 disables .js-general-settings-form submit until there are changes on input[name="group[name]"]547 disables .js-general-settings-form submit until there are changes on #group_visibility_level_0548 disables .js-general-permissions-form submit until there are changes on #group_request_access_enabled549 disables .js-general-permissions-form submit until there are changes on input[name="group[two_factor_grace_period]"]550 group page with markdown description551 parses Markdown552 passes through html-pipeline553 sanitizes unwanted tags554 permits `rel` attribute on links555 group page with nested groups556 renders projects and groups on the page557 renders subgroup page with the text "Subgroup information"558 renders project page with the text "Project information"559 new subgroup / project button560 when user has subgroup creation permissions but not project creation permissions561 only displays "New subgroup" button562 when user has project creation permissions but not subgroup creation permissions563 only displays "New project" button564 when user has project and subgroup creation permissions565 displays "New subgroup" and "New project" buttons566Overview tab on a user profile567 activities section568 user has no activities569 does not show any entries in the list of activities570 does not show a link to the activity list571 user has 3 activities572 display 3 entries in the list of activities573 user has 11 activities574 displays 10 entries in the list of activities575 shows a link to the activity list576 links to the activity tab577 projects section578 user has no personal projects579 shows an empty project list with an info message580 does not show a link to the project list581 user has a personal project582 shows one entry in the list of projects583 shows a link to the project list584 shows projects in "compact mode"585 user has more than ten personal projects586 shows max. ten entries in the list of projects587 shows a link to the project list588 does not show pagination589 followers section590 user has no followers591 shows an empty followers list with an info message592 user has less then 20 followers593WARNING: Active Record does not support composite primary key.594user_follow_users has composite primary key. Composite primary key is ignored.595 shows followers596 user has more then 20 followers597 shows paginated followers598 following section599 user is not following others600 shows an empty following list with an info message601 user is following less then 20 people602 shows following user603 user is following more then 20 people604 shows paginated following605 bot user606 feature flag enabled607 activity panel's title is 'Bot activity'608 does not show projects panel609 feature flag disabled610 activity panel's title is not 'Bot activity'611 shows projects panel612Visual tokens613 does retain hint token when mix of typing and clicks are performed614 editing a single token615 opens author dropdown616 filters value617 ends editing mode when document is clicked618 selecting different author from dropdown619 changes value in visual token620 moves input to the right621 editing multiple tokens622 opens author dropdown623 opens assignee dropdown624 editing a search term while editing another filter token625 opens author dropdown626 add new token after editing existing token627 does not tokenize incomplete token628 opens dropdowns629 opens hint dropdown630 opens token dropdown631 visual tokens632 creates visual token633 search using incomplete visual tokens634 tokenizes the search term to complete visual token635 Any/None option636 hidden when NOT operator is selected637 shown when EQUAL operator is selected638User creates snippet639 authenticated user creates a snippet640 uploads a file when dragging into textarea641 validation fails for the first time642 previews a snippet with file643 when the git operation fails644 renders the new page and displays the error645 when snippets default visibility level is restricted646 creates a snippet using the lowest available visibility level as default647 behaves like personal snippet with references648 when using references to resources649 behaves like handles resource links650 with access to the resource651 converts the reference to a link652 without access to the resource653 does not convert the reference to a link654 when using links to resources655 behaves like handles resource links656 with access to the resource657 converts the reference to a link658 without access to the resource659 does not convert the reference to a link660Import multiple repositories by uploading a manifest file661 parses manifest file and list repositories662 imports a project successfully663 renders an error if the remote url scheme starts with javascript664 renders an error if invalid file was provided665GitLab Flavored Markdown666 for commits667 renders title in commits#index668DEPRECATION 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 renders title in commits#show671 renders description in commits#show672 renders title in repositories#branches673 for issues674 renders subject in issues#index675DEPRECATION 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)676DEPRECATION 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)677 renders subject in issues#show678 renders details in issues#show679 for merge requests680 renders title in merge_requests#index681 renders title in merge_requests#show682 for milestones683 renders title in milestones#index684DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_burndown_chart_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)685DEPRECATION 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)686DEPRECATION 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)687 renders title in milestones#show688 renders description in milestones#show689Merge request > User assigns themselves690 logged in as a member of the project691 updates related issues692 updates updated_by693 returns user to the merge request694 when related issues are already assigned695 does not display if related issues are already assigned696 logged in as a non-member of the project697 does not show assignment link698Admin Appearance699 create new appearance700 preview sign-in page appearance701DEPRECATION 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)702DEPRECATION 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)703 preview new project page appearance704 custom sign-in page705 custom new project page706/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 nil707 appearance logo708/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 nil709 header logos710/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 nil711 Favicon712 Custom system header and footer713 when system header and footer messages are empty714 shows custom system header and footer fields715 when system header and footer messages are not empty716 shows custom system header and footer fields717 Profile page with custom profile image guidelines718 renders guidelines when set719Project > Tags720 when opening project tags721 page with tags list722 shows tag name723 shows tag edit button724 edit tag release notes725 shows tag name header726 shows release notes form727 toolbar buttons on release notes form are functional728 release notes form shows "Attach a file" button729 shows "Attaching a file" message on uploading 1 file730User interacts with deploy keys731 viewing deploy keys732 when project has keys733 shows deploy keys734 when another project has keys735 shows deploy keys736 when there are public deploy keys737 shows public deploy keys738 adding deploy keys739 adds new key740 attaching existing keys741 from another project742 behaves like attaches a key743 attaches key744 when keys are public745 behaves like attaches a key746 attaches key747Project issue boards sidebar labels748 labels749 shows current labels when editing (PENDING: Temporarily skipped with xit)750DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)751DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)752 adds a single label753 adds a multiple labels754 removes a label755 creates project label (PENDING: Temporarily skipped with xit)756 creates project label and list (PENDING: Temporarily skipped with xit)757Dashboard access758 GET /dashboard759 is expected to be allowed for admin760 is expected to be allowed for user761 is expected to be denied for visitor762 GET /dashboard/issues763 is expected to be allowed for admin764 is expected to be allowed for user765 is expected to be denied for visitor766 GET /dashboard/merge_requests767 is expected to be allowed for admin768 is expected to be allowed for user769 is expected to be denied for visitor770 GET /dashboard/projects/starred771 is expected to be allowed for admin772 is expected to be allowed for user773 is expected to be denied for visitor774 GET /help775 is expected to be allowed for admin776 is expected to be allowed for user777 is expected to be allowed for visitor778 GET /projects/new779 is expected to be allowed for admin780 is expected to be allowed for user781 is expected to be denied for visitor782 GET /groups/new783 is expected to be allowed for admin784 is expected to be allowed for user785 is expected to be denied for visitor786 GET /dashboard/groups787 is expected to be allowed for admin788 is expected to be allowed for user789 is expected to be denied for visitor790Project > Settings > CI/CD > Container registry tag expiration policy791 as owner792 shows available section793 saves cleanup policy submit the form794 does not save cleanup policy submit form with invalid regex795 with a project without expiration policy796 application_setting: true, feature_flag: true, result: :available_section797 displays the expected result798 application_setting: true, feature_flag: false, result: :available_section799 displays the expected result800 application_setting: false, feature_flag: true, result: :available_section801 displays the expected result802 application_setting: false, feature_flag: false, result: :disabled_message803 displays the expected result804 when registry is disabled805 does not exists806 when container registry is disabled on project807 does not exists808Private Snippets809 private Snippet renders for creator810Developer updates tag811 from the tags list page812 updates the release notes813 description has emoji autocomplete814 from a specific tag page815 updates the release notes816Project issue boards sidebar milestones817 milestone818 adds a milestone819 removes a milestone820Usage stats consent821 when signed in822 hides the banner permanently when sets usage stats823 shows banner on next session if user did not set usage stats824User activates Atlassian Bamboo CI825 activates service826Canonical link827 behaves like does not show canonical link828 is expected not to have xpath "//link[@rel=\"canonical\"]"829 behaves like shows canonical link830 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user320/project168/-/issues/1\"]"831 behaves like shows canonical link832 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user320/project168/-/issues?state=opened\"]"833 behaves like does not show canonical link834 is expected not to have xpath "//link[@rel=\"canonical\"]"835 behaves like shows canonical link836 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user320/project168\"]"837 behaves like shows canonical link838 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user320/project168?foo=bar\"]"839 behaves like shows canonical link840 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/explore/projects\"]"841Group Issues Calendar Feed842 GET /issues843 when authenticated844 with no referer845 renders calendar feed846 with GitLab as the referer847 renders calendar feed as text/plain848 when authenticated via personal access token849 renders calendar feed850 when authenticated via feed token851 renders calendar feed852 issue with due date853 renders issue fields854Projects > Files > User wants to add a .gitignore file855 user can pick a .gitignore file from the dropdown856Subgroup Issuables857 shows the full subgroup title when issues index page is empty858 shows the full subgroup title when merge requests index page is empty859User paginates issue designs860 paginates to next design861View error index page862 with error tracking settings disabled863 renders call to action864 with current user as project guest865 renders not found866Registration enabled callout867 when "Sign-up enabled" setting is `true`868 when an admin is logged in869 displays callout870 when callout is dismissed871 does not display callout872 when a non-admin is logged in873 does not display callout874User promotes label875 when user can admin group labels876 shows label promote button877 when user cannot admin group labels878 does not show label promote button879Projects > Wiki > User views wiki in project page880 when repository is disabled for project881 when wiki homepage contains a link882 displays the correct URL for the link883Upload a project export archive884 behaves like handling file uploads885 with object storage disabled886 behaves like for a project export archive887 is expected to change `Project.count` by 1888 is expected to eq 201889Knapsack report was generated. Preview:890{891 "spec/features/projects/pipelines/pipelines_spec.rb": 168.551075929,892 "spec/features/admin/admin_settings_spec.rb": 122.189308315,893 "spec/features/discussion_comments/merge_request_spec.rb": 90.56309758300006,894 "spec/features/groups_spec.rb": 61.36146200199994,895 "spec/features/users/overview_spec.rb": 44.10368180399996,896 "spec/features/issues/filtered_search/visual_tokens_spec.rb": 39.91196974100001,897 "spec/features/snippets/user_creates_snippet_spec.rb": 35.90939683099998,898 "spec/features/import/manifest_import_spec.rb": 31.915164540999967,899 "spec/features/markdown/gitlab_flavored_markdown_spec.rb": 27.093666511999913,900 "spec/features/merge_request/user_assigns_themselves_spec.rb": 23.38805038800001,901 "spec/features/admin/admin_appearance_spec.rb": 19.6366714159999,902 "spec/features/projects/tags/user_edits_tags_spec.rb": 16.185393284000043,903 "spec/features/projects/settings/user_interacts_with_deploy_keys_spec.rb": 14.508144732999995,904 "spec/features/boards/sidebar_labels_spec.rb": 12.887897135000003,905 "spec/features/security/dashboard_access_spec.rb": 7.931809094000073,906 "spec/features/projects/settings/registry_settings_spec.rb": 10.343778684999961,907 "spec/features/snippets/private_snippets_spec.rb": 8.620746607000001,908 "spec/features/tags/developer_updates_tag_spec.rb": 7.471696501999986,909 "spec/features/boards/sidebar_milestones_spec.rb": 8.806536153000025,910 "spec/features/usage_stats_consent_spec.rb": 5.702283829000066,911 "spec/features/projects/integrations/user_activates_atlassian_bamboo_ci_spec.rb": 6.002765464000049,912 "spec/features/canonical_link_spec.rb": 3.907569376999959,913 "spec/features/ics/group_issues_spec.rb": 3.8921412390000114,914 "spec/features/projects/files/gitignore_dropdown_spec.rb": 3.7434804920000033,915 "spec/features/projects/sub_group_issuables_spec.rb": 3.380759477999959,916 "spec/features/projects/issues/design_management/user_paginates_designs_spec.rb": 4.087177859000008,917 "spec/features/error_tracking/user_sees_error_index_spec.rb": 2.1543890680000004,918 "spec/features/callouts/registration_enabled_spec.rb": 2.534079739000049,919 "spec/features/projects/labels/user_promotes_label_spec.rb": 1.5113800760001368,920 "spec/features/projects/wiki/user_views_wiki_in_project_page_spec.rb": 1.256690585999877,921 "spec/features/file_uploads/project_import_spec.rb": 1.1312568760001795922}923Knapsack global time execution for tests: 13m 10s924Pending: (Failures listed here are expected and do not affect your suite's status)925 1) Project issue boards sidebar labels labels shows current labels when editing926 # Temporarily skipped with xit927 # ./spec/features/boards/sidebar_labels_spec.rb:32928 2) Project issue boards sidebar labels labels creates project label929 # Temporarily skipped with xit930 # ./spec/features/boards/sidebar_labels_spec.rb:128931 3) Project issue boards sidebar labels labels creates project label and list932 # Temporarily skipped with xit933 # ./spec/features/boards/sidebar_labels_spec.rb:147934Finished in 13 minutes 12 seconds (files took 45.72 seconds to load)935338 examples, 0 failures, 3 pending936Failed to write to log, write log/workhorse-test.log: file already closed937Tue 20 Jul 2021 03:21:54 PM UTC939Not uploading cache ruby-gems-v1-4 due to policy940Not uploading cache gitaly-ruby-gems-v1-4 due to policy942Uploading artifacts...943coverage/: found 5 matching files and directories 944WARNING: crystalball/: no matching files 945deprecations/: found 12 matching files and directories 946knapsack/: found 3 matching files and directories 947rspec_flaky/: found 4 matching files and directories 948rspec_profiling/: found 1 matching files and directories 949WARNING: tmp/capybara/: no matching files 950tmp/memory_test/: found 2 matching files and directories 951log/*.log: found 17 matching files and directories 952Uploading artifacts as "archive" to coordinator... ok id=1438604209 responseStatus=201 Created token=K1pyZH_t953Uploading artifacts...954junit_rspec.xml: found 1 matching files and directories 955Uploading artifacts as "junit" to coordinator... ok id=1438604209 responseStatus=201 Created token=K1pyZH_t957Job succeeded