rspec system pg12 14/24
Passed Started
by
@alexkalderimis

Alex Kalderimis
1Running with gitlab-runner 14.2.0-rc1 (0ac3a46e)2 on docker-auto-scale-com d5ae8d253 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:91d892a67245e889ee058993bb08077e9980b16e08991c8b172adadee015594f for postgres:12 with digest postgres@sha256:5afbf72bfdb224f9ad3b29dd570747b4752ab2e81e9c25145847004f8a350e60 ...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-d5ae8d25-project-278964-concurrent-0 via runner-d5ae8d25-gsrm-1631644829-65a63e78...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 0% | | 1998k 0:02:55 ETA25gitlab.tar.gz 76% |************************ | 262M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 341M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 53, done. 33remote: Counting objects: 100% (47/47), done. 34remote: Compressing objects: 100% (21/21), done. 35remote: Total 29 (delta 22), reused 12 (delta 8), pack-reused 0 37 * [new ref] 7818fd5200fa647737976e6f87724e1b0d1a58fe -> refs/pipelines/37074602838Checking out 7818fd52 as refs/merge-requests/69982/merge...39Skipping Git submodules setup41Checking cache for ruby-gems-v1-4...42cache.zip is up to date 43Successfully extracted cache44Checking cache for gitaly-ruby-gems-v1-4...45cache.zip is up to date 46Successfully extracted cache48Downloading artifacts for compile-test-assets (1590280839)...49Downloading artifacts from coordinator... ok id=1590280839 responseStatus=200 OK token=Vk-pyboB50Downloading artifacts for detect-tests (1590280857)...51Downloading artifacts from coordinator... ok id=1590280857 responseStatus=200 OK token=B5P4yR8852Downloading artifacts for retrieve-tests-metadata (1590280864)...53Downloading artifacts from coordinator... ok id=1590280864 responseStatus=200 OK token=Er-hZnZL54Downloading artifacts for setup-test-env (1590280847)...55Downloading artifacts from coordinator... ok id=1590280847 responseStatus=200 OK token=N-Q5DksJ57Using 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 ...58$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb59$ export GOPATH=$CI_PROJECT_DIR/.go60$ mkdir -p $GOPATH61$ source scripts/utils.sh62$ source scripts/prepare_build.sh63Bundler version 2.1.464production:development65Settings are listed in order of priority. The top value will be used.66path67Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"68clean69Set for the current user (/root/.bundle/config): "true"70without71Set via BUNDLE_WITHOUT: [:production, :development]72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check75The Gemfile's dependencies are satisfied76==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.77$ bundle pristine pg78Installing pg 1.2.3 with native extensions79==> 'bundle pristine pg' succeeded in 11 seconds.80$ setup_db_user_only81CREATE ROLE82GRANT83==> 'setup_db_user_only' succeeded in 0 seconds.84$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee85Dropped database 'gitlabhq_test'86Created database 'gitlabhq_test'87DEPRECATION 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)88Dropped database 'gitlabhq_geo_test'89Created database 'gitlabhq_geo_test'90==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 31 seconds.91$ run_timed_command "gem install knapsack --no-document"92$ gem install knapsack --no-document93Successfully installed knapsack-4.0.0941 gem installed95==> 'gem install knapsack --no-document' succeeded in 0 seconds.96$ run_timed_command "scripts/gitaly-test-spawn"97$ scripts/gitaly-test-spawn98Settings are listed in order of priority. The top value will be used.99jobs100Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4101retry102Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3103path104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"105deployment106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true107without108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]109Set via BUNDLE_WITHOUT: [:production, :development]110app_config111Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"112gemfile113Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"114Don't run Bundler as root. Bundler can ask for sudo if it is needed, and115installing your bundle as root will break this application for all non-root116users on this machine.117Using abstract_type 0.0.7118Using concurrent-ruby 1.1.9119Using i18n 1.8.10120Using minitest 5.14.4121Using tzinfo 2.0.4122Using zeitwerk 2.4.2123Using activesupport 6.1.3.2124Using builder 3.2.4125Using erubi 1.10.0126Using mini_portile2 2.5.1127Using racc 1.5.2128Using nokogiri 1.11.7 (x86_64-linux)129Using rails-dom-testing 2.0.3130Using crass 1.0.6131Using loofah 2.10.0132Using rails-html-sanitizer 1.3.0133Using actionview 6.1.3.2134Using rack 2.2.3135Using rack-test 1.1.0136Using actionpack 6.1.3.2137Using ice_nine 0.11.2138Using thread_safe 0.3.6139Using memoizable 0.4.2140Using adamantium 0.2.0141Using public_suffix 4.0.6142Using addressable 2.7.0143Using ast 2.4.1144Using binding_ninja 0.2.3145Using bundler 2.1.4146Using charlock_holmes 0.7.7147Using coderay 1.1.2148Using equalizer 0.0.11149Using concord 0.1.5150Using diff-lcs 1.3151Using dotenv 2.7.6152Using escape_utils 1.2.1153Using factory_bot 5.0.2154Using multipart-post 2.1.1155Using faraday 1.0.1156Using ffi 1.15.3157Using json 2.5.1158Using gemojione 3.3.0159Using mini_mime 1.0.2160Using rugged 1.1.0161Using github-linguist 7.12.1162Using github-markup 1.7.0163Using mime-types-data 3.2020.1104164Using mime-types 3.3.1165Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1166Using rouge 3.26.0167Using nokogumbo 1.5.0168Using sanitize 4.6.6169Using stringex 2.8.5170Using gitlab-gollum-lib 4.2.7.10.gitlab.1171Using google-protobuf 3.17.3 (x86_64-linux)172Using googleapis-common-protos-types 1.1.0173Using grpc 1.30.2 (x86_64-linux)174Using opentracing 0.5.0175Using thrift 0.14.1176Using jaeger-client 1.1.0177Using pg_query 2.1.0178Using redis 4.2.5179Using gitlab-labkit 0.20.0180Using gitlab-markup 1.7.1181Using grpc-tools 1.30.2182Using sawyer 0.8.2183Using octokit 4.20.0184Using reverse_markdown 1.4.0185Using thor 1.1.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 2.7.2.0192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rexml 3.2.4201Using rspec-support 3.8.0202Using rspec-core 3.8.0203Using rspec-expectations 3.8.3204Using rspec-mocks 3.8.0205Using rspec 3.8.0206Using rspec-parameterized 0.4.2207Using rubocop-ast 0.2.0208Using ruby-progressbar 1.10.1209Using unicode-display_width 1.7.0210Using rubocop 0.86.0211Using sentry-raven 3.0.4212Using timecop 0.9.1213Bundle complete! 21 Gemfile dependencies, 96 gems now installed.214Gems in the groups production and development were not installed.215Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`216Checking gitaly-ruby Gemfile...217Checking gitaly-ruby bundle...218The Gemfile's dependencies are satisfied219Trying to connect to gitaly: ...................................................... OK220Trying to connect to gitaly2: ....................................................................... OK221Trying to connect to praefect: ......... OK222==> 'scripts/gitaly-test-spawn' succeeded in 16 seconds.223$ source ./scripts/rspec_helpers.sh224$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"225KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb226Knapsack report generator started!227Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}228==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.061291924 seconds...229Test environment set up in 0.760249397 seconds230Projects > Files > User edits files231Starting the Capybara driver server...232DEPRECATION 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)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)234 when an user has write access235Capybara starting Puma...236* Version 5.3.2 , codename: Sweetnighter237* Min threads: 0, max threads: 4238* Listening on unix:///tmp/20210914-433-9fklld239DEPRECATION 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)240DEPRECATION 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)241 inserts a content of a file242 does not show the edit link if a file is binary243 commits an edited file244 commits an edited file to a new branch245 shows the diff of an edited file246 behaves like unavailable for an archived project247 does not show the edit link for an archived project248 when an user does not have write access249 inserts a content of a file in a forked project250 opens the Web IDE in a forked project251 commits an edited file in a forked project252 when the user already had a fork of the project253 links to the forked project for editing254 behaves like unavailable for an archived project255 does not show the edit link for an archived project256 when feature flag :consolidated_edit_button is off257 when an user does not have write access258 inserts a content of a file in a forked project259 opens the Web IDE in a forked project260 commits an edited file in a forked project261 when the user already had a fork of the project262 links to the forked project for editing263 behaves like unavailable for an archived project264 does not show the edit link for an archived project265Using WebAuthn Devices for Authentication266 behaves like hardware device for 2fa267 registration268 when 2FA via OTP is disabled269 does not allow registering a new device270 when 2FA via OTP is enabled271 allows registering a new device with a name272 allows deleting a device273 fallback code authentication274 when no device is registered275DEPRECATION 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)276DEPRECATION 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)277 shows the fallback otp code UI278 when a device is registered279 provides a button that shows the fallback otp code UI280 registration281 allows the same device to be registered for multiple users282 when 2FA via OTP is enabled283 allows registering more than one device284 when there are form errors285 doesn't register the device if there are errors286 allows retrying registration287 authentication288 when there is only an U2F device289 falls back to U2F290 when there is a WebAuthn device291 when 2FA via OTP is disabled292 allows logging in with the WebAuthn device293 when 2FA via OTP is enabled294 allows logging in with the WebAuthn device295 when a given WebAuthn device has already been registered by another user296 but not the current user297 does not allow logging in with that particular device298 and also the current user299 allows logging in with that particular device (PENDING: support for passing credential options in FakeClient)300 when a given WebAuthn device has not been registered301 does not allow logging in with that particular device302 when more than one device has been registered by the same user303 allows logging in with either device304Project305 template306 create with project template307 behaves like creates from template308DEPRECATION 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)309DEPRECATION 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)310DEPRECATION 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)311DEPRECATION 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)312 is created from template313 create with sample data template314 behaves like creates from template315 is created from template316 shows tip about push to create git command317 shows the command in a popover318 description319 parses Markdown320 passes through html-pipeline321 sanitizes unwanted tags322 permits `rel` attribute on links323 read more324 does not display "read more" link on desktop breakpoint325 displays "read more" link on mobile breakpoint326 page description327 behaves like page meta description328 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown329 project topics330 shows project topics331 shows up to 3 project topics332 copy clone URL to clipboard333 desktop component334 shows on md and larger breakpoints335 mobile component336 shows mobile component on sm and smaller breakpoints337 showing information about source of a project fork338 shows a link to the source project when it is available339 does not contain fork network information for the root project340 does not show the name of the deleted project when the source was deleted341 a fork of a fork342 links to the base project if the source project is removed343 when the project repository is disabled344 does not show an error345 removal346DEPRECATION 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)347DEPRECATION 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)348DEPRECATION 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)349DEPRECATION 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)350DEPRECATION 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)351DEPRECATION 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)352 focuses on the confirmation field353 deletes a project354 tree view (default view is set to Files)355 has working links to files356 has working links to directories357 has working links to submodules358 for signed commit on default branch359 displays a GPG badge360 for subgroups361 renders tree table without errors362 for signed commit363 displays a GPG badge364 activity view365 loads activity366 content is not cached after signing out367 does not load activity368 edit369 behaves like dirty submit form370 disables .js-general-settings-form submit until there are changes on input[name="project[name]"]371 disables .rspec-merge-request-settings submit until there are changes on #project_printing_merge_request_link_enabled372User creates issue373 when unauthenticated374 redirects to signin then back to new issue after signin375 when signed in as guest376 clears local storage after creating a new issue377 available metadata378 allows guest to set issue metadata379 when previewing380 previews content381 with labels382 creates issue383 with due date384Locator Integer:1 for selector :button must be an instance of String or Symbol. This will raise an error in a future version of Capybara.385 saves with due date386 dropzone upload file387 uploads file when dragging into textarea388 doesn't add double newline to end of a single attachment markdown389 cancels a file upload correctly390 form filled by URL parameters391 fills in template392 form create handles issue creation by default393 pre-fills the issue type dropdown with issue type394 does not hide the milestone select395 form create handles incident creation396 pre-fills the issue type dropdown with incident type397 hides the epic select398 shows the milestone select399 hides the weight input400 shows the incident help text401 suggestions402 displays list of related issues403 when signed in as user with special characters in their name404 will correctly escape user names with an apostrophe when clicking 'Assign to me'405User accepts a merge request406 presents merged merge request content407 when merge method is set to merge commit408 when merge method is set to fast-forward merge409 accepts a merge request with rebase and merge410 accepts a merge request with squash and merge411 with removing the source branch412 accepts a merge request413 without removing the source branch414 accepts a merge request415 when a URL has an anchor416 accepts a merge request417 when modifying the merge commit message418 accepts a merge request419Set up Mattermost slash commands420 user visits the mattermost slash command config page421 mattermost service is enabled422DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mattermost_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)423DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mattermost_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)424 shows the add to mattermost button425 shows an explanation if user is a member of no teams426 shows an explanation if user is a member of 1 team427 shows a disabled prefilled select if user is a member of 1 team428 has a hidden input for the prefilled value if user is a member of 1 team429 shows an explanation user is a member of multiple teams430 shows a select with team options user is a member of multiple teams431 shows an error alert with the error message if there is an error requesting teams432 enables the submit button if the required fields are provided433 disables the submit button if the required fields are not provided434 activation435 shows a help message436 shows a token placeholder437 redirects to the integrations page after saving but not activating438 redirects to the integrations page after activating439 mattermost service is not enabled440 shows the correct trigger url441 shows a token placeholder442 stable logo url443 shows a publicly available logo444Admin disables Git access protocol445 with HTTP disabled446unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.447unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.448unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.449 shows only SSH url450 mobile component451 shows only the SSH clone information452 with SSH disabled453 shows only HTTP url454 mobile component455 shows only the HTTP clone information456 with nothing disabled457 shows default SSH url and protocol selection dropdown458 mobile component459 shows both SSH and HTTP clone information460Environment > Metrics461 without deployments462 behaves like has environment selector463 has a working environment selector464 with deployments and related deployable present465 shows metrics466 behaves like has environment selector467 has a working environment selector468Merge request > User sees merge button depending on unresolved threads469 when project.only_allow_merge_if_all_discussions_are_resolved == true470 with unresolved threads471 does not allow to merge472 with all threads resolved473 allows MR to be merged474 when project.only_allow_merge_if_all_discussions_are_resolved == false475 with unresolved threads476 does not allow to merge477 with all threads resolved478 allows MR to be merged479User comments on issue480 when adding comments481 adds comment482 adds comment with code block483 renders HTML content as text in Mermaid484 opens autocomplete menu for quick actions and have `/label` first choice485 when editing comments486 edits comment487Projects > Members > Sorting488 sorts by account by default489 sorts by max role ascending490 sorts by max role descending491 sorts by access granted ascending492 sorts by access granted descending493 sorts by account ascending494 sorts by account descending495 sorts by last sign-in ascending496 sorts by last sign-in descending497Group milestones498 create a milestone499 renders description preview500DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_burndown_chart_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)501DEPRECATION 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)502DEPRECATION 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)503 creates milestone with start date504 description input support autocomplete505 milestones list506 when no milestones507 renders no milestones text508 when milestones exists509 counts milestones correctly510 lists group and project milestones511 shows milestone detail and supports its edit512 renders milestones513 milestone tabs514 for a group milestone515 renders the issues tab516 renders the merge requests tab517 renders the participants tab518 renders the labels tab519Merge Request Discussion Lock520 when a user is a team member521 when the discussion is unlocked522 the user can lock the merge_request523 when the discussion is locked524 the user can unlock the merge_request525 when a user is not a team member526 when the discussion is unlocked527 the user can not lock the merge_request528 when the discussion is locked529 the user can not unlock the merge_request530Dropdown emoji531 when user not logged in532 behavior533 does not open when the search bar has my-reaction=534 when user loggged in535 behavior536 opens when the search bar has my-reaction=537 loads all the emojis when opened538 shows the most populated emoji at top of dropdown539User visits the profile preferences page540 shows correct menu item541 User changes their syntax highlighting theme542 creates a flash message543 updates their preference544 User changes their default dashboard545 creates a flash message546 updates their preference547 User changes their language548DEPRECATION 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)549DEPRECATION 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)550DEPRECATION 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)551DEPRECATION 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)552 updates their preference553 User changes whitespace in code554 updates their preference555Groups > Members > Request access556DEPRECATION 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)557DEPRECATION 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)558 request access feature is disabled559 user can request access to a group560 user does not see private projects561 user does not see group in the Dashboard > Groups page562 user is not listed in the group members page563 user can withdraw its request for access564 member does not see the request access button565Promotions566 for service desk567 when service desk is not supported568 appears in project edit page569 does not show when cookie is set570 when service desk is supported571 does not show promotion572Merge request > User sees system notes573 when logged-in as a member of the private project574 shows the system note575 when not logged-in576 hides the system note577Projects > Files > User wants to add a .gitlab-ci.yml file578 user can pick a template from the dropdown579 when template param is provided580 uses the given template581 when provided template param is not a valid template name582 leaves the editor empty583 when template is not available for the given file584 leaves the editor empty585User searches for comments586 when search times out587 renders timeout information588 sets tab count to 0589 when a comment is in commits590 when comment belongs to an invalid commit591 finds a commit592 when a comment is in a snippet593 finds a snippet594Usage stats consent595 when signed in596 hides the banner permanently when sets usage stats597 shows banner on next session if user did not set usage stats598Project Commits RSS599 when signed in600 behaves like it has an RSS button with current_user's feed token601 shows the RSS button with current_user's feed token602 behaves like an autodiscoverable RSS feed with current_user's feed token603 has an RSS autodiscovery link tag with current_user's feed token604 when signed out605 behaves like it has an RSS button without a feed token606 shows the RSS button without a feed token607 behaves like an autodiscoverable RSS feed without a feed token608 has an RSS autodiscovery link tag without a feed token609Project Issues RSS610 when signed in611 behaves like it has an RSS button with current_user's feed token612 shows the RSS button with current_user's feed token613 behaves like an autodiscoverable RSS feed with current_user's feed token614 has an RSS autodiscovery link tag with current_user's feed token615 when signed out616 behaves like it has an RSS button without a feed token617 shows the RSS button without a feed token618 behaves like an autodiscoverable RSS feed without a feed token619 has an RSS autodiscovery link tag without a feed token620 feeds621 behaves like updates atom feed link622 for project623 behaves like updates atom feed link624 for group625Projects > Activity > User sees design comment626 shows the design comment action in the activity page627 allows to filter out the design event with the "event_filter=issue" URL param628 allows to filter in the event with the "event_filter=comments" URL param629Issues > User creates issue by email630 new issue by email631 with existing issues632 behaves like show the email in the modal633 click the button to show modal for the new email634 without existing issues635 behaves like show the email in the modal636 click the button to show modal for the new email637Projects > Files > User wants to add a Dockerfile file638 user can pick a Dockerfile file from the dropdown639Merge request > User sees draft help message640 with draft commits641 shows a specific draft hint642 without draft commits643 shows the regular draft message644Abuse reports645 report abuse646Upload a group export archive647 behaves like handling file uploads648 with object storage disabled649 behaves like for a group export archive650 is expected to change `Group.count` by 1651 is expected to eq 202652Project Activity RSS653 when signed in654 behaves like it has an RSS button with current_user's feed token655 shows the RSS button with current_user's feed token656 when signed out657 behaves like it has an RSS button without a feed token658 shows the RSS button without a feed token659OAuth Provider660 Standard OAuth Authorization661 behaves like Secure OAuth Authorizations662 when user is confirmed663 asks the user to authorize the application664 when user is unconfirmed665DEPRECATION 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)666DEPRECATION 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)667 displays an error668Knapsack report was generated. Preview:669{670 "spec/features/projects/files/user_edits_files_spec.rb": 223.51828243099953,671 "spec/features/webauthn_spec.rb": 135.22246882400032,672 "spec/features/projects_spec.rb": 81.36822674299947,673 "spec/features/issues/user_creates_issue_spec.rb": 57.72431972300001,674 "spec/features/merge_request/user_accepts_merge_request_spec.rb": 54.74731643399991,675 "spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb": 48.2664831940001,676 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 39.7160189060005,677 "spec/features/projects/environments/environment_metrics_spec.rb": 35.444972196999515,678 "spec/features/merge_request/user_sees_merge_button_depending_on_unresolved_discussions_spec.rb": 29.094142740999814,679 "spec/features/issues/user_comments_on_issue_spec.rb": 22.584428925000793,680 "spec/features/projects/members/sorting_spec.rb": 21.766845242000272,681 "spec/features/groups/milestone_spec.rb": 16.82905022399973,682 "spec/features/merge_request/merge_request_discussion_lock_spec.rb": 19.06493534299989,683 "spec/features/issues/filtered_search/dropdown_emoji_spec.rb": 16.735681144999944,684 "spec/features/profiles/user_visits_profile_preferences_page_spec.rb": 11.816945755000233,685 "spec/features/groups/members/request_access_spec.rb": 12.450213857999188,686 "spec/features/promotion_spec.rb": 8.89468282100006,687 "spec/features/merge_request/user_sees_system_notes_spec.rb": 9.294887898000525,688 "spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb": 9.423715273000198,689 "spec/features/search/user_searches_for_comments_spec.rb": 6.7706119099993884,690 "spec/features/usage_stats_consent_spec.rb": 6.415324368000256,691 "spec/features/projects/commits/rss_spec.rb": 5.471058969999831,692 "spec/features/issues/rss_spec.rb": 3.9134574580002663,693 "spec/features/projects/activity/user_sees_design_comment_spec.rb": 6.6375854540001455,694 "spec/features/issues/user_creates_issue_by_email_spec.rb": 4.255821331000334,695 "spec/features/projects/files/dockerfile_dropdown_spec.rb": 3.6490334559994153,696 "spec/features/merge_request/user_sees_wip_help_message_spec.rb": 2.3405793980000453,697 "spec/features/abuse_report_spec.rb": 1.7413326020005115,698 "spec/features/file_uploads/group_import_spec.rb": 1.2296420470001976,699 "spec/features/projects/activity/rss_spec.rb": 1.4447131150000132,700 "spec/features/oauth_provider_authorize_spec.rb": 1.0372459080008412701}702Knapsack global time execution for tests: 14m 58s703Pending: (Failures listed here are expected and do not affect your suite's status)704 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 device705 # support for passing credential options in FakeClient706 Failure/Error: click_on 'Manage two-factor authentication'707 Capybara::ElementNotFound:708 Unable to find link or button "Manage two-factor authentication"709 # ./spec/support/helpers/features/two_factor_helpers.rb:18:in `manage_two_factor_authentication'710 # ./spec/features/webauthn_spec.rb:196:in `block (6 levels) in <top (required)>'711 # ./spec/spec_helper.rb:402:in `block (3 levels) in <top (required)>'712 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'713 # ./spec/spec_helper.rb:393:in `block (2 levels) in <top (required)>'714 # ./spec/spec_helper.rb:389:in `block (3 levels) in <top (required)>'715 # ./lib/gitlab/application_context.rb:31:in `with_raw_context'716 # ./spec/spec_helper.rb:389:in `block (2 levels) in <top (required)>'717 # ./spec/support/database/prevent_cross_joins.rb:95:in `block (3 levels) in <top (required)>'718 # ./spec/support/database/prevent_cross_joins.rb:62:in `with_cross_joins_prevented'719 # ./spec/support/database/prevent_cross_joins.rb:95:in `block (2 levels) in <top (required)>'720Finished in 15 minutes 1 second (files took 55.12 seconds to load)721207 examples, 0 failures, 1 pending722Failed to write to log, write log/workhorse-test.log: file already closed723Tue 14 Sep 2021 08:30:14 PM UTC725Not uploading cache ruby-gems-v1-4 due to policy726Not uploading cache gitaly-ruby-gems-v1-4 due to policy728Uploading artifacts...729coverage/: found 5 matching files and directories 730WARNING: crystalball/: no matching files 731deprecations/: found 19 matching files and directories 732knapsack/: found 3 matching files and directories 733rspec_flaky/: found 4 matching files and directories 734rspec_profiling/: found 1 matching files and directories 735WARNING: tmp/capybara/: no matching files 736tmp/memory_test/: found 2 matching files and directories 737log/*.log: found 17 matching files and directories 738Uploading artifacts as "archive" to coordinator... ok id=1590281048 responseStatus=201 Created token=7ijzUHh9739Uploading artifacts...740junit_rspec.xml: found 1 matching files and directories 741Uploading artifacts as "junit" to coordinator... ok id=1590281048 responseStatus=201 Created token=7ijzUHh9743Job succeeded