rspec system pg12 19/24
Passed Started
by
@godfat-gitlab

Lin Jen-Shin
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on docker-auto-scale-com 1d6b581d3 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:fd694ed1533c17b41ce216f564c485b00c54a22d4381ffffb0a8e0c1b63f1747 for postgres:12 with digest postgres@sha256:5dee94aed72d1549f945e63195ebe720a1472df170f8d2a8807ea02c8ecf6aa2 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a7a6051077c6c9cfc9ad478778271b49900cb5c4667e64a4128306d8f41a5396 for redis:5.0-alpine with digest redis@sha256:cb5840073dc475b45bf856eb666f5e4d19e3b1ae882e0f3a1396d399cfa23702 ...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:3a2e6a9cad65fa0415ab85039d82beb91c1c065f731261c1b2b150f34d219920 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:37c1a65d34690f6db5d9a6308136b2ef8361634b2bc1bed4057561128323c6e3 ...18Running on runner-1d6b581d-project-278964-concurrent-0 via runner-1d6b581d-gsrm-1634129859-b96c6ee3...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 27% |******** | 95.3M 0:00:02 ETA25gitlab.tar.gz 100% |********************************| 346M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31remote: Enumerating objects: 110247, done. 32remote: Counting objects: 100% (110247/110247), done. 33remote: Compressing objects: 100% (75671/75671), done. 34remote: Total 110247 (delta 47970), reused 75452 (delta 30626), pack-reused 0 35Receiving objects: 100% (110247/110247), 101.87 MiB | 25.18 MiB/s, done.36Resolving deltas: 100% (47970/47970), done.38 * [new ref] 535e4adb5142269adb0ab6e75a281530634a8ca8 -> refs/pipelines/38787247039 * [new branch] master -> origin/master40Checking out 535e4adb as master...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-4...44Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-4...47Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1677157166)...51Downloading artifacts from coordinator... ok id=1677157166 responseStatus=200 OK token=ycJW5xLW52Downloading artifacts for retrieve-tests-metadata (1677157175)...53Downloading artifacts from coordinator... ok id=1677157175 responseStatus=200 OK token=TfUgejm254Downloading artifacts for setup-test-env (1677157171)...55Downloading artifacts from coordinator... ok id=1677157171 responseStatus=200 OK token=mKsuziZw57Using docker image sha256:3a2e6a9cad65fa0415ab85039d82beb91c1c065f731261c1b2b150f34d219920 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:37c1a65d34690f6db5d9a6308136b2ef8361634b2bc1bed4057561128323c6e3 ...58$ echo $FOSS_ONLY59$ [ "$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 3 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 13 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 1 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 30 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.4.1125Using 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.12.0133Using rails-html-sanitizer 1.4.2134Using actionview 6.1.4.1135Using rack 2.2.3136Using rack-test 1.1.0137Using actionpack 6.1.4.1138Using 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.15.0177Using jaeger-client 1.1.0178Using pg_query 2.1.0179Using redis 4.4.0180Using gitlab-labkit 0.21.2181Using 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 15 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.057512886 seconds...230Test environment set up in 0.739803325 seconds231Cherry-pick Commits232Starting 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 clicking cherry-pick from the dropdown for a commit on pipelines tab236Capybara starting Puma...237* Version 5.3.2 , codename: Sweetnighter238* Min threads: 0, max threads: 4239* Listening on unix:///tmp/20211013-439-2gxkqo240DEPRECATION 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)241DEPRECATION 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)242DEPRECATION 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)243DEPRECATION 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)244DEPRECATION 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)245DEPRECATION 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)246 launches the modal form247 when starting from the commit tab248 when cherry-picking a commit249 is expected to have text "The commit has been successfully cherry-picked into master."250 when cherry-picking a merge commit251 is expected to have text "The commit has been successfully cherry-picked into master."252 when cherry-picking a commit that was previously cherry-picked253 is expected to have text "Sorry, we cannot cherry-pick this commit automatically."254 when cherry-picking a commit in a new merge request255 is expected to have text "From cherry-pick-7d3b0f7c into master"256 when I cherry-picking a commit from a different branch257 is expected to have text "The commit has been successfully cherry-picked into feature."258 when the project is archived259 does not show the cherry-pick button260Environments page261 does have a new environment button262 page tabs263 shows "Available" and "Stopped" tab with links264 with one available environment265 in available tab page266 shows one environment267 with environments spanning multiple pages268 renders second page of pipelines269 in stopped tab page270 shows no environments271 when cluster is not reachable272 shows one environment without error273 with one stopped environment274 in available tab page275 shows no environments276 in stopped tab page277 shows one environment278 without environments279 does not show environments and counters are set to zero280 environments table281 when there are no deployments282 shows environments names and counters283 does not show deployments284 shows stop button when environment is not stoppable285 when there are successful deployments286 shows deployment SHA and internal ID287 when builds and manual actions are present288 shows a play button289 allows to play a manual action290 shows build name and id291 shows a stop button292 does not show external link button293 does not show terminal button294 with external_url295 shows an external link button296 with stop action297 shows a stop button298 when user is a reporter299 does not show stop button300 when kubernetes terminal is available301 when user configured kubernetes from CI/CD > Clusters302 for project maintainer303 shows the terminal button304 when user is a developer305 does not show terminal button306 when there is a delayed job307 has a dropdown for actionable jobs308 has link to the delayed job's action309 when delayed job is expired already310 shows 00:00:00 as the remaining time311 when user played a delayed job immediately312 enqueues the delayed job313 when there is a failed deployment314 does not show deployments315 when there is an upcoming deployment316 renders the upcoming deployment317 creating a new environment318 user is a developer319 developer creates a new environment with a valid name320 developer creates a new environmetn with invalid name321 user is a reporter322 reporters tries to create a new environment323 environments folders324 available environments325 users unfurls an environment folder326 stopped environments327 users unfurls an environment folder328 environments folders view329 user opens folder view330Task Lists331 for Issues332 multiple tasks333DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)334DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)335 renders336 contains the required selectors337 is only editable by author338 provides a summary on Issues#index339 single incomplete task340 renders341 provides a summary on Issues#index342 single complete task343 renders344 provides a summary on Issues#index345 for Notes346 multiple tasks347 renders for note body348 contains the required selectors349 is only editable by author350 single incomplete task351 renders for note body352 single complete task353 renders for note body354 for Merge Requests355 when merge request is open356 provides a summary on MergeRequests#index357 behaves like multiple tasks358 renders for description359 contains the required selectors360 is only editable by author361 when merge request is closed362 behaves like multiple tasks363 renders for description364 contains the required selectors365 is only editable by author366 single incomplete task367 renders for description368 provides a summary on MergeRequests#index369 single complete task370 renders for description371 provides a summary on MergeRequests#index372 markdown task edge cases373 commented tasks374 renders375 summary with no blank line376 renders377 markdown starting with new line character378 allows the task to be checked379Clusters380 when user does not have a cluster and visits cluster index page381 sees empty state382 when user has a cluster383 when user adds an existing cluster384 user sees an add cluster button385 when user filled form with environment scope386 user sees a cluster details page387 when user updates environment scope388 updates the environment scope389 when user updates duplicated environment scope390 users sees an environment scope validation error391 when user adds a Google Kubernetes Engine cluster392 user sees a add cluster button393 when user filled form with environment scope394 user sees a cluster details page395 when user updates environment scope396 updates the environment scope397 when user updates duplicated environment scope398 users sees an environment scope validation error399 when user has a cluster and visits cluster index page400 user sees a table with one cluster401 when user clicks on a cluster402 user sees a cluster details page403 user visits create cluster page404 user sees a link to create a GKE cluster405 user sees a link to create an EKS cluster406Compare407 branches408 pre-populates fields409 renders additions info when click unfold diff410 filters branches411 behaves like compares branches412 compares branches413 on a read-only instance414 behaves like compares branches415 compares branches416 when project have an open merge request417 compares branches418 when commit has overflow419 displays warning420 pagination421 shows an adjusted count for changed files on this page422 shows commits list only on the first page423 tags424 compares tags425Project active tab426 on project Home427 activates Project scope menu428 on Project information429 default link430 behaves like page has active tab431 activates Project tab432 behaves like page has active sub tab433 activates Activity sub tab434 on Project information/Activity435 behaves like page has active tab436 activates Project tab437 behaves like page has active sub tab438 activates Activity sub tab439 on project Repository440 behaves like page has active tab441 activates Repository tab442 on project Repository/Files443 behaves like page has active tab444 activates Repository tab445 behaves like page has active sub tab446 activates Files sub tab447 on project Repository/Commits448 behaves like page has active tab449 activates Repository tab450 behaves like page has active sub tab451 activates Commits sub tab452 on project Repository/Graph453 behaves like page has active tab454 activates Repository tab455 behaves like page has active sub tab456 activates Graph sub tab457 on project Repository/Compare458 behaves like page has active tab459 activates Repository tab460 behaves like page has active sub tab461 activates Compare sub tab462 on project Repository/Branches463 behaves like page has active tab464 activates Repository tab465 behaves like page has active sub tab466 activates Branches sub tab467 on project Repository/Tags468 behaves like page has active tab469 activates Repository tab470 behaves like page has active sub tab471 activates Tags sub tab472 on project Issues473 behaves like page has active tab474 activates Issues tab475 on project Issues/Milestones476 behaves like page has active tab477 activates Issues tab478 behaves like page has active sub tab479 activates Milestones sub tab480 on project Merge Requests481 behaves like page has active tab482 activates Merge requests tab483 on project Wiki484 behaves like page has active tab485 activates Wiki tab486 on project Members487 behaves like page has active tab488 activates Members tab489 on project Settings490 on project Settings/Integrations491 behaves like page has active tab492DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)493DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)494 activates Settings tab495 behaves like page has active sub tab496 activates Integrations sub tab497 on project Settings/Repository498 behaves like page has active tab499 activates Settings tab500 behaves like page has active sub tab501 activates Repository sub tab502 on project Analytics503 on project Analytics/Value stream Analytics504 behaves like page has active tab505 activates Analytics tab506 behaves like page has active sub tab507 activates Value stream sub tab508 on project Analytics/"CI/CD"509 behaves like page has active tab510 activates Analytics tab511 behaves like page has active sub tab512 activates CI/CD sub tab513 on project CI/CD514 browsing Pipelines tabs515 Pipeline tab516 behaves like page has active tab517 activates CI/CD tab518 behaves like page has active sub tab519 activates Pipelines sub tab520 Needs tab521 behaves like page has active tab522 activates CI/CD tab523 behaves like page has active sub tab524 activates Pipelines sub tab525 Builds tab526 behaves like page has active tab527 activates CI/CD tab528 behaves like page has active sub tab529 activates Pipelines sub tab530 Failures tab531 behaves like page has active tab532 activates CI/CD tab533 behaves like page has active sub tab534 activates Pipelines sub tab535 Test Report tab536 behaves like page has active tab537 activates CI/CD tab538 behaves like page has active sub tab539 activates Pipelines sub tab540Clusterable > Show page541 when clusterable is a project542 behaves like show page543 displays cluster type label544 allow the user to set domain545 does not show the environments tab546 behaves like editing a GCP cluster547 is not able to edit the name, API url, CA certificate nor token548 displays GKE information549 behaves like editing a user-provided cluster550 is able to edit the name, API url, CA certificate and token551 does not display GKE information552 when clusterable is a group553 behaves like show page554 displays cluster type label555 allow the user to set domain556 does not show the environments tab557 behaves like editing a GCP cluster558 is not able to edit the name, API url, CA certificate nor token559 displays GKE information560 behaves like editing a user-provided cluster561 is able to edit the name, API url, CA certificate and token562 does not display GKE information563 when clusterable is an instance564 behaves like show page565unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.566unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.567unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.568 displays cluster type label569 allow the user to set domain570 does not show the environments tab571 behaves like editing a GCP cluster572 is not able to edit the name, API url, CA certificate nor token573 displays GKE information574 behaves like editing a user-provided cluster575 is able to edit the name, API url, CA certificate and token576 does not display GKE information577Environment > Metrics578 without deployments579 behaves like has environment selector580 has a working environment selector581 with deployments and related deployable present582 shows metrics583 behaves like has environment selector584 has a working environment selector585Group Packages586 when feature is not available587 packages feature is disabled by config588 gives 404589 when feature is available590 sidebar menu is open591 when there are packages592 allows you to navigate to the project page593 behaves like packages list594 shows a list of packages595 behaves like package details link596 navigates to the correct url597 sorting598 behaves like shared package sorting599 behaves like correctly sorted packages list600 ordered by Type and ascending false601 behaves like packages list602 shows a list of packages603 behaves like correctly sorted packages list604 ordered by Type and ascending true605 behaves like packages list606 shows a list of packages607 behaves like correctly sorted packages list608 ordered by Name and ascending false609 behaves like packages list610 shows a list of packages611 behaves like correctly sorted packages list612 ordered by Name and ascending true613 behaves like packages list614 shows a list of packages615 behaves like correctly sorted packages list616 ordered by Version and ascending false617 behaves like packages list618 shows a list of packages619 behaves like correctly sorted packages list620 ordered by Version and ascending true621 behaves like packages list622 shows a list of packages623 behaves like correctly sorted packages list624 ordered by Published and ascending false625 behaves like packages list626 shows a list of packages627 behaves like correctly sorted packages list628 ordered by Published and ascending true629 behaves like packages list630 shows a list of packages631 behaves like correctly sorted packages list632 ordered by Project and ascending false633 behaves like packages list634 shows a list of packages635 behaves like correctly sorted packages list636 ordered by Project and ascending true637 behaves like packages list638 shows a list of packages639 behaves like when there are no packages640 displays the empty message641User can display performance bar642 when user is logged-out643 when the performance_bar feature is disabled644 behaves like performance bar cannot be displayed645 does not show the performance bar by default646 when user press `pb`647 does not show the performance bar by default648 when the performance_bar feature is enabled649 behaves like performance bar cannot be displayed650 does not show the performance bar by default651 when user press `pb`652 does not show the performance bar by default653 when user is logged-in654 when the performance_bar feature is disabled655 behaves like performance bar cannot be displayed656 does not show the performance bar by default657 when user press `pb`658 does not show the performance bar by default659 behaves like performance bar is enabled by default in development660 shows the performance bar by default661 when the performance_bar feature is enabled662 does not show Stats link by default663 behaves like performance bar is enabled by default in development664 shows the performance bar by default665 behaves like performance bar can be displayed666 does not show the performance bar by default667 when user press `pb`668 shows the performance bar669 when GITLAB_PERFORMANCE_BAR_STATS_URL environment variable is set670 shows Stats link671 flamegraphs672 when user has access673 renders flamegraph when requested674 when user does not have access675 renders the original page676Internal references677 when referencing to open issue678 from private project679 from merge request680 when user has access to private project681 shows references682 when referencing to open merge request683 from private project684 from merge request685 when user has access to private project686 shows references687Slack slash commands688 shows a token placeholder689 shows a help message690 redirects to the integrations page after saving but not activating691 redirects to the integrations page after activating692 shows the correct trigger url693 shows help content694Profile > Account695 Social sign-in696 when an identity does not exist697 allows the user to connect698 when an identity already exists699 allows the user to disconnect when there is an existing identity700 shows active for a provider that is not allowed to unlink701 Change username702 the user is accessible via the new path703 the old user path redirects to the new path704 with a project705 the project is accessible via the new path706 the old project path redirects to the new path707 Delete account708 when there are no personal projects709 does not show personal projects removal message710 when one personal project exists711 does show personal project removal message712 when more than one personal projects exists713 shows pluralized personal project removal message714Merge request > User sees revert modal715 without page reload after merge validates js correctly loaded716 behaves like showing the revert modal717 shows the revert modal718 with page reload validates js correctly loaded719 behaves like showing the revert modal720 shows the revert modal721Projects > Settings > User renames a project722 shows a successful notice when the project is updated723 with invalid characters724 shows errors for invalid project path725 when changing project name726 renames the repository727 with emojis728 shows error for invalid project name729 when changing project path730 the project is accessible via the new path731 the project is accessible via a redirect from the old path732 and a new project is added with the same path733 overrides the redirect734Admin Mode Logout735 disable removes admin mode and redirects to root page736 disable shows flash notice737 on a read-only instance738 disable removes admin mode and redirects to root page739User creates feature flag740 user creates a flag enabled for user ids741 user creates a flag with default environment scopes742 removes the correct strategy when a strategy is deleted743Incident Management index744 when a developer displays the incident list745 behaves like create incident form746 shows the create new issue button747 when clicked shows the create issue page with the Incident type pre-selected748 when a guest displays the incident list749 behaves like create incident form750 shows the create new issue button751 when clicked shows the create issue page with the Incident type pre-selected752Project > Show > User interacts with auto devops implicitly enabled banner753 when user does not have maintainer access754 when AutoDevOps is implicitly enabled755 does not display AutoDevOps implicitly enabled banner756 when user has mantainer access757 when AutoDevOps is implicitly enabled758 display AutoDevOps implicitly enabled banner759 when user dismisses the banner760 does not display AutoDevOps implicitly enabled banner761 when AutoDevOps is not implicitly enabled762 does not display AutoDevOps implicitly enabled banner763 when AutoDevOps enabled but container registry is disabled764 shows message that container registry is disabled765User activates Flowdock766 activates service767Merge request > User sees pipelines from forked project768 user visits a pipelines page769Projects > Files > Download buttons in files tree770 behaves like archive download buttons771 when static objects external storage is enabled772 private project773 shows archive download buttons with external storage URL prepended and user token appended to their href774 public project775 shows archive download buttons with external storage URL prepended to their href776 when static objects external storage is disabled777 shows default archive download buttons778 with artifacts779 shows download artifacts button780User activates irker (IRC gateway)781 activates service782top nav responsive783 before opened784 has page content and hides responsive menu785 when opened786 hides everything and shows responsive menu787 has new dropdown788Explore Snippets789 User790 see snippets that are not private791 shows new snippet button in header792 External user793 see only public snippets794 without snippets795 hides new snippet button796 with snippets797 hides new snippet button798 Not authenticated user799 see only public snippets800Sort labels801 sorts by title by default802 sorts by date803Blob shortcuts804 On a file(blob)805 pressing "y"806 redirects to permalink with commit sha807 maintains fragment hash when redirecting808User deletes feature flag809 user does not see feature flag810User searches Incident Management incidents811 when a developer displays the incident list they can search for an incident812 shows the incident table with an incident for a valid search filter bar813Project Tree RSS814 when signed in815 behaves like an autodiscoverable RSS feed with current_user's feed token816 has an RSS autodiscovery link tag with current_user's feed token817 when signed out818 behaves like an autodiscoverable RSS feed without a feed token819 has an RSS autodiscovery link tag without a feed token820Upload a git lfs object821 behaves like handling file uploads822 with object storage disabled823 behaves like for a git lfs object824 is expected to change `LfsObject.count` by 1825 is expected to eq 200826New project label breadcrumb827 displays link to project labels and new project label828Knapsack report was generated. Preview:829{830 "spec/features/projects/commit/cherry_pick_spec.rb": 82.40536860700013,831 "spec/features/projects/environments/environments_spec.rb": 142.913531041002,832 "spec/features/task_lists_spec.rb": 122.04333803800182,833 "spec/features/projects/clusters_spec.rb": 75.89041856499898,834 "spec/features/projects/compare_spec.rb": 58.12196919099733,835 "spec/features/projects/active_tabs_spec.rb": 43.374089683999046,836 "spec/features/clusters/cluster_detail_page_spec.rb": 40.176451257000735,837 "spec/features/projects/environments/environment_metrics_spec.rb": 38.621261519001564,838 "spec/features/groups/packages_spec.rb": 32.31739925800139,839 "spec/features/user_can_display_performance_bar_spec.rb": 23.2304555289993,840 "spec/features/issuables/markdown_references/internal_references_spec.rb": 25.248051333001058,841 "spec/features/projects/services/user_activates_slack_slash_command_spec.rb": 19.06548150299932,842 "spec/features/profiles/account_spec.rb": 19.757024952999927,843 "spec/features/user_sees_revert_modal_spec.rb": 18.767855004000012,844 "spec/features/projects/settings/user_renames_a_project_spec.rb": 14.478142785999808,845 "spec/features/admin/admin_mode/logout_spec.rb": 11.925711872998363,846 "spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb": 12.415007996001805,847 "spec/features/incidents/user_creates_new_incident_spec.rb": 8.299667925999529,848 "spec/features/projects/show/user_interacts_with_auto_devops_banner_spec.rb": 9.993392232998303,849 "spec/features/projects/integrations/user_activates_flowdock_spec.rb": 5.227360718999989,850 "spec/features/merge_request/user_sees_pipelines_from_forked_project_spec.rb": 8.077957203000551,851 "spec/features/projects/files/download_buttons_spec.rb": 4.5989224259974435,852 "spec/features/projects/services/user_activates_irker_spec.rb": 5.271833966002305,853 "spec/features/nav/top_nav_responsive_spec.rb": 3.7077309800006333,854 "spec/features/snippets/explore_spec.rb": 4.9729496680010925,855 "spec/features/groups/labels/sort_labels_spec.rb": 4.852452986997378,856 "spec/features/projects/blobs/shortcuts_blob_spec.rb": 3.8436572199971124,857 "spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 3.2627892729979067,858 "spec/features/incidents/user_searches_incidents_spec.rb": 2.032784012000775,859 "spec/features/projects/tree/rss_spec.rb": 2.1505081340001198,860 "spec/features/file_uploads/git_lfs_spec.rb": 0.9623466099983489,861 "spec/features/projects/labels/user_sees_breadcrumb_links_spec.rb": 1.0100121360010235862}863Knapsack global time execution for tests: 14m 09s864Finished in 14 minutes 11 seconds (files took 48.94 seconds to load)865258 examples, 0 failures866Failed to write to log, write log/workhorse-test.log: file already closed867Wed 13 Oct 2021 06:36:07 PM UTC869Not uploading cache ruby-gems-v1-4 due to policy870Not uploading cache gitaly-ruby-gems-v1-4 due to policy872Uploading artifacts...873coverage/: found 5 matching files and directories 874WARNING: crystalball/: no matching files 875deprecations/: found 7 matching files and directories 876knapsack/: found 3 matching files and directories 877rspec_flaky/: found 4 matching files and directories 878rspec_profiling/: found 1 matching files and directories 879WARNING: tmp/capybara/: no matching files 880tmp/memory_test/: found 2 matching files and directories 881log/*.log: found 17 matching files and directories 882Uploading artifacts as "archive" to coordinator... ok id=1677157319 responseStatus=201 Created token=3koJnU84883Uploading artifacts...884junit_rspec.xml: found 1 matching files and directories 885Uploading artifacts as "junit" to coordinator... ok id=1677157319 responseStatus=201 Created token=3koJnU84887Job succeeded