rspec system pg12 16/24
Passed Started
by
@jannik_lehmann

Jannik Lehmann
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:cfd0d250289d0bf03e73e68f249d8ca80c572ec04d2a5902dcf7b0f1429e15ec for postgres:12 with digest postgres@sha256:7428e2451a9815c613bf567441922a813b5afe309ca3547e8080c03ae01bf30e ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...18Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1632939341-d721a802...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.204.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 33% |********** | 114M 0:00:02 ETA25gitlab.tar.gz 100% |********************************| 344M 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: 504, done. 32remote: Counting objects: 100% (297/297), done. 33remote: Compressing objects: 100% (137/137), done. 34remote: Total 161 (delta 112), reused 55 (delta 24), pack-reused 0 35Receiving objects: 100% (161/161), 18.59 KiB | 6.20 MiB/s, done.36Resolving deltas: 100% (112/112), completed with 55 local objects.38 * [new ref] ec564e93aecae71f62b0ed076dceb9ea006567fa -> refs/pipelines/37972286639Checking out ec564e93 as refs/merge-requests/70901/merge...40Skipping Git submodules setup42Checking cache for ruby-gems-v1-4...43cache.zip is up to date 44Successfully extracted cache45Checking cache for gitaly-ruby-gems-v1-4...46cache.zip is up to date 47Successfully extracted cache49Downloading artifacts for compile-test-assets (1635435084)...50Downloading artifacts from coordinator... ok id=1635435084 responseStatus=200 OK token=NHSkoXRs51Downloading artifacts for detect-tests (1635435100)...52Downloading artifacts from coordinator... ok id=1635435100 responseStatus=200 OK token=RoFXfzTZ53Downloading artifacts for retrieve-tests-metadata (1635435106)...54Downloading artifacts from coordinator... ok id=1635435106 responseStatus=200 OK token=z-tsJcTd55Downloading artifacts for setup-test-env (1635435091)...56Downloading artifacts from coordinator... ok id=1635435091 responseStatus=200 OK token=2xj78vhx58Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...59$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb60$ export GOPATH=$CI_PROJECT_DIR/.go61$ mkdir -p $GOPATH62$ source scripts/utils.sh63$ source scripts/prepare_build.sh64Bundler version 2.1.465production:development66Settings are listed in order of priority. The top value will be used.67path68Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"69clean70Set for the current user (/root/.bundle/config): "true"71without72Set via BUNDLE_WITHOUT: [:production, :development]73install_flags74Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 1 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 10 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 0 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Created database 'gitlabhq_test'88DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 112 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-4.0.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 1 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99Settings are listed in order of priority. The top value will be used.100jobs101Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4102retry103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3104path105Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"106deployment107Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true108without109Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]110Set via BUNDLE_WITHOUT: [:production, :development]111app_config112Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"113gemfile114Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"115Don't run Bundler as root. Bundler can ask for sudo if it is needed, and116installing your bundle as root will break this application for all non-root117users on this machine.118Using abstract_type 0.0.7119Using concurrent-ruby 1.1.9120Using i18n 1.8.10121Using minitest 5.14.4122Using tzinfo 2.0.4123Using zeitwerk 2.4.2124Using activesupport 6.1.3.2125Using builder 3.2.4126Using erubi 1.10.0127Using mini_portile2 2.5.1128Using racc 1.5.2129Using nokogiri 1.11.7 (x86_64-linux)130Using rails-dom-testing 2.0.3131Using crass 1.0.6132Using loofah 2.10.0133Using rails-html-sanitizer 1.3.0134Using actionview 6.1.3.2135Using rack 2.2.3136Using rack-test 1.1.0137Using actionpack 6.1.3.2138Using ice_nine 0.11.2139Using thread_safe 0.3.6140Using memoizable 0.4.2141Using adamantium 0.2.0142Using public_suffix 4.0.6143Using addressable 2.7.0144Using ast 2.4.1145Using binding_ninja 0.2.3146Using bundler 2.1.4147Using charlock_holmes 0.7.7148Using coderay 1.1.2149Using equalizer 0.0.11150Using concord 0.1.5151Using diff-lcs 1.3152Using dotenv 2.7.6153Using escape_utils 1.2.1154Using factory_bot 5.0.2155Using multipart-post 2.1.1156Using faraday 1.0.1157Using ffi 1.15.3158Using json 2.5.1159Using gemojione 3.3.0160Using mini_mime 1.0.2161Using rugged 1.1.0162Using github-linguist 7.12.1163Using github-markup 1.7.0164Using mime-types-data 3.2020.1104165Using mime-types 3.3.1166Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1167Using rouge 3.26.0168Using nokogumbo 1.5.0169Using sanitize 4.6.6170Using stringex 2.8.5171Using gitlab-gollum-lib 4.2.7.10.gitlab.1172Using google-protobuf 3.17.3 (x86_64-linux)173Using googleapis-common-protos-types 1.1.0174Using grpc 1.30.2 (x86_64-linux)175Using opentracing 0.5.0176Using thrift 0.14.1177Using jaeger-client 1.1.0178Using pg_query 2.1.0179Using redis 4.2.5180Using gitlab-labkit 0.20.0181Using gitlab-markup 1.7.1182Using grpc-tools 1.30.2183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using thor 1.1.0187Using licensee 9.14.1188Using method_source 0.9.2189Using msgpack 1.3.3190Using optimist 3.0.1191Using parallel 1.19.2192Using parser 2.7.2.0193Using procto 0.0.3194Using unparser 0.4.7195Using proc_to_ast 0.1.0196Using pry 0.12.2197Using rainbow 3.0.0198Using rbtrace 0.4.14199Using rdoc 6.3.2200Using regexp_parser 1.8.1201Using rexml 3.2.4202Using rspec-support 3.8.0203Using rspec-core 3.8.0204Using rspec-expectations 3.8.3205Using rspec-mocks 3.8.0206Using rspec 3.8.0207Using rspec-parameterized 0.4.2208Using rubocop-ast 0.2.0209Using ruby-progressbar 1.10.1210Using unicode-display_width 1.7.0211Using rubocop 0.86.0212Using sentry-raven 3.0.4213Using timecop 0.9.1214Bundle complete! 21 Gemfile dependencies, 96 gems now installed.215Gems in the groups production and development were not installed.216Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`217Checking gitaly-ruby Gemfile...218Checking gitaly-ruby bundle...219The Gemfile's dependencies are satisfied220Trying to connect to gitaly: .......................................... OK221Trying to connect to gitaly2: ............................................................ OK222Trying to connect to praefect: ....... OK223==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.224$ source ./scripts/rspec_helpers.sh225$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"226KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb227Knapsack report generator started!228Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}229==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.032622729 seconds...230Test environment set up in 1.516941363 seconds231OAuth Login232Starting the Capybara driver server...233DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)234DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)235 when the user logs in using the github provider236 when two-factor authentication is disabled237Capybara starting Puma...238* Version 5.3.2 , codename: Sweetnighter239* Min threads: 0, max threads: 4240* Listening on unix:///tmp/20210929-441-vw28te241DEPRECATION 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 logs the user in244 when two-factor authentication is enabled245 logs the user in246 when bypass-two-factor is enabled247 when bypass-two-factor is disabled248 when "remember me" is checked249 when two-factor authentication is disabled250 remembers the user after a browser restart251 when two-factor authentication is enabled252 remembers the user after a browser restart253 when "remember me" is not checked254 when two-factor authentication is disabled255 does not remember the user after a browser restart256 when two-factor authentication is enabled257 does not remember the user after a browser restart258 when the user logs in using the twitter provider259 when two-factor authentication is disabled260 logs the user in261 when two-factor authentication is enabled262 logs the user in263 when bypass-two-factor is enabled264 when bypass-two-factor is disabled265 when "remember me" is checked266 when two-factor authentication is disabled267 remembers the user after a browser restart268 when two-factor authentication is enabled269 remembers the user after a browser restart270 when "remember me" is not checked271 when two-factor authentication is disabled272 does not remember the user after a browser restart273 when two-factor authentication is enabled274 does not remember the user after a browser restart275 when the user logs in using the bitbucket provider276 when two-factor authentication is disabled277 logs the user in278 when two-factor authentication is enabled279 logs the user in280 when bypass-two-factor is enabled281 when bypass-two-factor is disabled282 when "remember me" is checked283 when two-factor authentication is disabled284 remembers the user after a browser restart285 when two-factor authentication is enabled286 remembers the user after a browser restart287 when "remember me" is not checked288 when two-factor authentication is disabled289 does not remember the user after a browser restart290 when two-factor authentication is enabled291 does not remember the user after a browser restart292 when the user logs in using the gitlab provider293 when two-factor authentication is disabled294 logs the user in295 when two-factor authentication is enabled296 logs the user in297 when bypass-two-factor is enabled298 when bypass-two-factor is disabled299 when "remember me" is checked300 when two-factor authentication is disabled301 remembers the user after a browser restart302 when two-factor authentication is enabled303 remembers the user after a browser restart304 when "remember me" is not checked305 when two-factor authentication is disabled306 does not remember the user after a browser restart307 when two-factor authentication is enabled308 does not remember the user after a browser restart309 when the user logs in using the google_oauth2 provider310 when two-factor authentication is disabled311 logs the user in312 when two-factor authentication is enabled313 logs the user in314 when bypass-two-factor is enabled315 when bypass-two-factor is disabled316 when "remember me" is checked317 when two-factor authentication is disabled318 remembers the user after a browser restart319 when two-factor authentication is enabled320 remembers the user after a browser restart321 when "remember me" is not checked322 when two-factor authentication is disabled323 does not remember the user after a browser restart324 when two-factor authentication is enabled325 does not remember the user after a browser restart326 when the user logs in using the facebook provider327 when two-factor authentication is disabled328 logs the user in329 when two-factor authentication is enabled330 logs the user in331 when bypass-two-factor is enabled332 when bypass-two-factor is disabled333 when "remember me" is checked334 when two-factor authentication is disabled335 remembers the user after a browser restart336 when two-factor authentication is enabled337 remembers the user after a browser restart338 when "remember me" is not checked339 when two-factor authentication is disabled340 does not remember the user after a browser restart341 when two-factor authentication is enabled342 does not remember the user after a browser restart343 when the user logs in using the cas3 provider344 when two-factor authentication is disabled345 logs the user in346 when two-factor authentication is enabled347 logs the user in348 when bypass-two-factor is enabled349 when bypass-two-factor is disabled350 when "remember me" is checked351 when two-factor authentication is disabled352 remembers the user after a browser restart353 when two-factor authentication is enabled354 remembers the user after a browser restart355 when "remember me" is not checked356 when two-factor authentication is disabled357 does not remember the user after a browser restart358 when two-factor authentication is enabled359 does not remember the user after a browser restart360 when the user logs in using the auth0 provider361 when two-factor authentication is disabled362 logs the user in363 when two-factor authentication is enabled364 logs the user in365 when bypass-two-factor is enabled366 when bypass-two-factor is disabled367 when "remember me" is checked368 when two-factor authentication is disabled369 remembers the user after a browser restart370 when two-factor authentication is enabled371 remembers the user after a browser restart372 when "remember me" is not checked373 when two-factor authentication is disabled374 does not remember the user after a browser restart375 when two-factor authentication is enabled376 does not remember the user after a browser restart377 when the user logs in using the authentiq provider378 when two-factor authentication is disabled379 logs the user in380 when two-factor authentication is enabled381 logs the user in382 when bypass-two-factor is enabled383 when bypass-two-factor is disabled384 when "remember me" is checked385 when two-factor authentication is disabled386 remembers the user after a browser restart387 when two-factor authentication is enabled388 remembers the user after a browser restart389 when "remember me" is not checked390 when two-factor authentication is disabled391 does not remember the user after a browser restart392 when two-factor authentication is enabled393 does not remember the user after a browser restart394 when the user logs in using the salesforce provider395 when two-factor authentication is disabled396 logs the user in397 when two-factor authentication is enabled398 logs the user in399 when bypass-two-factor is enabled400 when bypass-two-factor is disabled401 when "remember me" is checked402 when two-factor authentication is disabled403 remembers the user after a browser restart404 when two-factor authentication is enabled405 remembers the user after a browser restart406 when "remember me" is not checked407 when two-factor authentication is disabled408 does not remember the user after a browser restart409 when two-factor authentication is enabled410 does not remember the user after a browser restart411Cherry-pick Commits412 when clicking cherry-pick from the dropdown for a commit on pipelines tab413DEPRECATION 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)414DEPRECATION 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)415DEPRECATION 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)416DEPRECATION 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)417 launches the modal form418 when starting from the commit tab419 when cherry-picking a commit420 is expected to have text "The commit has been successfully cherry-picked into master."421 when cherry-picking a merge commit422 is expected to have text "The commit has been successfully cherry-picked into master."423 when cherry-picking a commit that was previously cherry-picked424 is expected to have text "Sorry, we cannot cherry-pick this commit automatically."425 when cherry-picking a commit in a new merge request426 is expected to have text "From cherry-pick-7d3b0f7c into master"427 when I cherry-picking a commit from a different branch428 is expected to have text "The commit has been successfully cherry-picked into feature."429 when the project is archived430 does not show the cherry-pick button431Admin Runners432 Runners page433 when there are runners434unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.435unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.436unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.437 has all necessary texts438 with an instance runner shows an instance badge and no project count439 with a group runner shows a group badge and no project count440 with a project runner shows a project badge and project count441 sorts by last contact date442 search443 shows runners444 shows correct runner when description matches445 shows no runner when description does not match446 filter by status447 shows correct runner when status matches448 shows no runner when status does not match449 shows correct runner when status is selected and search term is entered450 filter by type451 shows correct runner when type matches452 shows no runner when type does not match453 shows correct runner when type is selected and search term is entered454 filter by tag455 shows correct runner when tag matches456 shows no runner when tag does not match457 shows correct runner when tag is selected and search term is entered458 when there are no runners459 has all necessary texts including no runner message460 runners registration token461 has a registration token462 reset registration token463 changes registration token464 Runner show page465 runner page breadcrumbs466 contains the current runner token467 runner page title468 contains the runner id469 projects470 contains project names471 search472 contains name of correct project473 enable/create474 with specific runner475 behaves like assignable runner476 enables a runner for a project477 with locked runner478 behaves like assignable runner479 enables a runner for a project480 with shared runner481 behaves like assignable runner482 enables a runner for a project483 disable/destroy484 removed specific runner from project485IDE user commits changes486 user updates nested files487Batch diffs488 assigns discussions to diff files across multiple batch pages489 when user visits a URL with a link directly to to a discussion490 which is in the first batched page of diffs491 scrolls to the correct discussion492 when user switches view styles493 has the correct discussions applied to files across batched pages494Admin Mode Login495 with two-factor authentication496 with valid username/password497 using one-time code498DEPRECATION 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)499DEPRECATION 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)500 blocks login if we reuse the same code immediately501 not re-using codes502 allows login with valid code503 blocks login with invalid code504 allows login with invalid code, then valid code505 using backup code506 with valid code507 allows login508 invalidates the used code509 with invalid code510 blocks login511 when logging in via omniauth512 when authn_context is worth two factors513 signs user in without prompting for second factor514 when two factor authentication is required515 shows 2FA prompt after omniauth login516 when logging in via ldap517 when two factor authentication is required518 shows 2FA prompt after ldap login519User browses jobs520 with jobs_table_vue feature flag turned off521 shows the coverage522 with a failed job523DEPRECATION 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)524DEPRECATION 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)525 displays a tooltip with the failure reason526 with jobs_table_vue feature flag turned on527 header tabs528 shows a tab for All jobs and count529 shows a tab for Pending jobs and count530 shows a tab for Running jobs and count531 shows a tab for Finished jobs and count532 updates the content when tab is clicked533 Empty state534 renders an empty state535 Job actions536 when a job can be canceled537 cancels a job successfully538 when a job can be retried539 retries a job successfully540 with a scheduled job541 plays a job successfully542 unschedules a job successfully543 with downloadable artifacts544 shows the download artifacts button545 with artifacts expired546 does not show the download artifacts button547 Jobs table548 column links549 contains a link to the pipeline550 contains a link to the job sha551 contains a link to the job id552 contains a link to the job ref553 when user is not logged in554 when project is public555 without jobs556 shows an empty state557 when project is private558 redirects the user to sign_in and displays the flash alert559Commits560 CI561 commit status is Generic Commit Status562 Commit builds563 is expected to have text "b83d6e39"564 contains generic commit status build565 commit status is Ci Build566 when logged as developer567 Project commits568 shows correct build status from default branch569 Commit builds570 shows pipeline data571 Download artifacts572 is expected to eq "image/gif"573 Cancel all builds574 cancels commit575 Cancel build576 cancels build577 when logged as reporter578 renders header579 is expected to have visible link "Download artifacts"580 viewing commits for a branch581 includes the committed_date for each commit582 shows the ref switcher with the multi-file editor enabled583 viewing commits for an author584 author is complete585 behaves like show commits by author586 includes the author's commits587 author is just a name588 behaves like show commits by author589 includes the author's commits590 author is just an email591 behaves like show commits by author592 includes the author's commits593Reportable note on commit594 a normal note595 behaves like reportable note596 has an edit button597 has a `More actions` dropdown598 dropdown has Report and Delete links599 report button links to a report page600 a diff note601 behaves like reportable note602 has an edit button603 has a `More actions` dropdown604 dropdown has Report and Delete links605 report button links to a report page606User edits Release607 renders the breadcrumbs608 renders the edit Release form609 does not update the Release when "Cancel" is clicked610 updates the Release when "Save changes" is clicked611 does not affect the asset link612 redirects to the previous page when "Cancel" is clicked when the url includes a back_url query parameter613 redirects to the main Releases page when "Cancel" is clicked when the url does not include a back_url query parameter614 redirects to the dedicated Release page when "Save changes" is clicked615Dashboard Projects616 avoids an N+1 query in dashboard index617 behaves like an autodiscoverable RSS feed with current_user's feed token618 has an RSS autodiscovery link tag with current_user's feed token619 when user has access to the project620 shows role badge621 when role changes622 displays the right role623 when last_repository_updated_at, last_activity_at and update_at are present624 shows the last_repository_updated_at attribute as the update date625 shows the last_activity_at attribute as the update date626 when last_repository_updated_at and last_activity_at are missing627 shows the updated_at attribute as the update date628 when on Your projects tab629 shows all projects by default630 shows personal projects on personal projects tab631 sorts projects by most stars when sorting by most stars632 shows tabs to filter by all projects or personal633 when on Starred projects tab634 shows only starred projects635 does not show tabs to filter by all projects or personal636 with a pipeline637 shows that the last pipeline passed638 guest user of project and project has private pipelines639 behaves like hidden pipeline status640 does not show the pipeline status641 when last_pipeline is missing642 behaves like hidden pipeline status643 does not show the pipeline status644 with topics645 when project has topics646 shows project topics if exist647 when project does not have topics648 does not show project topics649 last push widget650 shows "Create merge request" button651create a merge request, allowing commits from members who can merge to the target branch652 allows setting possible653 shows a message when one of the projects is private654 shows a message when the source branch is protected655 when the merge request is being created within the same project656 hides the checkbox if the merge request is being created within the same project657 when a member who can merge tries to edit the option658 hides the option from members659Private Project Snippets Access660 GET /:project_path/snippets661DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)662 is allowed for admin when admin mode is enabled663 is denied for admin when admin mode is disabled664DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)665DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)666DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)667DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)668DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)669 aggregate_failures670 GET /:project_path/snippets/new671 is allowed for admin when admin mode is enabled672 is denied for admin when admin mode is disabled673 aggregate_failures674 GET /:project_path/snippets/:id for a private snippet675 is allowed for admin when admin mode is enabled676 is denied for admin when admin mode is disabled677 aggregate_failures678 GET /:project_path/snippets/:id/raw for a private snippet679 is allowed for admin when admin mode is enabled680 is denied for admin when admin mode is disabled681 aggregate_failures682User creates new blob683 as a maintainer684 behaves like creating a file685 allows the user to add a new file in Web IDE686 as an admin687 behaves like creating a file688 allows the user to add a new file in Web IDE689 as a developer690 does not allow pushing to the default branch691Groups > Members > Leave group692DEPRECATION 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)693DEPRECATION 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)694 guest leaves the group695 guest leaves the group by url param696 guest leaves the group as last member697 owner leaves the group if they are not the last owner698 owner can not leave the group if they are the last owner699 owner can not leave the group by url param if they are the last owner700Admin searches application settings701 in appearances page702 behaves like cannot search settings703 does note have search settings field704 in ci/cd settings page705 behaves like can search settings706 hides unmatching sections on search707 behaves like can highlight results708 has search settings field709 highlights the search terms710Groups > Members > Maintainer manages access requests711 behaves like Maintainer manages access requests712 maintainer can see access requests713 maintainer can grant access714 maintainer can deny access715User views tags716 rss717 when project public718 when user signed in719 behaves like it has an RSS button with current_user's feed token720 shows the RSS button with current_user's feed token721 behaves like an autodiscoverable RSS feed with current_user's feed token722 has an RSS autodiscovery link tag with current_user's feed token723 behaves like has access to the tags RSS feed724DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:130)725DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:130)726 is expected to respond with numeric status code ok727 when user signed out728 behaves like it has an RSS button without a feed token729 shows the RSS button without a feed token730 behaves like an autodiscoverable RSS feed without a feed token731 has an RSS autodiscovery link tag without a feed token732 behaves like has access to the tags RSS feed733 is expected to respond with numeric status code ok734 when project is not public735 when user signed in736 behaves like has access to the tags RSS feed737 is expected to respond with numeric status code ok738 when user signed out739 behaves like does not have access to the tags RSS feed740 is expected to eq "/users/sign_in"741User searches for users742 when search times out743 renders timeout information744 sets tab count to 0745 when on the dashboard746 finds the user747 when on the project page748 finds the user belonging to the project749 when on the group page750 finds the user belonging to the group751Projects > Labels > User sees links to issuables752 with a project label753 when merge requests and issues are enabled for the project754 shows links to MRs and issues755 when issues are disabled for the project756 shows links to MRs but not to issues757 when merge requests are disabled for the project758 shows links to issues but not to MRs759 with a group label760 when merge requests and issues are enabled for the project761 shows links to MRs and issues762 when issues are disabled for the project763 shows links to MRs and issues764 when merge requests are disabled for the project765 shows links to MRs and issues766Projects > Members > Group member cannot request access to their group project767 owner does not see the request access button768 maintainer does not see the request access button769 developer does not see the request access button770 reporter does not see the request access button771 guest does not see the request access button772User activates JetBrains TeamCity CI773 activates service774Dropdown assignee775 behavior776 loads all the assignees when opened777 shows current user at top of dropdown778 selecting from dropdown without Ajax call779 selects current user780User activates Flowdock781 activates service782Create GitLab branches from Jira783 select project and branch and submit the form784Issue Boards focus mode785 shows focus mode button to anonymous users786Milestones sorting787 visit group milestones and sort by due_date_asc788Commit > User view commits789 Commits List790 displays the correct number of commits per day in the header791 lists the correct number of commits792Edit group label793 update label with new title794Upload an attachment795 with an integer project ID796 behaves like handling file uploads797 with object storage disabled798 behaves like for an attachment799 creates files800 is expected to eq 201801 with an encoded project ID802 behaves like handling file uploads803 with object storage disabled804 behaves like for an attachment805 creates files806 is expected to eq 201807User views closed merge requests808 shows closed merge requests809Knapsack report was generated. Preview:810{811 "spec/features/oauth_login_spec.rb": 166.17688615000043,812 "spec/features/projects/commit/cherry_pick_spec.rb": 54.22817646799922,813 "spec/features/admin/admin_runners_spec.rb": 89.52844244600055,814 "spec/features/ide/user_commits_changes_spec.rb": 69.87484481699903,815 "spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb": 53.128737171000466,816 "spec/features/admin/admin_mode/login_spec.rb": 48.48427240000092,817 "spec/features/projects/jobs/user_browses_jobs_spec.rb": 37.89915591699901,818 "spec/features/commits_spec.rb": 26.839228929000456,819 "spec/features/reportable_note/commit_spec.rb": 24.32400593999955,820 "spec/features/projects/releases/user_views_edit_release_spec.rb": 24.27393015999951,821 "spec/features/dashboard/projects_spec.rb": 14.829281140999228,822 "spec/features/merge_request/user_allows_commits_from_memebers_who_can_merge_spec.rb": 17.938273005000156,823 "spec/features/security/project/snippet/private_access_spec.rb": 12.694865588999164,824 "spec/features/projects/blobs/user_creates_new_blob_in_new_project_spec.rb": 15.74986923600045,825 "spec/features/groups/members/leave_group_spec.rb": 11.255980710000586,826 "spec/features/admin/admin_search_settings_spec.rb": 10.847841540000445,827 "spec/features/groups/members/master_manages_access_requests_spec.rb": 9.248075224999411,828 "spec/features/projects/tags/user_views_tags_spec.rb": 6.990954316999705,829 "spec/features/search/user_searches_for_users_spec.rb": 6.8467296510007145,830 "spec/features/projects/labels/user_sees_links_to_issuables_spec.rb": 4.612442943000133,831 "spec/features/projects/members/group_member_cannot_request_access_to_his_group_project_spec.rb": 5.410893590998967,832 "spec/features/projects/services/user_activates_jetbrains_teamcity_ci_spec.rb": 6.428947123000398,833 "spec/features/issues/filtered_search/dropdown_assignee_spec.rb": 5.838763739000569,834 "spec/features/projects/integrations/user_activates_flowdock_spec.rb": 4.872943426000347,835 "spec/features/jira_connect/branches_spec.rb": 4.299403931001507,836 "spec/features/boards/focus_mode_spec.rb": 2.2152849300000526,837 "spec/features/groups/milestones_sorting_spec.rb": 3.3604935969997314,838 "spec/features/commits/user_view_commits_spec.rb": 1.573696215999007,839 "spec/features/groups/labels/edit_spec.rb": 1.0932783299995208,840 "spec/features/file_uploads/attachment_spec.rb": 1.4070795210009237,841 "spec/features/merge_requests/user_views_closed_merge_requests_spec.rb": 0.9648549329995149842}843Knapsack global time execution for tests: 12m 23s844Finished in 12 minutes 26 seconds (files took 38.78 seconds to load)845271 examples, 0 failures846Failed to write to log, write log/workhorse-test.log: file already closed847Wed 29 Sep 2021 09:28:08 PM UTC849Not uploading cache ruby-gems-v1-4 due to policy850Not uploading cache gitaly-ruby-gems-v1-4 due to policy852Uploading artifacts...853coverage/: found 5 matching files and directories 854WARNING: crystalball/: no matching files 855deprecations/: found 20 matching files and directories 856knapsack/: found 3 matching files and directories 857rspec_flaky/: found 4 matching files and directories 858rspec_profiling/: found 1 matching files and directories 859WARNING: tmp/capybara/: no matching files 860tmp/memory_test/: found 2 matching files and directories 861log/*.log: found 16 matching files and directories 862Uploading artifacts as "archive" to coordinator... ok id=1635435227 responseStatus=201 Created token=h1NfQ-TT863Uploading artifacts...864junit_rspec.xml: found 1 matching files and directories 865Uploading artifacts as "junit" to coordinator... ok id=1635435227 responseStatus=201 Created token=h1NfQ-TT867Job succeeded