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

Patrick Bajao
1Running with gitlab-runner 13.9.0-rc2 (69c049fd)2 on docker-auto-scale-com 1d6b581d3 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-1d6b581d-project-278964-concurrent-0 via runner-1d6b581d-gsrm-1614768637-a3da1f17...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 9% |** | 35.8M 0:00:10 ETA25gitlab.tar.gz 76% |************************ | 301M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 396M 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/31remote: Enumerating objects: 1210, done. 32remote: Counting objects: 100% (645/645), done. 33remote: Compressing objects: 100% (248/248), done. 34remote: Total 320 (delta 256), reused 130 (delta 68), pack-reused 035Receiving objects: 100% (320/320), 40.40 KiB | 1.35 MiB/s, done.36Resolving deltas: 100% (256/256), completed with 120 local objects.38 * [new ref] 4996f4cc3b5cc82b8b493bfd2a4ced37e8cf757c -> refs/pipelines/26473258739Checking out 4996f4cc as refs/merge-requests/55046/merge...40Skipping Git submodules setup42Checking cache for rails-v4-3...43cache.zip is up to date 44WARNING: 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) 45Successfully extracted cache47Downloading artifacts for compile-test-assets as-if-foss (1069711723)...48Downloading artifacts from coordinator... ok id=1069711723 responseStatus=200 OK token=nvgyNQyG49Downloading artifacts for detect-tests (1069711729)...50Downloading artifacts from coordinator... ok id=1069711729 responseStatus=200 OK token=4KJ6tsyT51Downloading artifacts for retrieve-tests-metadata (1069711731)...52Downloading artifacts from coordinator... ok id=1069711731 responseStatus=200 OK token=nMSW8ysV53Downloading artifacts for setup-test-env (1069711725)...54Downloading artifacts from coordinator... ok id=1069711725 responseStatus=200 OK token=fSmN9Jtk55WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 57Using 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 ...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.464$ bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet65==> 'bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 2 seconds.66$ bundle check67The Gemfile's dependencies are satisfied68==> 'bundle check' succeeded in 0 seconds.69$ bundle pristine pg70Installing pg 1.2.3 with native extensions71==> 'bundle pristine pg' succeeded in 11 seconds.72$ setup_db_user_only73CREATE ROLE74GRANT75==> 'setup_db_user_only' succeeded in 0 seconds.76$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee77Dropped database 'gitlabhq_test'78Created database 'gitlabhq_test'79==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 25 seconds.80$ run_timed_command "gem install knapsack --no-document"81$ gem install knapsack --no-document82Successfully installed knapsack-1.20.0831 gem installed84==> 'gem install knapsack --no-document' succeeded in 1 seconds.85$ run_timed_command "scripts/gitaly-test-spawn"86$ scripts/gitaly-test-spawn87Settings are listed in order of priority. The top value will be used.88retry89Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 390path91Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"92jobs93Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 494app_config95Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"96gemfile97Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"98flags99Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"100Don't run Bundler as root. Bundler can ask for sudo if it is needed, and101installing your bundle as root will break this application for all non-root102users on this machine.103Using abstract_type 0.0.7104Using concurrent-ruby 1.1.7105Using i18n 1.8.5106Using minitest 5.14.2107Using thread_safe 0.3.6108Using tzinfo 1.2.9109Using zeitwerk 2.4.2110Using activesupport 6.0.3.4111Using builder 3.2.4112Using erubi 1.10.0113Using mini_portile2 2.5.0114Using racc 1.5.2115Using nokogiri 1.11.1 (x86_64-linux)116Using rails-dom-testing 2.0.3117Using crass 1.0.6118Using loofah 2.9.0119Using rails-html-sanitizer 1.3.0120Using actionview 6.0.3.4121Using rack 2.2.3122Using rack-test 1.1.0123Using actionpack 6.0.3.4124Using ice_nine 0.11.2125Using memoizable 0.4.2126Using adamantium 0.2.0127Using public_suffix 4.0.6128Using addressable 2.7.0129Using ast 2.4.1130Using binding_ninja 0.2.3131Using bundler 2.1.4132Using charlock_holmes 0.7.7133Using coderay 1.1.2134Using equalizer 0.0.11135Using concord 0.1.5136Using diff-lcs 1.3137Using dotenv 2.7.6138Using escape_utils 1.2.1139Using factory_bot 5.0.2140Using multipart-post 2.1.1141Using faraday 1.0.1142Using ffi 1.13.1143Using json 2.5.1144Using gemojione 3.3.0145Using mini_mime 1.0.2146Using rugged 1.0.1147Using github-linguist 7.12.1148Using github-markup 1.7.0149Using mime-types-data 3.2020.1104150Using mime-types 3.3.1151Using gitlab-gollum-rugged_adapter 0.4.4.3.gitlab.1152Using rouge 3.26.0153Using nokogumbo 1.5.0154Using sanitize 4.6.6155Using stringex 2.8.5156Using gitlab-gollum-lib 4.2.7.10.gitlab.1157Using google-protobuf 3.12.4 (x86_64-linux)158Using googleapis-common-protos-types 1.0.5159Using grpc 1.30.2 (x86_64-linux)160Using opentracing 0.5.0161Using thrift 0.13.0162Using jaeger-client 1.1.0163Using pg_query 1.3.0164Using redis 4.2.5165Using gitlab-labkit 0.15.0166Using gitlab-markup 1.7.1167Using grpc-tools 1.30.2168Using sawyer 0.8.2169Using octokit 4.20.0170Using reverse_markdown 1.4.0171Using thor 1.1.0172Using licensee 9.14.1173Using method_source 0.9.2174Using msgpack 1.3.3175Using optimist 3.0.1176Using parallel 1.19.2177Using parser 2.7.2.0178Using procto 0.0.3179Using unparser 0.4.7180Using proc_to_ast 0.1.0181Using pry 0.12.2182Using rainbow 3.0.0183Using rbtrace 0.4.14184Using rdoc 6.2.0185Using regexp_parser 1.8.1186Using rexml 3.2.4187Using rspec-support 3.8.0188Using rspec-core 3.8.0189Using rspec-expectations 3.8.3190Using rspec-mocks 3.8.0191Using rspec 3.8.0192Using rspec-parameterized 0.4.2193Using rubocop-ast 0.2.0194Using ruby-progressbar 1.10.1195Using unicode-display_width 1.7.0196Using rubocop 0.86.0197Using sentry-raven 3.0.4198Using timecop 0.9.1199Bundle complete! 21 Gemfile dependencies, 96 gems now installed.200Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`201Checking gitaly-ruby Gemfile...202Checking gitaly-ruby bundle...203The Gemfile's dependencies are satisfied204Trying to connect to gitaly: ........ OK205Trying to connect to gitaly2: .................. OK206Trying to connect to praefect: ......... OK207==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.208$ source ./scripts/rspec_helpers.sh209$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"210KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb211WARNING: `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)>'.212Run options:213 include {:focus=>true}214 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}215All examples were filtered out; ignoring {:focus=>true}216==> Setting up GitLab Workhorse...217 GitLab Workhorse set up in 67.237074598 seconds...218==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...219 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.040130397 seconds...220Jobs221 GET /:project/jobs222 with no jobs223 shows the empty state page224 with a job225 Pending scope226 shows Pending tab jobs227 Running scope228 shows Running tab jobs229 Finished scope230 shows Finished tab jobs231 All jobs232 shows All tab jobs233 when visiting old URL234 redirects to new URL235 GET /:project/jobs/:id236 Job from project237Starting the Capybara driver server...238Capybara starting Puma...239* Version 5.1.1 , codename: At Your Service240* Min threads: 0, max threads: 4241* Listening on unix:///tmp/20210303-356-1ibvqo242 shows status name243 shows commit`s data244 shows active job245 pipeline info block246 shows pipeline id and source branch247 when pipeline is detached merge request pipeline248 shows merge request iid and source branch249 when source project is a forked project250 shows merge request iid and source branch251 when pipeline is merge request pipeline252 shows merge request iid and source branch253 when source project is a forked project254 shows merge request iid and source branch255 sidebar256 renders escaped tooltip name257 when job is not running258DEPRECATION 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 call259/usr/local/lib/ruby/2.7.0/fileutils.rb:206: warning: The called method `mkdir_p' is defined here260 (called from cache! at /builds/gitlab-org/gitlab/app/uploaders/object_storage.rb:369)261 shows retry button262 if job passed263 does not show New issue button264 if job failed265 shows New issue button266 links to issues/new with the title and description filled in267 when job is running268 job is cancelable269 shows cancel button270 when job is waiting for resource271DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.272Falling back to an asset that may be in the public folder.273This behavior is deprecated and will be removed.274To bypass the asset pipeline and preserve this behavior,275use the `skip_pipeline: true` option.276 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)277DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.278Falling back to an asset that may be in the public folder.279This behavior is deprecated and will be removed.280To bypass the asset pipeline and preserve this behavior,281use the `skip_pipeline: true` option.282 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)283DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.284Falling back to an asset that may be in the public folder.285This behavior is deprecated and will be removed.286To bypass the asset pipeline and preserve this behavior,287use the `skip_pipeline: true` option.288 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)289 shows correct UI components290 Job from other project291 is expected to eq 404292 Download artifacts293 has button to download artifacts294 downloads the zip file when user clicks the download button295 Artifacts expire date296 no expire date defined297 does not have the Keep button298 when expire date is defined299 when user has ability to update job300 when artifacts are unlocked301 keeps artifacts when keep button is clicked302 when artifacts are locked303 shows the keep button304 when user does not have ability to update job305 does not have keep button306 when artifacts expired307 when artifacts are unlocked308 does not have the Keep button309 when artifacts are locked310 has the Keep button311 when visiting old URL312 redirects to new URL313 Raw trace314 is expected to have visible css "[data-testid=\"job-raw-link-controller\"]"315 HTML trace316 when job has an initial trace317 loads job trace318 Variables319 when user is a maintainer320 when variables are stored in trigger_request321 behaves like no reveal button variables behavior322 renders a hidden value with no reveal values button323 when variables are stored in pipeline_variables324 behaves like no reveal button variables behavior325 renders a hidden value with no reveal values button326 when user is a maintainer327 when variables are stored in trigger_request328 behaves like reveal button variables behavior329 renders a hidden value with a reveal values button330 reveals values on button click331 when variables are stored in pipeline_variables332 behaves like reveal button variables behavior333 renders a hidden value with a reveal values button334 reveals values on button click335 when job starts environment336 job is successful and has deployment337DEPRECATION 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 call338/builds/gitlab-org/gitlab/app/models/concerns/has_environment_scope.rb:25: warning: The called method is defined here339 (called from find_platform_kubernetes_with_cte at /builds/gitlab-org/gitlab/app/models/concerns/deployment_platform.rb:27)340 shows a link for the job341 shows deployment message342 when there is a cluster used for the deployment343 shows a link to the cluster344 shows the name of the cluster345 when the user is not able to view the cluster346 includes only the name of the cluster without a link347 job is complete and not successful348 shows a link for the job349 deployment still not finished350 shows a link to latest deployment351 when job stops environment352 does not show environment information banner353 environment info in job view354 job with outdated deployment355 shows deployment message356 renders a link to the most recent deployment357 when deployment does not have a deployable358 has an empty href359 job failed to deploy360 shows deployment message361 job will deploy362 when environment exists363 shows deployment message364 when it has deployment365 shows that deployment will be overwritten366 when environment does not exist367 shows deployment message368 job that failed to deploy and environment has not been created369 shows deployment message370 job that will deploy and environment has not been created371 shows deployment message372 Playable manual action373 shows manual action empty state374 plays manual action and shows pending status375 Delayed job376 shows delayed job377 unschedules delayed job and shows manual action378 Non triggered job379 shows empty state380 Pending job381 shows pending empty state382 Canceled job383 with log384 renders job log385 without log386 renders empty state387 Skipped job388 renders empty state389 when job is failed but has no trace390 renders empty state391 with erased job392 renders erased job warning393 without erased job394 does not render erased job warning395 on mobile396 renders collapsed sidebar397 on desktop398 renders expanded sidebar399 stuck400 without active runners available401 renders message about job being stuck because no runners are active402 when available runners can not run specified tag403 renders message about job being stuck because of no runners with the specified tags404 when runners are offline and build has tags405 renders message about job being stuck because of no runners with the specified tags406 without any runners available407 renders message about job being stuck because no runners are available408 without available runners online409 renders message about job being stuck because runners are offline410 POST /:project/jobs/:id/cancel411 Job from project412 loads the page and shows all needed controls413 POST /:project/jobs/:id/retry414 Job from project415 shows the right status and buttons416 Job that current user is not allowed to retry417 does not show the Retry button418 Job that failed because of a forward deployment failure419 shows a modal to warn the user420 retries the job421 GET /:project/jobs/:id/download422 Build from other project423 is expected to eq 404424 GET /:project/jobs/:id/raw425 access source426 job from project427 when job is running428 sends the right headers429 when job is complete430 sends the right headers431 job from other project432 sends the right headers433 when visiting old URL434 redirects to new URL435 GET /:project/jobs/:id/trace.json436 Job from project437 is expected to eq 200438 Job from other project439 is expected to eq 404440 GET /:project/jobs/:id/status441 Job from project442 is expected to eq 200443 Job from other project444 is expected to eq 404445Public Project Access446 Project should be public447 #public?448 is expected to be truthy449 GET /:project_path450 is expected to be allowed for admin451 is expected to be allowed for owner452 is expected to be allowed for maintainer453 is expected to be allowed for developer454 is expected to be allowed for reporter455 is expected to be allowed for guest456 is expected to be allowed for user457 is expected to be allowed for external458 is expected to be allowed for visitor459 GET /:project_path/-/tree/master460 is expected to be allowed for admin461 is expected to be allowed for owner462 is expected to be allowed for maintainer463 is expected to be allowed for developer464 is expected to be allowed for reporter465 is expected to be allowed for guest466 is expected to be allowed for user467 is expected to be allowed for external468 is expected to be allowed for visitor469 GET /:project_path/-/commits/master470 is expected to be allowed for admin471 is expected to be allowed for owner472 is expected to be allowed for maintainer473 is expected to be allowed for developer474 is expected to be allowed for reporter475 is expected to be allowed for guest476 is expected to be allowed for user477 is expected to be allowed for external478 is expected to be allowed for visitor479 GET /:project_path/-/commit/:sha480 is expected to be allowed for admin481 is expected to be allowed for owner482 is expected to be allowed for maintainer483 is expected to be allowed for developer484 is expected to be allowed for reporter485 is expected to be allowed for guest486 is expected to be allowed for user487 is expected to be allowed for external488 is expected to be allowed for visitor489 GET /:project_path/-/compare490 is expected to be allowed for admin491 is expected to be allowed for owner492 is expected to be allowed for maintainer493 is expected to be allowed for developer494 is expected to be allowed for reporter495 is expected to be allowed for guest496 is expected to be allowed for user497 is expected to be allowed for external498 is expected to be allowed for visitor499 GET /:project_path/-/project_members500 is expected to be allowed for admin501 is expected to be allowed for owner502 is expected to be allowed for maintainer503 is expected to be allowed for developer504 is expected to be allowed for reporter505 is expected to be allowed for guest506 is expected to be allowed for user507 is expected to be allowed for visitor508 is expected to be allowed for external509 GET /:project_path/-/settings/ci_cd510 is allowed for admin when admin mode is enabled511 is denied for admin when admin mode is disabled512 is expected to be allowed for owner513 is expected to be allowed for maintainer514 is expected to be denied for developer515 is expected to be denied for reporter516 is expected to be denied for guest517 is expected to be denied for user518 is expected to be denied for visitor519 is expected to be denied for external520 GET /:project_path/-/settings/repository521 is allowed for admin when admin mode is enabled522 is denied for admin when admin mode is disabled523 is expected to be allowed for owner524 is expected to be allowed for maintainer525 is expected to be denied for developer526 is expected to be denied for reporter527 is expected to be denied for guest528 is expected to be denied for user529 is expected to be denied for visitor530 is expected to be denied for external531 GET /:project_path/pipelines532 is expected to be allowed for admin533 is expected to be allowed for owner534 is expected to be allowed for maintainer535 is expected to be allowed for developer536 is expected to be allowed for reporter537 is expected to be allowed for guest538 is expected to be allowed for user539 is expected to be allowed for external540 is expected to be allowed for visitor541 GET /:project_path/pipelines/:id542 is expected to be allowed for admin543 is expected to be allowed for owner544 is expected to be allowed for maintainer545 is expected to be allowed for developer546 is expected to be allowed for reporter547 is expected to be allowed for guest548 is expected to be allowed for user549 is expected to be allowed for external550 is expected to be allowed for visitor551 GET /:project_path/builds552 when allowed for public553 is expected to be allowed for admin554 is expected to be allowed for owner555 is expected to be allowed for maintainer556 is expected to be allowed for developer557 is expected to be allowed for reporter558 is expected to be allowed for guest559 is expected to be allowed for user560 is expected to be allowed for external561 is expected to be allowed for visitor562 when disallowed for public563 is allowed for admin when admin mode is enabled564 is denied for admin when admin mode is disabled565 is expected to be allowed for owner566 is expected to be allowed for maintainer567 is expected to be allowed for developer568 is expected to be allowed for reporter569 is expected to be denied for guest570 is expected to be denied for user571 is expected to be denied for external572 is expected to be denied for visitor573 GET /:project_path/builds/:id574 when allowed for public575 is expected to be allowed for admin576 is expected to be allowed for owner577 is expected to be allowed for maintainer578 is expected to be allowed for developer579 is expected to be allowed for reporter580 is expected to be allowed for guest581 is expected to be allowed for user582 is expected to be allowed for external583 is expected to be allowed for visitor584 when disallowed for public585 is allowed for admin when admin mode is enabled586 is denied for admin when admin mode is disabled587 is expected to be allowed for owner588 is expected to be allowed for maintainer589 is expected to be allowed for developer590 is expected to be allowed for reporter591 is expected to be denied for guest592 is expected to be denied for user593 is expected to be denied for external594 is expected to be denied for visitor595 GET /:project_path/builds/:id/trace596 when allowed for public597 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 allowed for external605 is expected to be allowed for visitor606 when disallowed for public607 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 denied for guest614 is expected to be denied for user615 is expected to be denied for external616 is expected to be denied for visitor617 GET /:project_path/pipeline_schedules618 is allowed for admin when admin mode is enabled619 is allowed for admin when admin mode is disabled620 is expected to be allowed for owner621 is expected to be allowed for maintainer622 is expected to be allowed for developer623 is expected to be allowed for reporter624 is expected to be allowed for guest625 is expected to be allowed for user626 is expected to be allowed for external627 is expected to be allowed for visitor628 GET /:project_path/-/environments629 is allowed for admin when admin mode is enabled630 is allowed for admin when admin mode is disabled631 is expected to be allowed for owner632 is expected to be allowed for maintainer633 is expected to be allowed for developer634 is expected to be allowed for reporter635 is expected to be allowed for guest636 is expected to be allowed for user637 is expected to be allowed for external638 is expected to be allowed for visitor639 GET /:project_path/-/environments/:id640 is allowed for admin when admin mode is enabled641 is allowed for admin when admin mode is disabled642 is expected to be allowed for owner643 is expected to be allowed for maintainer644 is expected to be allowed for developer645 is expected to be allowed for reporter646 is expected to be allowed for guest647 is expected to be allowed for user648 is expected to be allowed for external649 is expected to be allowed for visitor650 GET /:project_path/-/environments/:id/deployments651 is allowed for admin when admin mode is enabled652 is allowed for admin when admin mode is disabled653 is expected to be allowed for owner654 is expected to be allowed for maintainer655 is expected to be allowed for developer656 is expected to be allowed for reporter657 is expected to be allowed for guest658 is expected to be allowed for user659 is expected to be allowed for external660 is expected to be allowed for visitor661 GET /:project_path/-/environments/new662 is allowed for admin when admin mode is enabled663 is denied for admin when admin mode is disabled664 is expected to be allowed for owner665 is expected to be allowed for maintainer666 is expected to be allowed for developer667 is expected to be denied for reporter668 is expected to be denied for guest669 is expected to be denied for user670 is expected to be denied for external671 is expected to be denied for visitor672 GET /:project_path/-/blob673 is expected to be allowed for admin674 is expected to be allowed for owner675 is expected to be allowed for maintainer676 is expected to be allowed for developer677 is expected to be allowed for reporter678 is expected to be allowed for guest679 is expected to be allowed for user680 is expected to be allowed for visitor681 GET /:project_path/edit682 is allowed for admin when admin mode is enabled683 is denied for admin when admin mode is disabled684 is expected to be allowed for owner685 is expected to be allowed for maintainer686 is expected to be denied for developer687 is expected to be denied for reporter688 is expected to be denied for guest689 is expected to be denied for user690 is expected to be denied for external691 is expected to be denied for visitor692 GET /:project_path/deploy_keys693 is allowed for admin when admin mode is enabled694 is denied for admin when admin mode is disabled695 is expected to be allowed for owner696 is expected to be allowed for maintainer697 is expected to be denied for developer698 is expected to be denied for reporter699 is expected to be denied for guest700 is expected to be denied for user701 is expected to be denied for external702 is expected to be denied for visitor703 GET /:project_path/issues704 is expected to be allowed for admin705 is expected to be allowed for owner706 is expected to be allowed for maintainer707 is expected to be allowed for developer708 is expected to be allowed for reporter709 is expected to be allowed for guest710 is expected to be allowed for user711 is expected to be allowed for external712 is expected to be allowed for visitor713 GET /:project_path/issues/:id/edit714 is allowed for admin when admin mode is enabled715 is denied for admin when admin mode is disabled716 is expected to be allowed for owner717 is expected to be allowed for maintainer718 is expected to be allowed for developer719 is expected to be allowed for reporter720 is expected to be denied for guest721 is expected to be denied for user722 is expected to be denied for external723 is expected to be denied for visitor724 GET /:project_path/snippets725 is expected to be allowed for admin726 is expected to be allowed for owner727 is expected to be allowed for maintainer728 is expected to be allowed for developer729 is expected to be allowed for reporter730 is expected to be allowed for guest731 is expected to be allowed for user732 is expected to be allowed for external733 is expected to be allowed for visitor734 GET /:project_path/snippets/new735 is allowed for admin when admin mode is enabled736 is denied for admin when admin mode is disabled737 is expected to be allowed for owner738 is expected to be allowed for maintainer739 is expected to be allowed for developer740 is expected to be allowed for reporter741 is expected to be denied for guest742 is expected to be denied for user743 is expected to be denied for external744 is expected to be denied for visitor745 GET /:project_path/-/merge_requests746 is expected to be allowed for admin747 is expected to be allowed for owner748 is expected to be allowed for maintainer749 is expected to be allowed for developer750 is expected to be allowed for reporter751 is expected to be allowed for guest752 is expected to be allowed for user753 is expected to be allowed for external754 is expected to be allowed for visitor755 GET /:project_path/-/merge_requests/new756 is allowed for admin when admin mode is enabled757 is denied for admin when admin mode is disabled758 is expected to be allowed for owner759 is expected to be allowed for maintainer760 is expected to be allowed for developer761 is expected to be denied for reporter762 is expected to be denied for guest763 is expected to be denied for user764 is expected to be denied for external765 is expected to be denied for visitor766 GET /:project_path/-/branches767 is expected to be allowed for admin768 is expected to be allowed for owner769 is expected to be allowed for maintainer770 is expected to be allowed for developer771 is expected to be allowed for reporter772 is expected to be allowed for guest773 is expected to be allowed for user774 is expected to be allowed for external775 is expected to be allowed for visitor776 GET /:project_path/-/tags777 is expected to be allowed for admin778 is expected to be allowed for owner779 is expected to be allowed for maintainer780 is expected to be allowed for developer781 is expected to be allowed for reporter782 is expected to be allowed for guest783 is expected to be allowed for user784 is expected to be allowed for external785 is expected to be allowed for visitor786 GET /:project_path/-/settings/integrations787 is allowed for admin when admin mode is enabled788 is denied for admin when admin mode is disabled789 is expected to be allowed for owner790 is expected to be allowed for maintainer791 is expected to be denied for developer792 is expected to be denied for reporter793 is expected to be denied for guest794 is expected to be denied for user795 is expected to be denied for external796 is expected to be denied for visitor797 GET /:project_path/container_registry798 is expected to be allowed for admin799 is expected to be allowed for owner800 is expected to be allowed for maintainer801 is expected to be allowed for developer802 is expected to be allowed for reporter803 is expected to be allowed for guest804 is expected to be allowed for user805 is expected to be allowed for external806 is expected to be allowed for visitor807Merge request > User sees suggest pipeline808 shows the suggest pipeline widget and then allows dismissal correctly809 runs tour from start to finish ensuring all nudges are executed810Admin::Users811 GET /admin/users812unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.813unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.814unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.815 is ok816 has users list817 user project count818 displays count of users projects819 tabs820 has multiple tabs to filter users821 `Pending approval` tab822 shows the `Pending approval` tab823 search and sort824 searches users by name825 sorts users by name826 sorts search results only827 searches with respect of sorting828 sorts users by recent last activity829 sorts users by oldest last activity830 Two-factor Authentication filters831 counts users who have enabled 2FA832 filters by users who have enabled 2FA833 counts users who have not enabled 2FA834 filters by users who have not enabled 2FA835 Pending approval filter836 counts users who are pending approval837 filters by users who are pending approval838 when blocking/unblocking a user839 shows confirmation and allows blocking and unblocking840 when deactivating/re-activating a user841 shows confirmation and allows deactivating and re-activating842 GET /admin/users/new843 creates new user844 applies defaults to user845 creates user with valid data846 calls send mail847 sends valid email to user with email & password848 username contains spaces849 doesn't create the user and shows an error message850 with new users set to external enabled851 with regex to match internal user email address set852 automatically unchecks external for matching email853 creates an internal user854 GET /admin/users/:id/edit855 has user edit page856 Update user857 shows page with new data858 changes user entry859 update username to non ascii char860 is expected to have visible css "form[action=\"/admin/users/user460\"]"861 GET /admin/users/:id/projects862 lists group projects863 allows navigation to the group details864 shows the group access level865 allows group membership to be revoked866 show breadcrumbs867 is expected to have text "Edit Identity"868Protected Tags869 explicit protected tags870 allows creating explicit protected tags871 displays the last commit on the matching tag if it exists872 displays an error message if the named tag does not exist873 wildcard protected tags874 allows creating protected tags with a wildcard875 displays the number of matching tags876 displays all the tags matching the wildcard877 access control878 allows creating protected tags that Maintainers can create879 allows updating protected tags so that Maintainers can create them880 allows creating protected tags that Developers + Maintainers can create881 allows updating protected tags so that Developers + Maintainers can create them882 allows creating protected tags that No one can create883 allows updating protected tags so that No one can create them884New issue885 when SpamVerdictService disallows886 when allow_possible_spam feature flag is false887 rejects issue creation888 creates a spam log record889 when allow_possible_spam feature flag is true890 allows issue creation891 creates a spam log record892 when SpamVerdictService requires recaptcha893 when recaptcha is enabled894 when allow_possible_spam feature flag is false895 creates an issue after solving reCaptcha896 when allow_possible_spam feature flag is true897 creates an issue without a need to solve reCAPTCHA898 creates a spam log record899 when reCAPTCHA is not enabled900 when allow_possible_spam feature flag is true901 creates an issue without a need to solve reCaptcha902 creates a spam log record903 when the SpamVerdictService allows904 creates an issue905Comments on personal snippets906 when viewing the snippet detail page907 contains notes for a snippet with correct action icons908 shows the status of a note author909 shows the author name910 when the author name contains HTML911 renders the name as plain text912 when submitting a note913 shows a valid form914 previews a note915 creates a note916 does not have autocomplete917 behaves like personal snippet with references918 when using references to resources919 behaves like handles resource links920 with access to the resource921 converts the reference to a link922 without access to the resource923 does not convert the reference to a link924 when using links to resources925 behaves like handles resource links926 with access to the resource927 converts the reference to a link928 without access to the resource929 does not convert the reference to a link930 when editing a note931 changes the text932 when deleting a note933 removes the note from the snippet detail page934User searches Alert Management alerts935 when a developer displays the alert list and the alert service is enabled they can search an alert936 shows the incident table with an incident for a valid search filter bar937User visits the profile account page938 shows correct menu item939Finished in 11 minutes 21 seconds (files took 35.86 seconds to load)940487 examples, 0 failures941Wed 03 Mar 2021 12:14:26 PM UTC943Not uploading cache rails-v4-3 due to policy945Uploading artifacts...946coverage/: found 5 matching files and directories 947WARNING: crystalball/: no matching files 948deprecations/: found 4 matching files and directories 949knapsack/: found 3 matching files and directories 950rspec_flaky/: found 2 matching files and directories 951rspec_profiling/: found 1 matching files and directories 952WARNING: tmp/capybara/: no matching files 953tmp/memory_test/: found 2 matching files and directories 954tmp/feature_flags/: found 106 matching files and directories 955log/*.log: found 15 matching files and directories 956Uploading artifacts as "archive" to coordinator... ok id=1069712267 responseStatus=201 Created token=DNXJ_SSd957Uploading artifacts...958junit_rspec.xml: found 1 matching files and directories 959Uploading artifacts as "junit" to coordinator... ok id=1069712267 responseStatus=201 Created token=DNXJ_SSd961Job succeeded