rspec system pg11-as-if-foss 14/24
Passed Started
by
@patrickbajao

Patrick Bajao
1Running with gitlab-runner 13.9.0-rc2 (69c049fd)2 on prm-com-gitlab-org bd0915563 feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 ...7Starting service postgres:11.6 ...8Pulling docker image postgres:11.6 ...9Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 with digest postgres@sha256:6f2062ab11d720f4756f17da4d0a64534346cce33b7cdea9d7ac4f43eed9fc02 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:f5b24aafdf93a05581fac6db4430badb2024b27c7d6c29eb3144b01828ac5a07 for redis:5.0-alpine with digest redis@sha256:6151b520d9ac29c1524d9637e0b3dc69cba7dbef27a427d6dba355652fff8306 ...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.14-git-2.29-lfs-2.9-chrome-87-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 ...16Using docker image sha256:4d23ed899afed063085b02cb83fa639d1a880dc4059e6c7f0af9ee9b713ba41b for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:d70df1af0359f58b269fab0d70a090bca324eba3a03e465146b10aef05de3273 ...18Running on runner-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1614759654-76928c7d...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 45% |************** | 180M 0:00:01 ETA25gitlab.tar.gz 100% |********************************| 396M 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/30remote: Enumerating objects: 1210, done. 31remote: Counting objects: 100% (645/645), done. 32remote: Compressing objects: 100% (248/248), done. 33remote: Total 320 (delta 256), reused 130 (delta 68), pack-reused 034Receiving objects: 100% (320/320), 40.40 KiB | 1.62 MiB/s, done.35Resolving deltas: 100% (256/256), completed with 120 local objects.37 * [new ref] 4996f4cc3b5cc82b8b493bfd2a4ced37e8cf757c -> refs/pipelines/26473258738Checking out 4996f4cc as refs/merge-requests/55046/merge...39Skipping Git submodules setup41Checking cache for rails-v4-3...42cache.zip is up to date 43WARNING: vendor/ruby/2.7.0/gems/deprecation_toolkit-1.5.1/gemfiles/test/deprecations: chmod vendor/ruby/2.7.0/gems/deprecation_toolkit-1.5.1/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 44Successfully extracted cache46Downloading artifacts for compile-test-assets as-if-foss (1069711723)...47Downloading artifacts from coordinator... ok id=1069711723 responseStatus=200 OK token=nvgyNQyG48Downloading artifacts for detect-tests (1069711729)...49Downloading artifacts from coordinator... ok id=1069711729 responseStatus=200 OK token=4KJ6tsyT50Downloading artifacts for retrieve-tests-metadata (1069711731)...51Downloading artifacts from coordinator... ok id=1069711731 responseStatus=200 OK token=nMSW8ysV52Downloading artifacts for setup-test-env (1069711725)...53Downloading artifacts from coordinator... ok id=1069711725 responseStatus=200 OK token=fSmN9Jtk54WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 56Using docker image sha256:4d23ed899afed063085b02cb83fa639d1a880dc4059e6c7f0af9ee9b713ba41b for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:d70df1af0359f58b269fab0d70a090bca324eba3a03e465146b10aef05de3273 ...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.463$ bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet64==> 'bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.65$ bundle check66The Gemfile's dependencies are satisfied67==> 'bundle check' succeeded in 1 seconds.68$ bundle pristine pg69Installing pg 1.2.3 with native extensions70==> 'bundle pristine pg' succeeded in 10 seconds.71$ setup_db_user_only72CREATE ROLE73GRANT74==> 'setup_db_user_only' succeeded in 0 seconds.75$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee76Dropped database 'gitlabhq_test'77Created database 'gitlabhq_test'78==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 22 seconds.79$ run_timed_command "gem install knapsack --no-document"80$ gem install knapsack --no-document81Successfully installed knapsack-1.20.0821 gem installed83==> 'gem install knapsack --no-document' succeeded in 1 seconds.84$ run_timed_command "scripts/gitaly-test-spawn"85$ scripts/gitaly-test-spawn86Settings are listed in order of priority. The top value will be used.87retry88Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 389path90Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"91jobs92Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 493app_config94Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"95gemfile96Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"97flags98Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"99Don't run Bundler as root. Bundler can ask for sudo if it is needed, and100installing your bundle as root will break this application for all non-root101users on this machine.102Using abstract_type 0.0.7103Using concurrent-ruby 1.1.7104Using i18n 1.8.5105Using minitest 5.14.2106Using thread_safe 0.3.6107Using tzinfo 1.2.9108Using zeitwerk 2.4.2109Using activesupport 6.0.3.4110Using builder 3.2.4111Using erubi 1.10.0112Using mini_portile2 2.5.0113Using racc 1.5.2114Using nokogiri 1.11.1 (x86_64-linux)115Using rails-dom-testing 2.0.3116Using crass 1.0.6117Using loofah 2.9.0118Using rails-html-sanitizer 1.3.0119Using actionview 6.0.3.4120Using rack 2.2.3121Using rack-test 1.1.0122Using actionpack 6.0.3.4123Using ice_nine 0.11.2124Using memoizable 0.4.2125Using adamantium 0.2.0126Using public_suffix 4.0.6127Using addressable 2.7.0128Using ast 2.4.1129Using binding_ninja 0.2.3130Using bundler 2.1.4131Using charlock_holmes 0.7.7132Using coderay 1.1.2133Using equalizer 0.0.11134Using concord 0.1.5135Using diff-lcs 1.3136Using dotenv 2.7.6137Using escape_utils 1.2.1138Using factory_bot 5.0.2139Using multipart-post 2.1.1140Using faraday 1.0.1141Using ffi 1.13.1142Using json 2.5.1143Using gemojione 3.3.0144Using mini_mime 1.0.2145Using rugged 1.0.1146Using github-linguist 7.12.1147Using github-markup 1.7.0148Using mime-types-data 3.2020.1104149Using mime-types 3.3.1150Using gitlab-gollum-rugged_adapter 0.4.4.3.gitlab.1151Using rouge 3.26.0152Using nokogumbo 1.5.0153Using sanitize 4.6.6154Using stringex 2.8.5155Using gitlab-gollum-lib 4.2.7.10.gitlab.1156Using google-protobuf 3.12.4 (x86_64-linux)157Using googleapis-common-protos-types 1.0.5158Using grpc 1.30.2 (x86_64-linux)159Using opentracing 0.5.0160Using thrift 0.13.0161Using jaeger-client 1.1.0162Using pg_query 1.3.0163Using redis 4.2.5164Using gitlab-labkit 0.15.0165Using gitlab-markup 1.7.1166Using grpc-tools 1.30.2167Using sawyer 0.8.2168Using octokit 4.20.0169Using reverse_markdown 1.4.0170Using thor 1.1.0171Using licensee 9.14.1172Using method_source 0.9.2173Using msgpack 1.3.3174Using optimist 3.0.1175Using parallel 1.19.2176Using parser 2.7.2.0177Using procto 0.0.3178Using unparser 0.4.7179Using proc_to_ast 0.1.0180Using pry 0.12.2181Using rainbow 3.0.0182Using rbtrace 0.4.14183Using rdoc 6.2.0184Using regexp_parser 1.8.1185Using rexml 3.2.4186Using rspec-support 3.8.0187Using rspec-core 3.8.0188Using rspec-expectations 3.8.3189Using rspec-mocks 3.8.0190Using rspec 3.8.0191Using rspec-parameterized 0.4.2192Using rubocop-ast 0.2.0193Using ruby-progressbar 1.10.1194Using unicode-display_width 1.7.0195Using rubocop 0.86.0196Using sentry-raven 3.0.4197Using timecop 0.9.1198Bundle complete! 21 Gemfile dependencies, 96 gems now installed.199Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`200Checking gitaly-ruby Gemfile...201Checking gitaly-ruby bundle...202The Gemfile's dependencies are satisfied203Trying to connect to gitaly: ....... OK204Trying to connect to gitaly2: ................. OK205Trying to connect to praefect: ......... OK206==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.207$ source ./scripts/rspec_helpers.sh208$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"209KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb210WARNING: `around(:context)` hooks are not supported and behave like `around(:example). Called from /builds/gitlab-org/gitlab/spec/support/omniauth_strategy.rb:36:in `block in <top (required)>'.211Run options:212 include {:focus=>true}213 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}214All examples were filtered out; ignoring {:focus=>true}215==> Setting up GitLab Workhorse...216 GitLab Workhorse set up in 62.812085468 seconds...217==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...218 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.029958979 seconds...219Filter issues220Starting the Capybara driver server...221Capybara starting Puma...222* Version 5.1.1 , codename: At Your Service223* Min threads: 0, max threads: 4224* Listening on unix:///tmp/20210303-355-1wzg8tr225 filters by all available tokens226 with the NOT queries feature flag disabled227 does not have the != option228 filter issues by author229 only author230 filters issues by searched author231 filter issues by assignee232 only assignee233 filters issues by searched assignee234 filters issues by no assignee235 filters issues by invalid assignee (PENDING: to be tested, issue #26546)236 filters issues by multiple assignees237 filter by reviewer238 does not allow filtering by reviewer239 filter issues by label240 only label241 filters issues by searched label242 filters issues not containing searched label243 filters issues by any label244 filters issues by no label245 filters issues by multiple labels246 filters issues by multiple labels with not operator247 filters issues by label containing special characters248 filters issues by label not containing special characters249 does not show issues for unused labels250 label with multiple words251 special characters252 single quotes253 double quotes254 single quotes containing double quotes255 double quotes containing single quotes256 multiple labels with other filters257 filters issues by searched label, label2, author, assignee, milestone and text258 filters issues by searched label, label2, author, assignee, not included in a milestone259 issue label clicked260 filters and displays in search bar261 filter issues by milestone262 only milestone263 filters issues by searched milestone264 filters issues by no milestone265 filters issues by upcoming milestones266 filters issues by negation of upcoming milestones267 filters issues by started milestones268 filters issues by negation of started milestones269 filters issues by milestone containing special characters270 filters issues by milestone not containing special characters271 does not show issues for unused milestones272 show issues for unused milestones273 filter issues by text274 only text275 filters issues by searched text276 filters issues by multiple searched text277 filters issues by case insensitive searched text278 filters issues by searched text containing single quotes279 filters issues by searched text containing double quotes280 filters issues by searched text containing special characters281 does not show any issues282 searched text with other filters283 filters issues by searched text, author, text, assignee, text, label1, text, label2, text, milestone and text284 sorting285 sorts by created date286 switching issue states287 maintains filter288 URL has a trailing slash289 milestone dropdown loads milestones290 label dropdown load labels291Admin updates settings292 feature flag :user_mode_in_session is enabled293 General page294unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.295unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.296unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.297 change visibility settings298 uncheck all restricted visibility levels299 modify import sources300 change Visibility and Access Controls301 change Keys settings302 change Account and Limit Settings303 change Maximum import size304 change New users set to external305 change Sign-in restrictions306 terms of Service307 modify oauth providers308 oauth providers do not raise validation errors when saving unrelated changes309 configure web terminal310 Change Sign-up restrictions311 Require Admin approval for new signup setting312 changes the setting313 Configure Gitpod314 changes gitpod settings315 Integrations page316 enable hiding third party offers317 change Slack Notifications Service template settings318 defaults Deployment events to false for chat notification template settings319 Integration page320 allows user to dismiss deprecation notice321 CI/CD page322 change CI/CD settings323 Container Registry324 for container registry setting container_registry_delete_tags_service_timeout325 with feature flag enabled326 with client supporting tag delete327 changes the setting328 with client not supporting tag delete329 behaves like not having container registry setting330 lacks the container setting container_registry_delete_tags_service_timeout331 with feature flag disabled332 behaves like not having container registry setting333 lacks the container setting container_registry_delete_tags_service_timeout334 for container registry setting container_registry_expiration_policies_worker_capacity335 with feature flag enabled336 with client supporting tag delete337 changes the setting338 with client not supporting tag delete339 behaves like not having container registry setting340 lacks the container setting container_registry_expiration_policies_worker_capacity341 with feature flag disabled342 behaves like not having container registry setting343 lacks the container setting container_registry_expiration_policies_worker_capacity344 for container registry setting container_registry_cleanup_tags_service_max_list_size345 with feature flag enabled346 with client supporting tag delete347 changes the setting348 with client not supporting tag delete349 behaves like not having container registry setting350 lacks the container setting container_registry_cleanup_tags_service_max_list_size351 with feature flag disabled352 behaves like not having container registry setting353 lacks the container setting container_registry_cleanup_tags_service_max_list_size354 Repository page355 change Repository storage settings356 Reporting page357 change Spam settings358 Metrics and profiling page359 change Prometheus settings360 change Performance bar settings361DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.1/lib/carrierwave/sanitized_file.rb:316: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call362/usr/local/lib/ruby/2.7.0/fileutils.rb:206: warning: The called method `mkdir_p' is defined here363 (called from cache! at /builds/gitlab-org/gitlab/app/uploaders/object_storage.rb:369)364DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/relation.rb:412: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call365/builds/gitlab-org/gitlab/app/models/project_feature_usage.rb:12: warning: The called method is defined here366 (called from jira_usage at /builds/gitlab-org/gitlab/lib/gitlab/usage_data.rb:437)367 loads usage ping payload on click368 Network page369 changes Outbound requests settings370 changes Issues rate limits settings371 Preferences page372 change Help page373 change Pages settings374 change Real-time features settings375 shows an error when validation fails376 change Pages Let's Encrypt settings377 Nav bar378 shows default help links in nav379 shows custom support url in nav when set380 feature flag :user_mode_in_session is disabled381 loads admin settings page without redirect for reauthentication382Multi-file editor new directory383 creates directory in current directory384Merge request > User edits MR385 non-fork merge request386 behaves like an editable merge request387DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/cache.rb:330: warning: Passing the keyword argument as the last hash parameter is deprecated388/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/cache.rb:710: warning: The called method `get_entry_value' is defined here389 (called from fetch at /builds/gitlab-org/gitlab/lib/gitlab/repository_cache.rb:25)390 updates merge request391 description has autocomplete392 description has quick action autocomplete393 has class js-quick-submit in form394 warns about version conflict395 preserves description textarea height396 when "Remove source branch" is set397 allows to unselect "Remove source branch"398 for a forked project399 behaves like an editable merge request400 updates merge request401 description has autocomplete402 description has quick action autocomplete403 has class js-quick-submit in form404 warns about version conflict405 preserves description textarea height406 when "Remove source branch" is set407 allows to unselect "Remove source branch"408Projects > Settings > User manages merge request settings409 shows "Merge commit" strategy410 shows "Merge commit with semi-linear history " strategy411 shows "Fast-forward merge" strategy412 shows Squash commit options413 when Merge Request and Pipelines are initially enabled414 when Pipelines are initially enabled415 shows the Merge Requests settings416 when Pipelines are initially disabled417 shows the Merge Requests settings that do not depend on Builds feature418 when Merge Request are initially disabled419 does not show the Merge Requests settings420 Checkbox to enable merge request link421 is initially checked422 when unchecked sets :printing_merge_request_link_enabled to false423 Checkbox to remove source branch after merge424 is initially checked425 when unchecked sets :remove_source_branch_after_merge to false426 Squash commits when merging427 initially has :squash_option set to :default_off428 allows :squash_option to be set to :default_on429 allows :squash_option to be set to :always430 allows :squash_option to be set to :never431Discussion Lock432 when a user is a team member433 when the discussion is unlocked434 the user can lock the issue435 when the discussion is locked436 the user can unlock the issue437 the user can create a comment438 when a user is not a team member439 when the discussion is unlocked440 the user can not lock the issue441 the user can create a comment442 when the discussion is locked443 the user can not unlock the issue444 the user can not create a comment445Admin Groups446 list447 renders groups448 create a group449 creates new group450 shows the visibility level radio populated with the default value451 when entered in group name, it auto filled the group path452 auto populates the group path with the group name453 when entering in group path, group name does not change anymore454 with expected fields455 renders from as expected456 show a group457 shows the group458 has a link to the group459 group edit460 shows the visibility level radio populated with the group visibility_level value461 shows the subgroup creation level dropdown populated with the group subgroup_creation_level value462 edit group path does not change group name463 add user into a group464 behaves like adds user into a group465 is expected to have text "Reporter"466 behaves like adds user into a group467 is expected to have text "Reporter"468 add admin himself to a group469 adds admin a to a group as developer470 shared projects471 renders shared project472Internal Group access473 Group should be internal474 #internal?475 is expected to be truthy476 GET /groups/:path477 is expected to be allowed for admin478 is expected to be allowed for owner479 is expected to be allowed for maintainer480 is expected to be allowed for developer481 is expected to be allowed for reporter482 is expected to be allowed for guest483 is expected to be allowed for the specified user484 is expected to be allowed for user485 is expected to be denied for external486 is expected to be denied for visitor487 GET /groups/:path/-/issues488 is expected to be allowed for admin489 is expected to be allowed for owner490 is expected to be allowed for maintainer491 is expected to be allowed for developer492 is expected to be allowed for reporter493 is expected to be allowed for guest494 is expected to be allowed for the specified user495 is expected to be allowed for user496 is expected to be denied for external497 is expected to be denied for visitor498 GET /groups/:path/-/merge_requests499 is expected to be allowed for admin500 is expected to be allowed for owner501 is expected to be allowed for maintainer502 is expected to be allowed for developer503 is expected to be allowed for reporter504 is expected to be allowed for guest505 is expected to be allowed for the specified user506 is expected to be allowed for user507 is expected to be denied for external508 is expected to be denied for visitor509 GET /groups/:path/-/group_members510 is expected to be allowed for admin511 is expected to be allowed for owner512 is expected to be allowed for maintainer513 is expected to be allowed for developer514 is expected to be allowed for reporter515 is expected to be allowed for guest516 is expected to be allowed for the specified user517 is expected to be allowed for user518 is expected to be denied for external519 is expected to be denied for visitor520 GET /groups/:path/-/edit521 is expected to be allowed for admin522 is expected to be allowed for owner523 is expected to be denied for maintainer524 is expected to be denied for developer525 is expected to be denied for reporter526 is expected to be denied for guest527 is expected to be denied for the specified user528 is expected to be denied for user529 is expected to be denied for visitor530 is expected to be denied for external531Public Project Snippets Access532 GET /:project_path/snippets533 is expected to be allowed for admin534 is expected to be allowed for owner535 is expected to be allowed for maintainer536 is expected to be allowed for developer537 is expected to be allowed for reporter538 is expected to be allowed for guest539 is expected to be allowed for user540 is expected to be allowed for external541 is expected to be allowed for visitor542 GET /:project_path/snippets/new543 is allowed for admin when admin mode is enabled544 is denied for admin when admin mode is disabled545 is expected to be allowed for owner546 is expected to be allowed for maintainer547 is expected to be allowed for developer548 is expected to be allowed for reporter549 is expected to be denied for guest550 is expected to be denied for user551 is expected to be denied for external552 is expected to be denied for visitor553 GET /:project_path/snippets/:id554 for a public snippet555 is expected to be allowed for admin556 is expected to be allowed for owner557 is expected to be allowed for maintainer558 is expected to be allowed for developer559 is expected to be allowed for reporter560 is expected to be allowed for guest561 is expected to be allowed for user562 is expected to be allowed for external563 is expected to be allowed for visitor564 for an internal snippet565 is expected to be allowed for admin566 is expected to be allowed for owner567 is expected to be allowed for maintainer568 is expected to be allowed for developer569 is expected to be allowed for reporter570 is expected to be allowed for guest571 is expected to be allowed for user572 is expected to be denied for external573 is expected to be denied for visitor574 for a private snippet575 is allowed for admin when admin mode is enabled576 is denied for admin when admin mode is disabled577 is expected to be allowed for owner578 is expected to be allowed for maintainer579 is expected to be allowed for developer580 is expected to be allowed for reporter581 is expected to be allowed for guest582 is expected to be denied for user583 is expected to be denied for external584 is expected to be denied for visitor585 GET /:project_path/snippets/:id/raw586 for a public snippet587 is expected to be allowed for admin588 is expected to be allowed for owner589 is expected to be allowed for maintainer590 is expected to be allowed for developer591 is expected to be allowed for reporter592 is expected to be allowed for guest593 is expected to be allowed for user594 is expected to be allowed for external595 is expected to be allowed for visitor596 for an internal snippet597 is expected to be allowed for admin598 is expected to be allowed for owner599 is expected to be allowed for maintainer600 is expected to be allowed for developer601 is expected to be allowed for reporter602 is expected to be allowed for guest603 is expected to be allowed for user604 is expected to be denied for external605 is expected to be denied for visitor606 for a private snippet607 is allowed for admin when admin mode is enabled608 is denied for admin when admin mode is disabled609 is expected to be allowed for owner610 is expected to be allowed for maintainer611 is expected to be allowed for developer612 is expected to be allowed for reporter613 is expected to be allowed for guest614 is expected to be denied for user615 is expected to be denied for external616 is expected to be denied for visitor617Project > Settings > CI/CD > Container registry tag expiration policy618 as owner619 shows available section620 saves cleanup policy submit the form621 does not save cleanup policy submit form with invalid regex622 with a project without expiration policy623 application_setting: true, feature_flag: true, result: :available_section624 displays the expected result625 application_setting: true, feature_flag: false, result: :available_section626 displays the expected result627 application_setting: false, feature_flag: true, result: :available_section628 displays the expected result629 application_setting: false, feature_flag: false, result: :disabled_message630 displays the expected result631 when registry is disabled632 does not exists633 when container registry is disabled on project634 does not exists635Slack slash commands636 shows a token placeholder637 shows a help message638 redirects to the integrations page after saving but not activating639 redirects to the integrations page after activating640 shows the correct trigger url641 shows help content642Admin Serverless Domains643 add domain with certificate644 update domain certificate645 when domain exists646 displays a modal when attempting to delete a domain647 displays a modal with disabled button if unable to delete a domain648Projects > Snippets > User deletes a snippet649 deletes a snippet650Projects > Settings > Pipelines settings651 for developer652 to be disallowed to view653 for maintainer654 be allowed to change655 updates auto_cancel_pending_pipelines656 updates forward_deployment_enabled657 Auto DevOps658 when auto devops is turned on instance-wide659 auto devops is on by default and can be manually turned off660 when auto devops is not turned on instance-wide661 auto devops is off by default and can be manually turned on662 when auto devops is turned on group level663 renders group enabled badge664 when auto devops is turned on group parent level665 renders group enabled badge666 runners registration token667 has a registration token668 reload registration token669 changes registration token670User deletes snippet671 deletes the snippet672User rebases a merge request673 when merge is regular674 behaves like rebases675 rebases676 when merge is ff-only677 behaves like rebases678 rebases679Dropdown author680 behavior681 loads all the authors when opened682 shows current user at top of dropdown683 selecting from dropdown without Ajax call684 selects current user685user reads pipeline status686 behaves like visiting project tree687 sees the correct pipeline status688 behaves like visiting project tree689 sees the correct pipeline status690Project > Commit > View user status691 status for the commit author692 behaves like showing user status693 shows the status694 status for a comment on the commit695 behaves like showing user status696 shows the status697 status for a diff note on the commit698 behaves like showing user status699 shows the status700ActionCable logging701 adds extra context to logs702Broadcast Messages703 banner type704 is not dismissable705 does not replace placeholders706 behaves like a Broadcast Messages707 shows broadcast message708 renders styled links709 dismissable banner type710 behaves like a Broadcast Messages711 shows broadcast message712 renders styled links713 behaves like a dismissable Broadcast Messages714 hides broadcast message after dismiss715 broadcast message is still hidden after refresh716 notification type717 replaces placeholders718 behaves like a Broadcast Messages719 shows broadcast message720 renders styled links721 behaves like a dismissable Broadcast Messages722 hides broadcast message after dismiss723 broadcast message is still hidden after refresh724Admin activates Prometheus725 activates service726Incident Management index727 when a developer displays the incident list728 shows the status tabs729 shows the filtered search730 shows the alert table731 alert page title732Merge requests > User merges immediately733 when there is active pipeline for merge request734 enables merge immediately735User uploads avatar to profile736 they see their new avatar on their profile737 their new avatar is immediately visible in the header and setting sidebar738Issues shortcut739 New Issue shortcut740 issues are enabled741 takes user to the new issue page742 issues are not enabled743 does not take user to the new issue page744Projects > Files > User views files page745 user sees folders and submodules sorted together, followed by files746Project navbar747 behaves like verified navigation bar748 renders correctly749 when value stream is available750 redirects to value stream when Analytics item is clicked751 when pages are available752 behaves like verified navigation bar753 renders correctly754 when container registry is available755 behaves like verified navigation bar756 renders correctly757Sort labels758 sorts by title by default759 sorts by date760User interacts with labels761 shows the list of labels762New issue breadcrumb763 displays link to project issues and new issue764 links to current issue in breadcrubs765 excludes award_emoji from comment count766Incident Detail767 when user displays the incident768 shows the incident tabs769Projects > Members > Anonymous user sees members770 when `vue_project_members_list` feature flag is enabled771 anonymous user visits the project's members page and sees the list of members772 when `vue_project_members_list` feature flag is disabled773 anonymous user visits the project's members page and sees the list of members774The group page775 The sidebar776 has all the expected links777 shows all project features when policy control is enabled778 hides some links when an external authorization service configured with an url779Dropdown milestone780 behavior781 loads all the milestones when opened782User promotes milestone783 when user can admin group milestones784 shows milestone promote button785 when user cannot admin group milestones786 does not show milestone promote button787Merge request > User sees page metadata788 behaves like page meta description789 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown790Static Site Editor791 when no config file is present792 renders SSE page with all generated config values and default config file values793 when a config file is present794 renders Static Site Editor page values read from config file795 Static Site Editor Content Security Policy796 when no global CSP config exists797 does not add CSP directives798 when a global CSP config exists799 appends youtube to the CSP frame-src policy800Upload a git lfs object801 behaves like handling file uploads802 with object storage disabled803 behaves like for a git lfs object804 is expected to change `LfsObject.count` by 1805 is expected to eq 200806Pending: (Failures listed here are expected and do not affect your suite's status)807 1) Filter issues filter issues by assignee only assignee filters issues by invalid assignee808 # to be tested, issue #26546809 # ./spec/features/issues/filtered_search/filter_issues_spec.rb:136810Finished in 11 minutes 18 seconds (files took 32.18 seconds to load)811362 examples, 0 failures, 1 pending812Wed 03 Mar 2021 12:14:10 PM UTC814Not uploading cache rails-v4-3 due to policy816Uploading artifacts...817coverage/: found 5 matching files and directories 818WARNING: crystalball/: no matching files 819deprecations/: found 6 matching files and directories 820knapsack/: found 3 matching files and directories 821rspec_flaky/: found 2 matching files and directories 822rspec_profiling/: found 1 matching files and directories 823WARNING: tmp/capybara/: no matching files 824tmp/memory_test/: found 2 matching files and directories 825tmp/feature_flags/: found 115 matching files and directories 826log/*.log: found 16 matching files and directories 827Uploading artifacts as "archive" to coordinator... ok id=1069712319 responseStatus=201 Created token=qXE8dLbr828Uploading artifacts...829junit_rspec.xml: found 1 matching files and directories 830Uploading artifacts as "junit" to coordinator... ok id=1069712319 responseStatus=201 Created token=qXE8dLbr832Job succeeded