rspec system pg12 11/24
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq3 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.33-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:5c4789e9bb7bb119b87daeffe7ac587b6e6eff4072a1b43b11a5a4209ed7c265 for postgres:12 with digest postgres@sha256:03a821bf55c06afc5b1eca7d1ba2ca0fd13edbe0e2794a90d741f1fea31787af ...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.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...18Running on runner-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1635222343-49accdc9...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 37% |************ | 129M 0:00:01 ETA25gitlab.tar.gz 88% |**************************** | 304M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 342M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 127042, done. 33remote: Counting objects: 100% (127042/127042), done. 34remote: Compressing objects: 100% (85632/85632), done. 35remote: Total 127042 (delta 58018), reused 87454 (delta 36683), pack-reused 0 36Receiving objects: 100% (127042/127042), 124.85 MiB | 30.87 MiB/s, done.37Resolving deltas: 100% (58018/58018), done.39 * [new ref] e28bf2006022fa717b8e023304aaae32593982e4 -> refs/pipelines/39605215340 * [new branch] master -> origin/master41Checking out e28bf200 as master...42Skipping Git submodules setup44Checking cache for ruby-gems-v1-5...45Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-5 46Successfully extracted cache47Checking cache for gitaly-ruby-gems-v1-5...48Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-5 49Successfully extracted cache51Downloading artifacts for compile-test-assets (1718320136)...52Downloading artifacts from coordinator... ok id=1718320136 responseStatus=200 OK token=ransSmQE53Downloading artifacts for retrieve-tests-metadata (1718320147)...54Downloading artifacts from coordinator... ok id=1718320147 responseStatus=200 OK token=u5F8xuWx55Downloading artifacts for setup-test-env (1718320139)...56Downloading artifacts from coordinator... ok id=1718320139 responseStatus=200 OK token=GEzxAMiL58Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...59$ echo $FOSS_ONLY60$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb61$ export GOPATH=$CI_PROJECT_DIR/.go62$ mkdir -p $GOPATH63$ source scripts/utils.sh64$ source scripts/prepare_build.sh65Bundler version 2.1.466production:development67Settings are listed in order of priority. The top value will be used.68path69Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"70clean71Set for the current user (/root/.bundle/config): "true"72without73Set via BUNDLE_WITHOUT: [:production, :development]74install_flags75Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"76$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check77The Gemfile's dependencies are satisfied78==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.79$ bundle pristine pg80Installing pg 1.2.3 with native extensions81==> 'bundle pristine pg' succeeded in 12 seconds.82$ setup_db_user_only83CREATE ROLE84GRANT85==> 'setup_db_user_only' succeeded in 1 seconds.86$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee87Dropped database 'gitlabhq_test'88Created database 'gitlabhq_test'89DEPRECATION 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)90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_geo_test'92==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 33 seconds.93$ run_timed_command "gem install knapsack --no-document"94$ gem install knapsack --no-document95Successfully installed knapsack-4.0.0961 gem installed97==> 'gem install knapsack --no-document' succeeded in 1 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100Don'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.9105Using i18n 1.8.10106Using minitest 5.14.4107Using tzinfo 2.0.4108Using zeitwerk 2.4.2109Using activesupport 6.1.4.1110Using builder 3.2.4111Using erubi 1.10.0112Using mini_portile2 2.5.1113Using racc 1.5.2114Using nokogiri 1.11.7 (x86_64-linux)115Using rails-dom-testing 2.0.3116Using crass 1.0.6117Using loofah 2.12.0118Using rails-html-sanitizer 1.4.2119Using actionview 6.1.4.1120Using rack 2.2.3121Using rack-test 1.1.0122Using actionpack 6.1.4.1123Using ice_nine 0.11.2124Using thread_safe 0.3.6125Using 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.15.3143Using json 2.5.1144Using gemojione 3.3.0145Using mini_mime 1.0.2146Using rugged 1.2.0147Using 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.4.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.17.3 (x86_64-linux)158Using googleapis-common-protos-types 1.1.0159Using grpc 1.30.2 (x86_64-linux)160Using opentracing 0.5.0161Using thrift 0.15.0162Using jaeger-client 1.1.0163Using pg_query 2.1.1164Using redis 4.4.0165Using gitlab-labkit 0.21.2166Using 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.3.2185Using 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.200Gems in the groups production and development were not installed.201Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`202Checking gitaly-ruby Gemfile...203Checking gitaly-ruby bundle...204The Gemfile's dependencies are satisfied205Trying to connect to gitaly: ............................................. OK206Trying to connect to gitaly2: ................................................................ OK207Trying to connect to praefect: ........ OK208==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.209$ source ./scripts/rspec_helpers.sh210$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"211KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb212Knapsack report generator started!213Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}214==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.044388427 seconds...215Test environment set up in 0.584588764 seconds216Merge request > User sees pipelines triggered by merge request217Starting the Capybara driver server...218 when a user created a merge request in the parent project219Capybara starting Puma...220* Version 5.3.2 , codename: Sweetnighter221* Min threads: 0, max threads: 4222* Listening on unix:///tmp/20211026-438-1iyhlqy223 sees branch pipelines and detached merge request pipelines in correct order224 sees the latest detached merge request pipeline as the head pipeline225 when a user updated a merge request in the parent project226 sees branch pipelines and detached merge request pipelines in correct order227 sees detached tag for detached merge request pipelines228 sees the latest detached merge request pipeline as the head pipeline229 when a user merges a merge request in the parent project230 when detached merge request pipeline is pending231 waits the head pipeline232 when detached merge request pipeline succeeds233 merges the merge request234 when branch pipeline succeeds235 waits the head pipeline236 when there are no `merge_requests` keyword in .gitlab-ci.yml237 sees a branch pipeline in pipeline tab238 sees the latest branch pipeline as the head pipeline239 when a user created a merge request from a forked project to the parent project240 sees branch pipelines and detached merge request pipelines in correct order241 sees the latest detached merge request pipeline as the head pipeline242 sees pipeline list in forked project243 when a user updated a merge request from a forked project to the parent project244 sees branch pipelines and detached merge request pipelines in correct order245 sees detached tag for detached merge request pipelines246 sees the latest detached merge request pipeline as the head pipeline247 sees pipeline list in forked project248 when the latest pipeline is running in the parent project249 when the previous pipeline failed in the fork project250 when the parent project enables pipeline must succeed251 shows MWPS button252 when a user merges a merge request from a forked project to the parent project253 when detached merge request pipeline is pending254 waits the head pipeline255 when detached merge request pipeline succeeds256 merges the merge request257 when branch pipeline succeeds258 waits the head pipeline259Using WebAuthn Devices for Authentication260 behaves like hardware device for 2fa261 registration262 when 2FA via OTP is disabled263 does not allow registering a new device264 when 2FA via OTP is enabled265 allows registering a new device with a name266 allows deleting a device267 fallback code authentication268 when no device is registered269 shows the fallback otp code UI270 when a device is registered271 provides a button that shows the fallback otp code UI272 registration273 allows the same device to be registered for multiple users274 when 2FA via OTP is enabled275 allows registering more than one device276 when there are form errors277 doesn't register the device if there are errors278 allows retrying registration279 authentication280 when there is only an U2F device281 falls back to U2F282 when there is a WebAuthn device283 when 2FA via OTP is disabled284 allows logging in with the WebAuthn device285 when 2FA via OTP is enabled286 allows logging in with the WebAuthn device287 when a given WebAuthn device has already been registered by another user288 but not the current user289 does not allow logging in with that particular device290 and also the current user291 allows logging in with that particular device (PENDING: support for passing credential options in FakeClient)292 when a given WebAuthn device has not been registered293 does not allow logging in with that particular device294 when more than one device has been registered by the same user295 allows logging in with either device296Project297 template298 create with project template299 behaves like creates from template300DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)301DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)302DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)303DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)304 is created from template305 create with sample data template306 behaves like creates from template307 is created from template308 shows tip about push to create git command309 shows the command in a popover310 description311 parses Markdown312 passes through html-pipeline313 sanitizes unwanted tags314 permits `rel` attribute on links315 read more316 does not display "read more" link on desktop breakpoint317 displays "read more" link on mobile breakpoint318 page description319 behaves like page meta description320 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown321 project topics322 shows project topics323 shows up to 3 project topics324 copy clone URL to clipboard325 desktop component326 shows on md and larger breakpoints327 mobile component328 shows mobile component on sm and smaller breakpoints329 showing information about source of a project fork330 shows a link to the source project when it is available331 does not contain fork network information for the root project332 does not show the name of the deleted project when the source was deleted333 a fork of a fork334 links to the base project if the source project is removed335 when the project repository is disabled336 does not show an error337 removal338DEPRECATION 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)339DEPRECATION 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)340 focuses on the confirmation field341 deletes a project342 tree view (default view is set to Files)343 has working links to files344 has working links to directories345 has working links to submodules346 for signed commit on default branch347 displays a GPG badge348 for subgroups349 renders tree table without errors350 for signed commit351 displays a GPG badge352 activity view353 loads activity354 content is not cached after signing out355 does not load activity356 edit357 behaves like dirty submit form358 disables .js-general-settings-form submit until there are changes on input[name="project[name]"]359 disables .rspec-merge-request-settings submit until there are changes on #project_printing_merge_request_link_enabled360User creates issue361 when unauthenticated362 redirects to signin then back to new issue after signin363 when signed in as guest364 clears local storage after creating a new issue365 available metadata366 allows guest to set issue metadata367 when previewing368 previews content369 with labels370 creates issue371 with due date372Locator Integer:1 for selector :button must be an instance of String or Symbol. This will raise an error in a future version of Capybara.373 saves with due date374 dropzone upload file375 uploads file when dragging into textarea376 doesn't add double newline to end of a single attachment markdown377 cancels a file upload correctly378 form filled by URL parameters379 fills in template380 form create handles issue creation by default381 pre-fills the issue type dropdown with issue type382 does not hide the milestone select383 form create handles incident creation384 pre-fills the issue type dropdown with incident type385 hides the epic select386 shows the milestone select387 hides the weight input388 shows the incident help text389 suggestions390 displays list of related issues391 when signed in as user with special characters in their name392 will correctly escape user names with an apostrophe when clicking 'Assign to me'393Protected Tags394 explicit protected tags395 allows creating explicit protected tags396 displays the last commit on the matching tag if it exists397 displays an error message if the named tag does not exist398 wildcard protected tags399 allows creating protected tags with a wildcard400 displays the number of matching tags401 displays all the tags matching the wildcard402 access control403 allows creating protected tags that Maintainers can create404 allows updating protected tags so that Maintainers can create them405 allows creating protected tags that Developers + Maintainers can create406 allows updating protected tags so that Developers + Maintainers can create them407 allows creating protected tags that No one can create408 allows updating protected tags so that No one can create them409User searches project settings410 in general settings page411 behaves like can search settings412 hides unmatching sections on search413 behaves like can highlight results414 has search settings field415 highlights the search terms416 in Integrations page417 behaves like can highlight results418 has search settings field419 highlights the search terms420 in Webhooks page421 behaves like can highlight results422 has search settings field423 highlights the search terms424 in Access Tokens page425 behaves like can highlight results426 has search settings field427 highlights the search terms428 in Repository page429 behaves like can search settings430 hides unmatching sections on search431 behaves like can highlight results432 has search settings field433 highlights the search terms434 in CI/CD page435 behaves like can search settings436 hides unmatching sections on search437 behaves like can highlight results438 has search settings field439 highlights the search terms440 in Operations page441 behaves like can search settings442 hides unmatching sections on search443 behaves like can highlight results444 has search settings field445 highlights the search terms446 in Pages page447 behaves like can highlight results448 has search settings field449 highlights the search terms450Dashboard Merge Requests451 disables target branch filter452 new merge request dropdown453 shows projects only with merge requests feature enabled454 no merge requests exist455 shows an empty state456 merge requests exist457 includes assigned and reviewers in badge458 shows assigned merge requests459 does not show review requested merge requests460 shows authored merge requests461 shows labeled merge requests462 shows error message without filter463 shows sorted merge requests464 keeps sorting merge requests after visiting Projects MR page465 merge request review466 displays review requested merge requests467Project Badges468 shows a list of badges469 adding a badge470 user can preview a badge471 is expected to eq "http://127.0.0.1:37831/group31/project127/badges/master/pipeline.svg"472 editing a badge473 form is shown when clicking edit button in list474 updates a badge when submitting the edit form475 deleting a badge476 shows a modal when deleting a badge477 deletes a badge when confirming the modal478Explore Groups479 when signed in480 behaves like renders public and internal projects481DEPRECATION 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)482DEPRECATION 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)483 is expected not to have text "project132"484 behaves like renders public and internal projects485 is expected not to have text "project135"486 behaves like renders public and internal projects487 is expected not to have text "project138"488 behaves like renders group in public groups area489DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_explore_groups_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)490DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_explore_groups_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)491 is expected to have text "group39"492 when signed out493 behaves like renders only public project494 is expected not to have text "project144"495 behaves like renders only public project496 is expected not to have text "project147"497 behaves like renders only public project498 is expected not to have text "project150"499 behaves like renders group in public groups area500 is expected to have text "group43"501 when visibility is restricted to public502 redirects to the sign in page503Project > Settings > Access Tokens504 when user is not a project maintainer505 does not show project access token page506 token creation507 allows creation of a project access token508 when token creation is not allowed509 does not show project access token creation form510 shows project access token creation disabled text511 with a project in a personal namespace512 shows project access token creation form and text513 group settings link514 when user is not a group owner515 does not show group settings link516 with nested groups517 when user is not a top level group owner518 does not show group settings link519 when user is a group owner520 shows group settings link521 active tokens522 shows active project access tokens523 when User#time_display_relative is false524 shows absolute times for expires_at525 inactive tokens526 allows revocation of an active token527 removes expired tokens from active section528 when resource access token creation is not allowed529 allows revocation of an active token530Admin::Hooks531 GET /admin/hooks532unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.533unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.534unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.535 is ok536 has hooks list537 renders plugins list as well538 New Hook539 adds new hook540 Update existing hook541 updates existing hook542 Remove existing hook543 removes existing hook544 from hooks list page545 from hook edit page546 Test547 is expected to eq "/admin/hooks"548 Merge request hook549 New Hook550 adds new hook551 Test552 succeeds if the user has a repository with a merge request553Project group variables554 project in group shows inherited vars from ancestor group555 project in subgroup shows inherited vars from all ancestor groups556 project in nested subgroup shows inherited vars from all ancestor groups557 project origin keys link to ancestor groups ci_cd settings558User comments on commit559 when adding new comment560DEPRECATION 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)561DEPRECATION 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)562DEPRECATION 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)563DEPRECATION 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)564 adds comment565 when editing comment566 edits comment567 when deleting comment568 deletes comment569 when checking task lists570 allows the tasks to be checked571User searches for wiki pages572 does not show top right search form573 when search times out574 renders timeout information575 sets tab count to 0576 when searching by content577 behaves like search wiki blobs578 finds a page579 when searching by title580 behaves like search wiki blobs581 finds a page582Ensure Boards do not show stale data on browser back583 authorized user584DEPRECATION 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)585DEPRECATION 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)586 created issue is listed on board587Admin searches application settings588 in appearances page589 behaves like cannot search settings590 does note have search settings field591 in ci/cd settings page592 behaves like can search settings593 hides unmatching sections on search594 behaves like can highlight results595 has search settings field596 highlights the search terms597AWS EKS Cluster598 when user does not have a cluster and visits cluster index page599 when user creates a cluster on AWS EKS600 user sees a form to create an EKS cluster601 highlights Amazon EKS logo602User sees feature flag list603 with feature flags604 shows the user the first flag605 shows the user the second flag606 shows the user the third flag607 allows the user to update the status toggle608 when there are no feature flags609 shows the empty page610Group share with group lock611 with a subgroup612 when enabling the parent group share with group lock613 the subgroup share with group lock becomes enabled614 when disabling the parent group share with group lock (which was already enabled)615 and the subgroup share with group lock is enabled616 the subgroup share with group lock does not change617 but the subgroup share with group lock is disabled618 the subgroup share with group lock does not change619Dropdown base620 behavior621 shows loading indicator when opened622 hides loading indicator when loaded623 caching requests624 caches requests after the first load625Merge requests > User merges immediately626 when there is active pipeline for merge request627 enables merge immediately628User activates JetBrains TeamCity CI629 activates service630Admin::HookLogs631 show list of hook logs632 show hook log details633 retry hook log634Canonical link635 behaves like does not show canonical link636 is expected not to have xpath "//link[@rel=\"canonical\"]"637 behaves like shows canonical link638 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user159/project182/-/issues/1\"]"639 behaves like shows canonical link640 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user159/project182/-/issues?state=opened\"]"641 behaves like does not show canonical link642 is expected not to have xpath "//link[@rel=\"canonical\"]"643 behaves like shows canonical link644 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user159/project182\"]"645 behaves like shows canonical link646 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user159/project182?foo=bar\"]"647 behaves like shows canonical link648 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/explore/projects\"]"649Pipeline Badge650 when the project has a pipeline651 when the pipeline was successful652 displays so on the badge653 when the pipeline failed654 shows displays so on the badge655 when the pipeline is preparing656 displays the preparing badge657 when the pipeline is running658 shows displays so on the badge659 when a new pipeline is created660 shows a fresh badge661Search group member662 renders member users663The group dashboard664 The top navigation665 has all the expected links666 hides some links when an external authorization service is enabled667Dropdown release668 behavior669 loads all the releases when opened670Projects > Show > RSS671 when signed in672 behaves like an autodiscoverable RSS feed with current_user's feed token673 has an RSS autodiscovery link tag with current_user's feed token674 when signed out675 behaves like an autodiscoverable RSS feed without a feed token676 has an RSS autodiscovery link tag without a feed token677Projects > Wiki > User views wiki in project page678 when repository is disabled for project679 when wiki homepage contains a link680 displays the correct URL for the link681Upload a git lfs object682 behaves like handling file uploads683 with object storage disabled684 behaves like for a git lfs object685 is expected to change `LfsObject.count` by 1686 is expected to eq 200687Knapsack report was generated. Preview:688{689 "spec/features/merge_request/user_sees_merge_request_pipelines_spec.rb": 255.46200574999966,690 "spec/features/webauthn_spec.rb": 134.87745164999797,691 "spec/features/projects_spec.rb": 86.76500495499931,692 "spec/features/issues/user_creates_issue_spec.rb": 59.026204043999314,693 "spec/features/protected_tags_spec.rb": 53.52886608999688,694 "spec/features/projects/settings/user_searches_in_settings_spec.rb": 41.36649867199594,695 "spec/features/dashboard/merge_requests_spec.rb": 43.29385800500313,696 "spec/features/projects/settings/project_badges_spec.rb": 29.227003414998762,697 "spec/features/explore/groups_spec.rb": 25.36187040000368,698 "spec/features/projects/settings/access_tokens_spec.rb": 19.967426529998193,699 "spec/features/admin/admin_hooks_spec.rb": 24.717885669997486,700 "spec/features/project_group_variables_spec.rb": 17.050378797997837,701 "spec/features/projects/commit/user_comments_on_commit_spec.rb": 18.36404499800119,702 "spec/features/search/user_searches_for_wiki_pages_spec.rb": 16.995219682001334,703 "spec/features/boards/reload_boards_on_browser_back_spec.rb": 12.891452151998237,704 "spec/features/admin/admin_search_settings_spec.rb": 12.163271527002507,705 "spec/features/projects/clusters/eks_spec.rb": 10.705374956000014,706 "spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb": 8.186782229997334,707 "spec/features/groups/share_lock_spec.rb": 7.774753186000453,708 "spec/features/issues/filtered_search/dropdown_base_spec.rb": 6.704183319998265,709 "spec/features/merge_request/user_merges_immediately_spec.rb": 6.171222402997955,710 "spec/features/projects/services/user_activates_jetbrains_teamcity_ci_spec.rb": 5.574353318996145,711 "spec/features/admin/admin_hook_logs_spec.rb": 4.926631087997521,712 "spec/features/canonical_link_spec.rb": 4.391084062001028,713 "spec/features/projects/badges/pipeline_badge_spec.rb": 3.305432268003642,714 "spec/features/groups/members/search_members_spec.rb": 3.810726056995918,715 "spec/features/dashboard/group_dashboard_with_external_authorization_service_spec.rb": 2.431002682002145,716 "spec/features/issues/filtered_search/dropdown_release_spec.rb": 2.747930161996919,717 "spec/features/projects/show/rss_spec.rb": 2.36046411600546,718 "spec/features/projects/wiki/user_views_wiki_in_project_page_spec.rb": 1.1414968600001885,719 "spec/features/file_uploads/git_lfs_spec.rb": 1.139638130000094720}721Knapsack global time execution for tests: 15m 22s722Pending: (Failures listed here are expected and do not affect your suite's status)723 1) Using WebAuthn Devices for Authentication authentication when there is a WebAuthn device when a given WebAuthn device has already been registered by another user and also the current user allows logging in with that particular device724 # support for passing credential options in FakeClient725 Failure/Error: click_on 'Manage two-factor authentication'726 Capybara::ElementNotFound:727 Unable to find link or button "Manage two-factor authentication"728 # ./spec/support/helpers/features/two_factor_helpers.rb:18:in `manage_two_factor_authentication'729 # ./spec/features/webauthn_spec.rb:196:in `block (6 levels) in <top (required)>'730 # ./spec/spec_helper.rb:408:in `block (3 levels) in <top (required)>'731 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'732 # ./spec/spec_helper.rb:399:in `block (2 levels) in <top (required)>'733 # ./spec/spec_helper.rb:395:in `block (3 levels) in <top (required)>'734 # ./lib/gitlab/application_context.rb:31:in `with_raw_context'735 # ./spec/spec_helper.rb:395:in `block (2 levels) in <top (required)>'736 # ./spec/support/database/prevent_cross_joins.rb:102:in `block (3 levels) in <top (required)>'737 # ./spec/support/database/prevent_cross_joins.rb:56:in `with_cross_joins_prevented'738 # ./spec/support/database/prevent_cross_joins.rb:102:in `block (2 levels) in <top (required)>'739Finished in 15 minutes 24 seconds (files took 47.99 seconds to load)740227 examples, 0 failures, 1 pending741Failed to write to log, write log/workhorse-test.log: file already closed742Tue 26 Oct 2021 09:37:33 PM UTC744Not uploading cache ruby-gems-v1-5 due to policy745Not uploading cache gitaly-ruby-gems-v1-5 due to policy747Uploading artifacts...748coverage/: found 5 matching files and directories 749WARNING: crystalball/: no matching files 750deprecations/: found 10 matching files and directories 751knapsack/: found 3 matching files and directories 752rspec_flaky/: found 4 matching files and directories 753rspec_profiling/: found 1 matching files and directories 754WARNING: tmp/capybara/: no matching files 755tmp/memory_test/: found 2 matching files and directories 756log/*.log: found 16 matching files and directories 757Uploading artifacts as "archive" to coordinator... ok id=1718320266 responseStatus=201 Created token=NuhAsBeS758Uploading artifacts...759junit_rspec.xml: found 1 matching files and directories 760Uploading artifacts as "junit" to coordinator... ok id=1718320266 responseStatus=201 Created token=NuhAsBeS762Job succeeded