rspec system pg12 7/24
Passed Started
by
@dbalexandre

Douglas Barbosa Alexandre
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on blue-2.shared-gitlab-org.runners-manager.gitlab.com/default NL4gfoBe3 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:84353f33e1def62bd8dfb09b10761c4ce651f5e5475e1ec53d5c918e29d96744 for postgres:12 with digest postgres@sha256:7984919d5b1d8bd22539118c671555b50cd3bb5fbc568645a49f61e5ab94b8f9 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1746b159f8934fe63cae3984643ee8c5651bcfc80ae107032a60f2871a0e7cdb for redis:5.0-alpine with digest redis@sha256:a04b57e05b784a406bc818f6b450233328c4115a1e1f104d84ce916eb1583925 ...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:8138f36e34bc79c9e5ab676915a37672f25052a13a6e7b6801a0d5866a8e494c 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:cd14b6829dee854cdf4ce05c5e8cfd48f805945f17d115efa8a7d36dc4ac6d9b ...18Running on runner-nl4gfobe-project-278964-concurrent-0 via runner-nl4gfobe-shared-gitlab-org-1643990118-d29ca001...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 119975, done. 25remote: Counting objects: 100% (119975/119975), done. 26remote: Compressing objects: 100% (79457/79457), done.27remote: Total 119975 (delta 54354), reused 82008 (delta 35960), pack-reused 0 28Receiving objects: 100% (119975/119975), 113.03 MiB | 30.19 MiB/s, done.29Resolving deltas: 100% (54354/54354), done.31 * [new ref] 075476b823110142086f2b93d474f8349e99b4a0 -> refs/pipelines/46383679932 * [new branch] master -> origin/master33Checking out 075476b8 as master...34Skipping Git submodules setup36Checking cache for ruby-gems-v1-9...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-9 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-v1-9...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2055931272)...44Downloading artifacts from coordinator... ok id=2055931272 responseStatus=200 OK token=zXasY4gr45Downloading artifacts for detect-tests (2055931277)...46Downloading artifacts from coordinator... ok id=2055931277 responseStatus=200 OK token=9WcSYqj747Downloading artifacts for retrieve-tests-metadata (2055931281)...48Downloading artifacts from coordinator... ok id=2055931281 responseStatus=200 OK token=HLyRKusZ49Downloading artifacts for setup-test-env (2055931275)...50Downloading artifacts from coordinator... ok id=2055931275 responseStatus=200 OK token=K6p64DvG52Using docker image sha256:8138f36e34bc79c9e5ab676915a37672f25052a13a6e7b6801a0d5866a8e494c 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:cd14b6829dee854cdf4ce05c5e8cfd48f805945f17d115efa8a7d36dc4ac6d9b ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh59Successfully installed bundler-2.3.6601 gem installed61Bundler version 2.3.662production:development63Settings are listed in order of priority. The top value will be used.64clean65Set for the current user (/root/.bundle/config): true66install_flags67Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"68path69Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"70without71Set via BUNDLE_WITHOUT: [:production, :development]72$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check73Don't run Bundler as root. Bundler can ask for sudo if it is needed, and74installing your bundle as root will break this application for all non-root75users on this machine.76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 6 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 12 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 0 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Dropped database 'gitlabhq_geo_test'88Created database 'gitlabhq_test'89Created database 'gitlabhq_geo_test'90DEPRECATION 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)91Dropped database 'gitlabhq_geo_test'92Created database 'gitlabhq_geo_test'93==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 29 seconds.94$ run_timed_command "gem install knapsack --no-document"95$ gem install knapsack --no-document96Successfully installed knapsack-4.0.0971 gem installed98==> 'gem install knapsack --no-document' succeeded in 0 seconds.99$ run_timed_command "scripts/gitaly-test-spawn"100$ scripts/gitaly-test-spawn101find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory102find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory103find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory104Don't run Bundler as root. Bundler can ask for sudo if it is needed, and105installing your bundle as root will break this application for all non-root106users on this machine.107Using abstract_type 0.0.7108Using concurrent-ruby 1.1.9109Using i18n 1.8.11110Using minitest 5.15.0111Using tzinfo 2.0.4112Using zeitwerk 2.5.3113Using activesupport 6.1.4.4114Using builder 3.2.4115Using erubi 1.10.0116Using mini_portile2 2.6.1117Using racc 1.6.0118Using nokogiri 1.12.5 (x86_64-linux)119Using rails-dom-testing 2.0.3120Using crass 1.0.6121Using loofah 2.13.0122Using rails-html-sanitizer 1.4.2123Using actionview 6.1.4.4124Using rack 2.2.3125Using rack-test 1.1.0126Using actionpack 6.1.4.4127Using ice_nine 0.11.2128Using thread_safe 0.3.6129Using memoizable 0.4.2130Using adamantium 0.2.0131Using public_suffix 4.0.6132Using addressable 2.7.0133Using ast 2.4.2134Using binding_ninja 0.2.3135Using bundler 2.1.4136Using charlock_holmes 0.7.7137Using coderay 1.1.2138Using equalizer 0.0.11139Using concord 0.1.5140Using diff-lcs 1.3141Using dotenv 2.7.6142Using escape_utils 1.2.1143Using factory_bot 5.0.2144Using multipart-post 2.1.1145Using faraday 1.0.1146Using ffi 1.15.3147Using json 2.6.1148Using gemojione 3.3.0149Using mini_mime 1.0.2150Using rugged 1.2.0151Using github-linguist 7.12.1152Using github-markup 1.7.0153Using mime-types-data 3.2020.1104154Using mime-types 3.3.1155Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1156Using rouge 3.27.0157Using sanitize 6.0.0158Using stringex 2.8.5159Using gitlab-gollum-lib 4.2.7.10.gitlab.2160Using google-protobuf 3.19.1 (x86_64-linux)161Using googleapis-common-protos-types 1.3.0162Using grpc 1.42.0 (x86_64-linux)163Using opentracing 0.5.0164Using thrift 0.15.0165Using jaeger-client 1.1.0166Using pg_query 2.1.1167Using redis 4.4.0168Using gitlab-labkit 0.21.2169Using rubyzip 2.3.2170Using thor 1.1.0171Using tomlrb 2.0.1172Using with_env 1.1.0173Using rexml 3.2.5174Using xml-simple 1.1.9175Using gitlab-license_finder 6.14.2.1176Using gitlab-markup 1.7.1177Using grpc-tools 1.42.0178Using sawyer 0.8.2179Using octokit 4.20.0180Using reverse_markdown 1.4.0181Using licensee 9.14.1182Using method_source 0.9.2183Using msgpack 1.3.3184Using optimist 3.0.1185Using parallel 1.19.2186Using parser 3.0.3.2187Using procto 0.0.3188Using unparser 0.4.7189Using proc_to_ast 0.1.0190Using pry 0.12.2191Using rainbow 3.0.0192Using rbtrace 0.4.14193Using rdoc 6.3.2194Using regexp_parser 1.8.1195Using rspec-support 3.8.0196Using rspec-core 3.8.0197Using rspec-expectations 3.8.3198Using rspec-mocks 3.8.0199Using rspec 3.8.0200Using rspec-parameterized 0.4.2201Using rubocop-ast 0.2.0202Using ruby-progressbar 1.10.1203Using unicode-display_width 1.7.0204Using rubocop 0.86.0205Using sentry-raven 3.0.4206Using timecop 0.9.1207Bundle complete! 22 Gemfile dependencies, 100 gems now installed.208Gems in the groups production and development were not installed.209Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`210Checking gitaly-ruby Gemfile...211Checking gitaly-ruby bundle...212The Gemfile's dependencies are satisfied213Trying to connect to gitaly: ................................................. OK214Trying to connect to gitaly2: ................................................................ OK215Trying to connect to praefect: .......... OK216==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.217$ source ./scripts/rspec_helpers.sh218$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"219SKIP_FLAKY_TESTS_AUTOMATICALLY: true220RETRY_FAILED_TESTS_IN_NEW_PROCESS: false221KNAPSACK_GENERATE_REPORT: true222FLAKY_RSPEC_GENERATE_REPORT: true223KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb224KNAPSACK_LOG_LEVEL: debug225KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_7_24_report.json226FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json227FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_7_24_report.json228NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_7_24_report.json229SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_7_24_report.txt230RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_7_24_report.txt231CRYSTALBALL: 232Knapsack node specs:233spec/features/merge_request/user_sees_merge_request_pipelines_spec.rb234spec/features/merge_request/user_sees_versions_spec.rb235spec/features/issues/user_interacts_with_awards_spec.rb236spec/features/projects/container_registry_spec.rb237spec/features/users/overview_spec.rb238spec/features/projects/files/template_type_dropdown_spec.rb239spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb240spec/features/snippets/show_spec.rb241spec/features/projects/members/user_requests_access_spec.rb242spec/features/boards/user_visits_board_spec.rb243spec/features/merge_request/user_sees_suggest_pipeline_spec.rb244spec/features/projects/files/project_owner_creates_license_file_spec.rb245spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb246spec/features/projects/settings/user_renames_a_project_spec.rb247spec/features/projects/files/template_selector_menu_spec.rb248spec/features/dashboard/snippets_spec.rb249spec/features/profiles/user_visits_profile_preferences_page_spec.rb250spec/features/search/user_searches_for_users_spec.rb251spec/features/merge_requests/user_sorts_merge_requests_spec.rb252spec/features/projects/releases/user_views_release_spec.rb253spec/features/dashboard/todos/todos_sorting_spec.rb254spec/features/merge_request/user_jumps_to_discussion_spec.rb255spec/features/whats_new_spec.rb256spec/features/admin/admin_requests_profiles_spec.rb257spec/features/user_sorts_things_spec.rb258spec/features/admin/admin_system_info_spec.rb259spec/features/snippets/user_snippets_spec.rb260spec/features/groups/group_page_with_external_authorization_service_spec.rb261spec/features/projects/issues/viewing_relocated_issues_spec.rb262spec/features/file_uploads/nuget_package_spec.rb263spec/features/jira_oauth_provider_authorize_spec.rb264spec/features/graphql_known_operations_spec.rb265Filter specs:266Running specs:267Running all node tests without filter268spec/features/merge_request/user_sees_merge_request_pipelines_spec.rb269spec/features/merge_request/user_sees_versions_spec.rb270spec/features/issues/user_interacts_with_awards_spec.rb271spec/features/projects/container_registry_spec.rb272spec/features/users/overview_spec.rb273spec/features/projects/files/template_type_dropdown_spec.rb274spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb275spec/features/snippets/show_spec.rb276spec/features/projects/members/user_requests_access_spec.rb277spec/features/boards/user_visits_board_spec.rb278spec/features/merge_request/user_sees_suggest_pipeline_spec.rb279spec/features/projects/files/project_owner_creates_license_file_spec.rb280spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb281spec/features/projects/settings/user_renames_a_project_spec.rb282spec/features/projects/files/template_selector_menu_spec.rb283spec/features/dashboard/snippets_spec.rb284spec/features/profiles/user_visits_profile_preferences_page_spec.rb285spec/features/search/user_searches_for_users_spec.rb286spec/features/merge_requests/user_sorts_merge_requests_spec.rb287spec/features/projects/releases/user_views_release_spec.rb288spec/features/dashboard/todos/todos_sorting_spec.rb289spec/features/merge_request/user_jumps_to_discussion_spec.rb290spec/features/whats_new_spec.rb291spec/features/admin/admin_requests_profiles_spec.rb292spec/features/user_sorts_things_spec.rb293spec/features/admin/admin_system_info_spec.rb294spec/features/snippets/user_snippets_spec.rb295spec/features/groups/group_page_with_external_authorization_service_spec.rb296spec/features/projects/issues/viewing_relocated_issues_spec.rb297spec/features/file_uploads/nuget_package_spec.rb298spec/features/jira_oauth_provider_authorize_spec.rb299spec/features/graphql_known_operations_spec.rb300Running all node tests without filter301Running all node tests without filter302Knapsack report generator started!303Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}304==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.048357383 seconds...305Test environment set up in 0.817085867 seconds306Merge request > User sees pipelines triggered by merge request307Starting the Capybara driver server...308 when a user created a merge request in the parent project309Capybara starting Puma...310* Version 5.5.2 , codename: Zawgyi311* Min threads: 0, max threads: 4312* Listening on unix:///tmp/20220204-465-1bwiq9m313 sees branch pipelines and detached merge request pipelines in correct order314 sees the latest detached merge request pipeline as the head pipeline315 when a user updated a merge request in the parent project316 sees branch pipelines and detached merge request pipelines in correct order317 sees detached tag for detached merge request pipelines318 sees the latest detached merge request pipeline as the head pipeline319 when a user merges a merge request in the parent project320 when detached merge request pipeline is pending321 waits the head pipeline322 when detached merge request pipeline succeeds323 merges the merge request324 when branch pipeline succeeds325 waits the head pipeline326 when there are no `merge_requests` keyword in .gitlab-ci.yml327 sees a branch pipeline in pipeline tab328 sees the latest branch pipeline as the head pipeline329 when a user created a merge request from a forked project to the parent project330 sees branch pipelines and detached merge request pipelines in correct order331 sees the latest detached merge request pipeline as the head pipeline332DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:322)333DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:335)334 sees pipeline list in forked project335 when a user updated a merge request from a forked project to the parent project336 sees branch pipelines and detached merge request pipelines in correct order337 sees detached tag for detached merge request pipelines338 sees the latest detached merge request pipeline as the head pipeline339DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:322)340DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:335)341 sees pipeline list in forked project342 when the latest pipeline is running in the parent project343 when the previous pipeline failed in the fork project344 when the parent project enables pipeline must succeed345 shows MWPS button346 when a user merges a merge request from a forked project to the parent project347 when detached merge request pipeline is pending348 waits the head pipeline349 when detached merge request pipeline succeeds350 merges the merge request351 when branch pipeline succeeds352 waits the head pipeline353Merge request > User sees versions354 compare with the latest version355 show the latest version of the diff356 behaves like allows commenting357 is expected to have text "Typo, please fix."358 switch between versions359 shows the commit SHAs for every version in the dropdown360 shows comments that were last relevant at that version361 behaves like allows commenting362 is expected to have text "Typo, please fix."363 compare with older version364 has a path with comparison context and shows comments that were last relevant at that version365 show diff between new and old version366 returns to latest version when "Show latest version" button is clicked367 behaves like allows commenting368 is expected to have text "Typo, please fix."369 compare with same version370 has 0 chages between versions371 compare with newer version372 sets the compared versions to be the same373 scoped in a commit374 only shows diffs from the commit375 behaves like allows commenting376 is expected to have text "Typo, please fix."377User interacts with awards378 User interacts with awards in an issue379 adds an award emoji by a comment380 when a project is archived381 hides the add award button382 User interacts with awards on a note383 shows the award on the note384 allows adding a vote to an award385 allows adding a new emoji386 when the project is archived387 hides the buttons for adding new emoji388 does not allow toggling existing emoji389 User interacts with awards on an issue390 logged in391 adds award to issue392Skipping ./spec/features/issues/user_interacts_with_awards_spec.rb[1:2:1:3] 'User interacts with awards User interacts with awards on an issue logged in removes award from issue' because it's flaky.393 removes award from issue (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)394 when the issue is locked395 hides the add award button396 does not allow toggling existing emoji397 logged out398 does not see award menu button399 Awards Emoji400 authorized user401 visiting an issue with a legacy award emoji that is not valid anymore402 does not shows a 500 page403 Click award emoji from issue#show404 click the thumbsdown emoji405 increments the thumbsdown emoji406 decrements the thumbsup emoji407 execute /award quick action408 toggles the emoji award on noteable (PENDING: Temporarily skipped with xit)409 unauthorized user410 has disabled emoji button411Container Registry412 has a page title set413 when there are no image repositories414 list page has no container title415 list page has cli commands416 when there are image repositories417 list page has a list of images418 user removes entire container repository419 navigates to repo details420 image repo details421 shows the details breadcrumb422 shows the image title423 shows the image tags424 user removes a specific tag from container repository425 pagination navigate to the second page426 with a tag missing digest427 renders the tags list correctly428 when there is a ContainerRegistry::Path::InvalidRegistryPathError429 behaves like handling feature network errors with the container registry430 displays the error message431 when there is a Faraday::Error432 behaves like handling feature network errors with the container registry433 displays the error message434 image repo details when image has no name435 renders correctly436 when there are more than 10 images437 shows pagination438 pagination goes to second page439Skipping ./spec/features/projects/container_registry_spec.rb[1:5:3] 'Container Registry when there are more than 10 images pagination is preserved after navigating back from details' because it's flaky.440 pagination is preserved after navigating back from details (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)441Overview tab on a user profile442 activities section443 user has no activities444 does not show any entries in the list of activities445 does not show a link to the activity list446 user has 3 activities447 display 3 entries in the list of activities448 user has 11 activities449 displays 10 entries in the list of activities450 shows a link to the activity list451 links to the activity tab452 projects section453 user has no personal projects454 shows an empty project list with an info message455 does not show a link to the project list456 user has a personal project457 shows one entry in the list of projects458 shows a link to the project list459 shows projects in "compact mode"460 user has more than ten personal projects461 shows max. ten entries in the list of projects462 shows a link to the project list463 does not show pagination464 followers section465 user has no followers466 shows an empty followers list with an info message467 user has less then 20 followers468WARNING: Active Record does not support composite primary key.469user_follow_users has composite primary key. Composite primary key is ignored.470 shows followers471 user has more then 20 followers472Skipping ./spec/features/users/overview_spec.rb[1:3:3:1] 'Overview tab on a user profile followers section user has more then 20 followers shows paginated followers' because it's flaky.473 shows paginated followers (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)474 following section475 user is not following others476 shows an empty following list with an info message477 user is following less then 20 people478 shows following user479 user is following more then 20 people480 shows paginated following481 bot user482 feature flag enabled483 activity panel's title is 'Bot activity'484 does not show projects panel485 feature flag disabled486 activity panel's title is not 'Bot activity'487 shows projects panel488Projects > Files > Template type dropdown selector489 editing a non-matching file490 not displayed491 selects every template type correctly492 updates template type toggle value when template is chosen493 editing a matching file494 displayed495 selects every template type correctly496 user previews changes497 type selector is hidden and shown correctly498 creating a matching file499 is displayed500 toggle is set to the correct value501 sets the toggle text when selecting the template type502 selects every template type correctly503 creating a file504 type selector is shown505 toggle is set to the proper value506 selects every template type correctly507Resolve an open thread in a merge request by creating an issue508 As a user with access to the project509 has a link to create a new issue for a thread510 with the internal tracker disabled511 does not show a link to create a new issue (PENDING: Temporarily skipped with xit)512 resolving the thread513 hides the link for creating a new issue514 shows the link for creating a new issue when unresolving a thread515 creating the issue516 has a hidden field for the thread517 behaves like creating an issue for a thread518 shows an issue creation form519Skipping ./spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb[1:1:4:2:2] 'Resolve an open thread in a merge request by creating an issue As a user with access to the project creating the issue behaves like creating an issue for a thread creates a new issue for the project' because it's flaky.520 creates a new issue for the project (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)521 as a reporter522 shows a notice to ask someone else to resolve the threads523Snippet524 behaves like show and render proper snippet blob525 Ruby file526 displays the blob527 Markdown file528 visiting directly529 displays the blob using the rich viewer530 switching to the simple viewer531 displays the blob using the simple viewer532 switching to the rich viewer again533 displays the blob using the rich viewer534 visiting with a line number anchor535 displays the blob using the simple viewer536 behaves like does not show New Snippet button537 is expected not to have visible link "New snippet"538Projects > Members > User requests access539 request access feature is disabled540 user can request access to a project541 user is not listed in the project members page542 user can withdraw its request for access543 code access is restricted544 user can request access545User visits issue boards546 project boards547 params: {"label_name"=>["foobar"]}, expected_issues: ["issue with label1", "issue with all filters"]548 displays all issues satisfiying filter params and correctly sets url params549 params: {"label_name"=>["in dev"]}, expected_issues: ["issue with label2", "issue with all filters"]550 displays all issues satisfiying filter params and correctly sets url params551 params: {"label_name"=>["foobar", "in dev"]}, expected_issues: ["issue with all filters"]552 displays all issues satisfiying filter params and correctly sets url params553 params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]554 displays all issues satisfiying filter params and correctly sets url params555 params: {"milestone_title"=>"#started"}, expected_issues: ["issue with milestone", "issue with all filters"]556 displays all issues satisfiying filter params and correctly sets url params557 params: {"label_name"=>["foobar", "in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]558 displays all issues satisfiying filter params and correctly sets url params559 group boards560 params: {"label_name"=>["foobar"]}, expected_issues: ["issue with label1", "issue with all filters"]561 displays all issues satisfiying filter params and correctly sets url params562 params: {"label_name"=>["in dev"]}, expected_issues: ["issue with label2", "issue with all filters"]563 displays all issues satisfiying filter params and correctly sets url params564 params: {"label_name"=>["foobar", "in dev"]}, expected_issues: ["issue with all filters"]565 displays all issues satisfiying filter params and correctly sets url params566 params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]567 displays all issues satisfiying filter params and correctly sets url params568 params: {"milestone_title"=>"#started"}, expected_issues: ["issue with milestone", "issue with all filters"]569 displays all issues satisfiying filter params and correctly sets url params570 params: {"label_name"=>["foobar", "in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]571 displays all issues satisfiying filter params and correctly sets url params572Merge request > User sees suggest pipeline573 shows the suggest pipeline widget and then allows dismissal correctly574DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in setup_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/ci/pipeline_editor_controller.rb:26)575 takes the user to the pipeline editor with a pre-filled CI config file form576 when feature setting is disabled577 does not show the suggest pipeline widget578Projects > Files > Project owner creates a license file579 project maintainer creates a license file manually from a template580 project maintainer creates a license file from the "Add license" link581Issues > Real-time sidebar582 updates the assignee in real-time583Projects > Settings > User renames a project584 shows a successful notice when the project is updated585 with invalid characters586 shows errors for invalid project path587 when changing project name588 renames the repository589 with emojis590 shows error for invalid project name591 when changing project path592 the project is accessible via the new path593 the project is accessible via a redirect from the old path594 and a new project is added with the same path595 overrides the redirect596Template selector menu597 editing a non-matching file598 is not displayed599 user toggles preview600 template selector menu is not displayed601 editing a matching file602 is displayed603 user toggles preview604 template selector menu is hidden and shown correctly605Dashboard snippets606 when the project has snippets607DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)608 shows new snippet button in header609 behaves like paginated snippets610DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)611 is limited to 20 items per page612 clicking on the link to the second page613DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)614DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)615 shows the remaining snippets616 when there are no project snippets617DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)618 shows the empty state when there are no snippets619DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)620 shows new snippet button in main content area621DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)622 shows documentation button in main comment area623 filtering by visibility624DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)625 contains all snippets of logged user626DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)627DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)628 contains all private snippets of logged user when clicking on private629DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)630DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)631 contains all internal snippets of logged user when clicking on internal632DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)633DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)634 contains all public snippets of logged user when clicking on public635 behaves like tabs with counts636DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)637 shows a tab for All snippets and count638DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)639 shows a tab for Private snippets and count640DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)641 shows a tab for Internal snippets and count642DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)643 shows a tab for Public snippets and count644 as an external user645 without snippets646DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)647 hides new snippet button648 with snippets649DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)650 hides new snippet button651User visits the profile preferences page652 shows correct menu item653 User changes their syntax highlighting theme654 creates a flash message655 updates their preference656 User changes their default dashboard657 creates a flash message658 updates their preference659 User changes their language660 updates their preference661 User changes whitespace in code662 updates their preference663User searches for users664 when search times out665 renders timeout information666 sets tab count to 0667 when on the dashboard668 finds the user669 when on the project page670 finds the user belonging to the project671 when on the group page672 finds the user belonging to the group673User sorts merge requests674 keeps the sort option675 fallbacks to issuable_sort cookie key when remembering the sorting option676 separates remember sorting with issues677 when merge requests have awards678 sorts by popularity679User views Release680 renders the breadcrumbs681 renders the release details682 behaves like page meta description683 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown684Dashboard > User sorts todos685 sort options686 sorts with oldest created todos first687 sorts with newest created todos first688 sorts by label priority689 issues and merge requests690 doesn't mix issues and merge requests label priorities691User jumps to the next unresolved discussion692 jumps to overview tab693renders a `whats new` dropdown item694 when not logged in695 and on .com it renders696 doesn't render what's new697 when logged in698 renders dropdown item when feature enabled699 does not render dropdown item when feature disabled700 shows notification dot and count and removes it once viewed701Admin::RequestsProfilesController702 GET /admin/requests_profiles703 shows the current profile token704 when having multiple profiles705 lists all available profiles706 GET /admin/requests_profiles/:profile707 when a profile exists708 when is valid call stack profile709 displays the content710 when is valid memory profile711 displays the content712 when a profile does not exist713 shows an error message714User sorts things715 issues -> project home page -> issues716 merge requests -> dashboard merge requests717Admin System Info718 GET /admin/system_info719 when all info is available720 shows system info page721 when CPU info is not available722 shows system info page with no CPU info723 when memory info is not available724 shows system info page with no CPU info725User Snippets726DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)727 view all of my snippets728DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)729DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)730 view my public snippets731DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)732DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)733 view my internal snippets734DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)735DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)736 view my private snippets737The group page738 The sidebar739 has all the expected links740 shows all project features when policy control is enabled741 hides some links when an external authorization service configured with an url742issues canonical link743 doesn't show the canonical URL744 when the issue was moved745 shows the canonical URL746 when the issue was duplicated747 shows the canonical URL748Upload a nuget package749 behaves like handling file uploads750 with object storage disabled751 behaves like for a nuget package752 creates package files753 is expected to eq 201754JIRA OAuth Provider755 JIRA DVCS OAuth Authorization756 behaves like Secure OAuth Authorizations757 when user is confirmed758 asks the user to authorize the application759 when user is unconfirmed760 displays an error761Graphql known operations762 collects known Graphql operations from the code763Knapsack report was generated. Preview:764{765 "spec/features/merge_request/user_sees_merge_request_pipelines_spec.rb": 294.43350195400035,766 "spec/features/merge_request/user_sees_versions_spec.rb": 123.91348500200002,767 "spec/features/issues/user_interacts_with_awards_spec.rb": 78.33928948399989,768 "spec/features/projects/container_registry_spec.rb": 56.06978836899998,769 "spec/features/users/overview_spec.rb": 55.41300126199985,770 "spec/features/projects/files/template_type_dropdown_spec.rb": 56.90689806499995,771 "spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb": 39.06126092199975,772 "spec/features/snippets/show_spec.rb": 38.15807030399992,773 "spec/features/projects/members/user_requests_access_spec.rb": 31.033300527999927,774 "spec/features/boards/user_visits_board_spec.rb": 34.50433663600052,775 "spec/features/merge_request/user_sees_suggest_pipeline_spec.rb": 29.554665243999807,776 "spec/features/projects/files/project_owner_creates_license_file_spec.rb": 26.74256567700013,777 "spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb": 23.106424787999458,778 "spec/features/projects/settings/user_renames_a_project_spec.rb": 21.04932629799987,779 "spec/features/projects/files/template_selector_menu_spec.rb": 23.618004938000013,780 "spec/features/dashboard/snippets_spec.rb": 13.639056027999686,781 "spec/features/profiles/user_visits_profile_preferences_page_spec.rb": 15.840484330000436,782 "spec/features/search/user_searches_for_users_spec.rb": 11.706706279999707,783 "spec/features/merge_requests/user_sorts_merge_requests_spec.rb": 14.123965839999983,784 "spec/features/projects/releases/user_views_release_spec.rb": 8.955946389999554,785 "spec/features/dashboard/todos/todos_sorting_spec.rb": 9.476787119000619,786 "spec/features/merge_request/user_jumps_to_discussion_spec.rb": 8.159381785999358,787 "spec/features/whats_new_spec.rb": 6.260672806000002,788 "spec/features/admin/admin_requests_profiles_spec.rb": 6.905397518999962,789 "spec/features/user_sorts_things_spec.rb": 5.64493923200007,790 "spec/features/admin/admin_system_info_spec.rb": 3.7693301310000606,791 "spec/features/snippets/user_snippets_spec.rb": 4.443522172000485,792 "spec/features/groups/group_page_with_external_authorization_service_spec.rb": 3.9402620209993984,793 "spec/features/projects/issues/viewing_relocated_issues_spec.rb": 4.143263509999997,794 "spec/features/file_uploads/nuget_package_spec.rb": 1.561236499000188,795 "spec/features/jira_oauth_provider_authorize_spec.rb": 1.714913400000114,796 "spec/features/graphql_known_operations_spec.rb": 0.3646913290003795797}798Knapsack global time execution for tests: 17m 32s799Pending: (Failures listed here are expected and do not affect your suite's status)800 1) User interacts with awards User interacts with awards on an issue logged in removes award from issue801 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example802 # ./spec/features/issues/user_interacts_with_awards_spec.rb:216803 2) User interacts with awards Awards Emoji authorized user Click award emoji from issue#show execute /award quick action toggles the emoji award on noteable804 # Temporarily skipped with xit805 # ./spec/features/issues/user_interacts_with_awards_spec.rb:299806 3) Container Registry when there are more than 10 images pagination is preserved after navigating back from details807 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example808 # ./spec/features/projects/container_registry_spec.rb:169809 4) Overview tab on a user profile followers section user has more then 20 followers shows paginated followers810 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example811 # ./spec/features/users/overview_spec.rb:202812 5) Resolve an open thread in a merge request by creating an issue As a user with access to the project with the internal tracker disabled does not show a link to create a new issue813 # Temporarily skipped with xit814 # ./spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb:31815 6) Resolve an open thread in a merge request by creating an issue As a user with access to the project creating the issue behaves like creating an issue for a thread creates a new issue for the project816 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example817 # ./spec/support/shared_examples/features/resolving_discussions_in_issues_shared_examples.rb:18818Finished in 17 minutes 35 seconds (files took 46.43 seconds to load)819224 examples, 0 failures, 6 pending820Failed to write to log, write log/workhorse-test.log: file already closed821RSpec exited with 0.822No examples to retry, congrats!824Not uploading cache ruby-gems-v1-9 due to policy825Not uploading cache gitaly-ruby-gems-v1-9 due to policy827Uploading artifacts...828coverage/: found 5 matching files and directories 829crystalball/: found 2 matching files and directories 830deprecations/: found 13 matching files and directories 831knapsack/: found 3 matching files and directories 832rspec/: found 9 matching files and directories 833WARNING: tmp/capybara/: no matching files 834tmp/memory_test/: found 2 matching files and directories 835log/*.log: found 16 matching files and directories 836Uploading artifacts as "archive" to coordinator... 201 Created id=2055931421 responseStatus=201 Created token=NtyDPCxS837Uploading artifacts...838rspec/junit_rspec.xml: found 1 matching files and directories 839Uploading artifacts as "junit" to coordinator... 201 Created id=2055931421 responseStatus=201 Created token=NtyDPCxS841Job succeeded