rspec-ee system pg12 6/6
Passed Started
by
@mikolaj_wawrzyniak

Mikołaj Wawrzyniak
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on docker-auto-scale-com 8a6210b83 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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:14566088fc000f09db0a67b267f7de82a1a1a0d45d6a0a023ab580b084be62a8 for postgres:12 with digest postgres@sha256:1cb8f7fc2e6745ef577640de1c9fde04ff9498a7e0d067f1b8e6890ad4ba5073 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:add8cf2f542a4bb4070fad4dd7bb73933a804a0ff57dd611f7be76ffeb4a8ae2 for redis:5.0-alpine with digest redis@sha256:5dbc2c85e636c0aea692972a2eac934ba4f04e9bb6578bc47aa35d28482b2f60 ...13Starting service elasticsearch:7.11.1 ...14Pulling docker image elasticsearch:7.11.1 ...15Using docker image sha256:bc3d45eba361de2bde57b25ada32b4de5dd5f5cb12cd3bd049212e90bdfd62a9 for elasticsearch:7.11.1 with digest elasticsearch@sha256:3a219f148b596e25c1b16bda46e1ca07db46826c0e1cde003c2d2f93f33d18e4 ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...21Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1629282399-ab74b52c...23$ eval "$CI_PRE_CLONE_SCRIPT"24Downloading archived master...25Connecting to storage.googleapis.com (172.217.193.128:443)26saving to '/tmp/gitlab.tar.gz'27gitlab.tar.gz 14% |**** | 51.5M 0:00:05 ETA28gitlab.tar.gz 88% |**************************** | 308M 0:00:00 ETA29gitlab.tar.gz 100% |********************************| 347M 0:00:00 ETA30'/tmp/gitlab.tar.gz' saved31Extracting tarball into /builds/gitlab-org/gitlab...32Fetching changes with git depth set to 20...33Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/34Created fresh repository.35remote: Enumerating objects: 193, done. 36remote: Counting objects: 100% (141/141), done. 37remote: Compressing objects: 100% (55/55), done. 38remote: Total 91 (delta 78), reused 47 (delta 36), pack-reused 0 40 * [new ref] 87ccd58290a6f21a5fb92623e3970840943714e8 -> refs/pipelines/35508967241 * [new branch] master -> origin/master42Checking out 87ccd582 as master...43Skipping Git submodules setup45Checking cache for ruby-gems-v1-4...46Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 47Successfully extracted cache48Checking cache for gitaly-ruby-gems-v1-4...49Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 50Successfully extracted cache52Downloading artifacts for compile-test-assets (1512821856)...53Downloading artifacts from coordinator... ok id=1512821856 responseStatus=200 OK token=yv2CxeL354Downloading artifacts for retrieve-tests-metadata (1512821865)...55Downloading artifacts from coordinator... ok id=1512821865 responseStatus=200 OK token=UxJ4xnY956Downloading artifacts for setup-test-env (1512821862)...57Downloading artifacts from coordinator... ok id=1512821862 responseStatus=200 OK token=r5iGa7Zz59Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...60$ [ "$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): "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 1 seconds.79$ bundle pristine pg80Installing pg 1.2.3 with native extensions81==> 'bundle pristine pg' succeeded in 11 seconds.82$ setup_db_user_only83CREATE ROLE84GRANT85==> 'setup_db_user_only' succeeded in 0 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 32 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 0 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100Settings are listed in order of priority. The top value will be used.101jobs102Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4103retry104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3105path106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"107deployment108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true109without110Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]111Set via BUNDLE_WITHOUT: [:production, :development]112app_config113Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"114gemfile115Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"116Don't run Bundler as root. Bundler can ask for sudo if it is needed, and117installing your bundle as root will break this application for all non-root118users on this machine.119Using abstract_type 0.0.7120Using concurrent-ruby 1.1.9121Using i18n 1.8.10122Using minitest 5.14.4123Using tzinfo 2.0.4124Using zeitwerk 2.4.2125Using activesupport 6.1.3.2126Using builder 3.2.4127Using erubi 1.10.0128Using mini_portile2 2.5.1129Using racc 1.5.2130Using nokogiri 1.11.5 (x86_64-linux)131Using rails-dom-testing 2.0.3132Using crass 1.0.6133Using loofah 2.10.0134Using rails-html-sanitizer 1.3.0135Using actionview 6.1.3.2136Using rack 2.2.3137Using rack-test 1.1.0138Using actionpack 6.1.3.2139Using ice_nine 0.11.2140Using thread_safe 0.3.6141Using memoizable 0.4.2142Using adamantium 0.2.0143Using public_suffix 4.0.6144Using addressable 2.7.0145Using ast 2.4.1146Using binding_ninja 0.2.3147Using bundler 2.1.4148Using charlock_holmes 0.7.7149Using coderay 1.1.2150Using equalizer 0.0.11151Using concord 0.1.5152Using diff-lcs 1.3153Using dotenv 2.7.6154Using escape_utils 1.2.1155Using factory_bot 5.0.2156Using multipart-post 2.1.1157Using faraday 1.0.1158Using ffi 1.15.3159Using json 2.5.1160Using gemojione 3.3.0161Using mini_mime 1.0.2162Using rugged 1.1.0163Using github-linguist 7.12.1164Using github-markup 1.7.0165Using mime-types-data 3.2020.1104166Using mime-types 3.3.1167Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1168Using rouge 3.26.0169Using nokogumbo 1.5.0170Using sanitize 4.6.6171Using stringex 2.8.5172Using gitlab-gollum-lib 4.2.7.10.gitlab.1173Using google-protobuf 3.17.3 (x86_64-linux)174Using googleapis-common-protos-types 1.1.0175Using grpc 1.38.0 (x86_64-linux)176Using opentracing 0.5.0177Using thrift 0.14.1178Using jaeger-client 1.1.0179Using pg_query 2.1.0180Using redis 4.2.5181Using gitlab-labkit 0.20.0182Using gitlab-markup 1.7.1183Using grpc-tools 1.38.0184Using sawyer 0.8.2185Using octokit 4.20.0186Using reverse_markdown 1.4.0187Using thor 1.1.0188Using licensee 9.14.1189Using method_source 0.9.2190Using msgpack 1.3.3191Using optimist 3.0.1192Using parallel 1.19.2193Using parser 2.7.2.0194Using procto 0.0.3195Using unparser 0.4.7196Using proc_to_ast 0.1.0197Using pry 0.12.2198Using rainbow 3.0.0199Using rbtrace 0.4.14200Using rdoc 6.3.2201Using regexp_parser 1.8.1202Using rexml 3.2.4203Using rspec-support 3.8.0204Using rspec-core 3.8.0205Using rspec-expectations 3.8.3206Using rspec-mocks 3.8.0207Using rspec 3.8.0208Using rspec-parameterized 0.4.2209Using rubocop-ast 0.2.0210Using ruby-progressbar 1.10.1211Using unicode-display_width 1.7.0212Using rubocop 0.86.0213Using sentry-raven 3.0.4214Using timecop 0.9.1215Bundle complete! 21 Gemfile dependencies, 96 gems now installed.216Gems in the groups production and development were not installed.217Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`218Checking gitaly-ruby Gemfile...219Checking gitaly-ruby bundle...220The Gemfile's dependencies are satisfied221Trying to connect to gitaly: ........ OK222Trying to connect to gitaly2: .............. OK223Trying to connect to praefect: ...... OK224==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.225$ source ./scripts/rspec_helpers.sh226$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"227KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb228Knapsack report generator started!229Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}230==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.08402315 seconds...231Test environment set up in 0.678466599 seconds232Group value stream analytics filters and data233Starting the Capybara driver server...234DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)235DEPRECATION 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)236 without valid query parameters set237 with created_after date > created_before date238 behaves like no group available239Capybara starting Puma...240* Version 5.3.2 , codename: Sweetnighter241* Min threads: 0, max threads: 4242* Listening on unix:///tmp/20210818-354-furuqo243DEPRECATION 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)244DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)245 displays empty text246 with fake parameters247 behaves like empty state248 displays an empty state249 with valid query parameters set250 with project_ids set251 has the projects dropdown prepopulated252 with created_before and created_after set253 has the date range prepopulated254 with a group255 behaves like group value stream analytics256 stage table257 displays the stage table258 vertical navigation259 does not show the vertical stage navigation260 navigation261 shows the path navigation262 each stage will have median values263 displays the default list of stages264 behaves like has overview metrics265 displays the recent activity266 displays time metrics267 behaves like has default filters268 shows the projects filter269 shows the date filter270 shows the filter bar271 with a sub group272 behaves like group value stream analytics273 stage table274 displays the stage table275 vertical navigation276 does not show the vertical stage navigation277 navigation278 shows the path navigation279 each stage will have median values280 displays the default list of stages281 behaves like has overview metrics282 displays the recent activity283 displays time metrics284 behaves like has default filters285 shows the projects filter286 shows the date filter287 shows the filter bar288 with lots of data289 each stage with events will display the stage events list when selected290 each stage will be selectable291 will not display the stage table on the overview stage292 will have data available293 with filters applied294 will filter the data295Filter issues by iteration296 project issues list297 behaves like filters by iteration298 when iterations are not available299 does not show the iteration filter option300 when iterations are available301 when passing specific iteration by title302 behaves like filters issues by iteration303 filters correct issues304 when passing Current iteration305 behaves like filters issues by iteration306 filters correct issues307 when filtering by negated iteration308 with specific iteration309 behaves like filters issues by negated iteration310 filters by negated iteration311 with current iteration312 behaves like filters issues by negated iteration313 filters by negated iteration314 when vue_issuables_list is disabled315 behaves like filters by iteration316 when iterations are not available317 does not show the iteration filter option318 when iterations are available319 when passing specific iteration by title320 behaves like filters issues by iteration321 filters correct issues322 when passing Current iteration323 behaves like filters issues by iteration324 filters correct issues325 when filtering by negated iteration326 with specific iteration327 behaves like filters issues by negated iteration328 filters by negated iteration329 with current iteration330 behaves like filters issues by negated iteration331 filters by negated iteration332 group issues list333 behaves like filters by iteration334 when iterations are not available335 does not show the iteration filter option336 when iterations are available337 when passing specific iteration by title338 behaves like filters issues by iteration339 filters correct issues340 when passing Current iteration341 behaves like filters issues by iteration342 filters correct issues343 when filtering by negated iteration344 with specific iteration345 behaves like filters issues by negated iteration346 filters by negated iteration347 with current iteration348 behaves like filters issues by negated iteration349 filters by negated iteration350 when vue_issuables_list is disabled351 behaves like filters by iteration352 when iterations are not available353 does not show the iteration filter option354 when iterations are available355 when passing specific iteration by title356 behaves like filters issues by iteration357 filters correct issues358 when passing Current iteration359 behaves like filters issues by iteration360 filters correct issues361 when filtering by negated iteration362 with specific iteration363 behaves like filters issues by negated iteration364 filters by negated iteration365 with current iteration366 behaves like filters issues by negated iteration367 filters by negated iteration368 project board369 behaves like filters by iteration370 when iterations are not available371 does not show the iteration filter option372 when iterations are available373 when passing specific iteration by title374 behaves like filters issues by iteration375 filters correct issues376 when passing Current iteration377 behaves like filters issues by iteration378 filters correct issues379 when filtering by negated iteration380 with specific iteration381 behaves like filters issues by negated iteration382 filters by negated iteration383 with current iteration384 behaves like filters issues by negated iteration385 filters by negated iteration386 when graphql_board_lists is disabled387 behaves like filters by iteration388 when iterations are not available389DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)390DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)391 does not show the iteration filter option392 when iterations are available393 when passing specific iteration by title394 behaves like filters issues by iteration395 filters correct issues396 when passing Current iteration397 behaves like filters issues by iteration398 filters correct issues399 when filtering by negated iteration400 with specific iteration401 behaves like filters issues by negated iteration402 filters by negated iteration403 with current iteration404 behaves like filters issues by negated iteration405 filters by negated iteration406 group board407 behaves like filters by iteration408 when iterations are not available409 does not show the iteration filter option410 when iterations are available411 when passing specific iteration by title412 behaves like filters issues by iteration413 filters correct issues414 when passing Current iteration415 behaves like filters issues by iteration416 filters correct issues417 when filtering by negated iteration418 with specific iteration419 behaves like filters issues by negated iteration420 filters by negated iteration421 with current iteration422 behaves like filters issues by negated iteration423 filters by negated iteration424Promotions425 for merge request improve426DEPRECATION 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)427DEPRECATION 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)428 appears in project edit page429 does not show when cookie is set430 for repository features431DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_push_rules.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)432 appears in repository settings page433 does not show when cookie is set434 for burndown charts435DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_burndown_charts.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)436DEPRECATION 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)437DEPRECATION 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)438DEPRECATION 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)439DEPRECATION 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)440 appears in milestone page441 does not show when cookie is set442 for epics in issues sidebar443 gitlab.com444 behaves like Epics promotion445DEPRECATION 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)446DEPRECATION 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)447 appears on the page448 is removed after dismissal449 does not appear on page after dismissal and reload450 closes dialog when clicking on X, but not dismiss it451 self hosted452 behaves like Epics promotion453 appears on the page454 is removed after dismissal455 does not appear on page after dismissal and reload456 closes dialog when clicking on X, but not dismiss it457 for issue weight458 appears on the page459 is removed after dismissal460 does not appear on page after dismissal and reload461 closes dialog when clicking on X, but not dismiss it462 when checking namespace plans463 appears on the page464 for issue templates465 appears on the page466 for project audit events467DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_audit_events_purple.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)468 appears on the page469 when the "Security & Compliance" feature is disabled470 is expected to respond with numeric status code not_found471 for group contribution analytics472DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_contribution_analytics.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)473DEPRECATION 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)474DEPRECATION 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)475DEPRECATION 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)476DEPRECATION 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)477 appears on the page478 for group webhooks479DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_group_webhook.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)480 appears on the page481 for advanced search482DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_search_avatar.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)483 appears on seearch page484 does not show when cookie is set485Prometheus custom metrics486 deletes a custom metric487group epic roadmap488 when epics exist for the group489 roadmap page490 renders roadmap preset buttons correctly491 renders the filtered search bar correctly492 renders the sort dropdown correctly493 renders roadmap view494 renders all group epics within roadmap495 roadmap page with epics state filter496 renders open epics only497 renders closed epics only498 saves last selected epic state499 roadmap page with filter applied500 renders filtered search bar with applied filter token501 renders roadmap view with matching epic502 keeps label filter when filtering by state503 when no epics exist for the group504 roadmap page505 shows empty state page506 when over 1000 epics match roadmap filters507 roadmap page508 renders warning callout banner509 is removed after dismissal and even after reload510 async filtered search511 within a group512 behaves like filtered search bar513 renders values for token 'Author' correctly514 renders values for token 'Label' correctly515 renders values for token 'Milestone' correctly516 renders values for token 'Epic' correctly517 renders values for token 'My-Reaction' correctly518 within a sub-group group519 behaves like filtered search bar520 renders values for token 'Author' correctly521 renders values for token 'Label' correctly522 renders values for token 'Milestone' correctly523 renders values for token 'Epic' correctly524 renders values for token 'My-Reaction' correctly525User visits issue boards526 visiting project boards with search params527 in list view528 when board is scoped to labels529 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]530 displays all issues satisfiying filter params and correctly sets url params531 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]532 displays all issues satisfiying filter params and correctly sets url params533 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]534 displays all issues satisfiying filter params and correctly sets url params535 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]536 displays all issues satisfiying filter params and correctly sets url params537 when board is scoped to an assignee538 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]539 displays all issues satisfiying filter params and correctly sets url params540 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]541 displays all issues satisfiying filter params and correctly sets url params542 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]543 displays all issues satisfiying filter params and correctly sets url params544 in epic swimlanes545 when board is scoped to labels546 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]547 displays all issues satisfiying filter params and correctly sets url params548 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]549 displays all issues satisfiying filter params and correctly sets url params550 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]551 displays all issues satisfiying filter params and correctly sets url params552 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]553 displays all issues satisfiying filter params and correctly sets url params554 when board is scoped to an assignee555 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]556 displays all issues satisfiying filter params and correctly sets url params557 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]558 displays all issues satisfiying filter params and correctly sets url params559 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]560 displays all issues satisfiying filter params and correctly sets url params561 visiting group boards with search params562 in list view563 when board is scoped to labels564 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]565 displays all issues satisfiying filter params and correctly sets url params566 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]567 displays all issues satisfiying filter params and correctly sets url params568 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]569 displays all issues satisfiying filter params and correctly sets url params570 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]571 displays all issues satisfiying filter params and correctly sets url params572 when board is scoped to an assignee573 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]574 displays all issues satisfiying filter params and correctly sets url params575 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]576 displays all issues satisfiying filter params and correctly sets url params577 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]578 displays all issues satisfiying filter params and correctly sets url params579 in epic swimlanes580 when board is scoped to labels581 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]582 displays all issues satisfiying filter params and correctly sets url params583 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]584 displays all issues satisfiying filter params and correctly sets url params585 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]586 displays all issues satisfiying filter params and correctly sets url params587 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]588 displays all issues satisfiying filter params and correctly sets url params589 when board is scoped to an assignee590 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]591 displays all issues satisfiying filter params and correctly sets url params592 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]593 displays all issues satisfiying filter params and correctly sets url params594 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]595 displays all issues satisfiying filter params and correctly sets url params596Disable Merge Trains Setting597 when visiting the project settings page598 merge_pipelines_setting: true, merge_trains_setting: true599DEPRECATION 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)600DEPRECATION 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)601DEPRECATION 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)602DEPRECATION 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)603 merge pipelines checkbox is always enabled604 merge trains checkbox is enabled only when merge_pipelines_enabled is true605 merge_pipelines_setting: true, merge_trains_setting: false606 merge pipelines checkbox is always enabled607 merge trains checkbox is enabled only when merge_pipelines_enabled is true608 merge_pipelines_setting: false, merge_trains_setting: true609 merge pipelines checkbox is always enabled610 merge trains checkbox is enabled only when merge_pipelines_enabled is true611 merge_pipelines_setting: false, merge_trains_setting: false612 merge pipelines checkbox is always enabled613 merge trains checkbox is enabled only when merge_pipelines_enabled is true614 when merge pipelines is enabled615 merge pipelines checkbox is always enabled616 merge trains checkbox is enabled only when merge_pipelines_enabled is true617 checking merge trains checkbox doesn't affect merge pipelines checkbox618 unchecking merge pipelines checkbox disables merge trains checkbox619 unchecking merge pipelines checkbox unchecks merge trains checkbox if it was previously checked620 when merge pipelines is disabled621 merge pipelines checkbox is always enabled622 merge trains checkbox is enabled only when merge_pipelines_enabled is true623 checking merge pipelines checkbox enables merge trains checkbox624 checking merge pipelines checkbox should leave merge trains checkbox unchecked625 when both merge pipelines and merge trains are enabled626 merge pipelines checkbox is always enabled627 merge trains checkbox is enabled only when merge_pipelines_enabled is true628 unchecking merge pipelines checkbox disables and unchecks merge trains checkbox629 unchecking merge trains checkbox doesn't affect merge pipelines checkbox630epics swimlanes631 drag and drop issue632 between epics633 from epic to unassigned issues lane634 from unassigned issues lane to epic635 between lists within epic lane636 between lists within unassigned lane637 between lists and epics638Project settings > Issues639 when Issues are initially enabled640 when Pipelines are initially enabled641 shows the Issues settings642 when Issues are initially disabled643 does not show the Issues settings644 issuable default templates feature not available645 input to configure issue template is not shown646 issuable default templates feature is available647 input to configure issue template is not shown648 when viewing CVE request settings with different :cve_id_request_button feature flag values649 feature_flag_enabled: true, should_show_toggle: true650 CVE ID Request toggle should only be visible if the feature is enabled651 feature_flag_enabled: false, should_show_toggle: false652 CVE ID Request toggle should only be visible if the feature is enabled653 when viewing CVE request settings on GitLab.com654 project_vis: :public, cve_enabled: true, toggle_checked: true, toggle_disabled: false655 CVE ID Request toggle should be correctly visible656 project_vis: :public, cve_enabled: false, toggle_checked: false, toggle_disabled: false657 CVE ID Request toggle should be correctly visible658 project_vis: :internal, cve_enabled: true, toggle_checked: false, toggle_disabled: true659 CVE ID Request toggle should be correctly visible660 project_vis: :internal, cve_enabled: false, toggle_checked: false, toggle_disabled: true661 CVE ID Request toggle should be correctly visible662 project_vis: :private, cve_enabled: true, toggle_checked: false, toggle_disabled: true663 CVE ID Request toggle should be correctly visible664 project_vis: :private, cve_enabled: false, toggle_checked: false, toggle_disabled: true665 CVE ID Request toggle should be correctly visible666 when viewing CVE request settings not on GitLab.com667 project_vis: :public, cve_enabled: true668 CVE ID Request toggle should never be visible669 project_vis: :internal, cve_enabled: true670 CVE ID Request toggle should never be visible671 project_vis: :private, cve_enabled: true672 CVE ID Request toggle should never be visible673User adds to merge train when pipeline succeeds674 shows Start merge train when pipeline succeeds button and helper texts675 when merge_trains EEP license is not available676 does not show Start merge train when pipeline succeeds button677 when user clicks 'Start merge train when pipeline succeeds' button678 informs merge request that auto merge is enabled679 when user clicks 'Cancel' button680 cancels automatic merge681 when user clicks 'Delete source branch682 updates the merge option683 when the merge request is not the first queue on the train684 shows Add to merge train when pipeline succeeds button685[EE] Private Project Access686 GET/:project_path/insights687 is allowed for admin when admin mode is enabled688 is denied for admin when admin mode is disabled689 is expected to be allowed for auditor690 is expected to be allowed for owner691 is expected to be allowed for maintainer692 is expected to be allowed for developer693 is expected to be allowed for reporter694 is expected to be allowed for guest695 is expected to be denied for user696 is expected to be denied for external697 is expected to be denied for visitor698 GET /:project_path699 is expected to be allowed for auditor700 GET /:project_path/-/tree/master701 is expected to be allowed for auditor702 GET /:project_path/-/commits/master703 is expected to be allowed for auditor704 GET /:project_path/-/commit/:sha705DEPRECATION 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)706DEPRECATION 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)707 is expected to be allowed for auditor708 GET /:project_path/-/compare709 is expected to be allowed for auditor710 GET /:project_path/-/project_members711 is expected to be allowed for auditor712 GET /:project_path/-/blob713 is expected to be allowed for auditor714 GET /:project_path/edit715 is expected to be denied for auditor716 GET /:project_path/deploy_keys717 is expected to be denied for auditor718 GET /:project_path/issues719 is expected to be allowed for auditor720 GET /:project_path/snippets721DEPRECATION 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)722 is expected to be allowed for auditor723 GET /:project_path/-/merge_requests724 is expected to be allowed for auditor725 GET /:project_path/-/branches726 is expected to be allowed for auditor727 GET /:project_path/-/tags728 is expected to be allowed for auditor729 GET /:project_path/-/settings/integrations730 is expected to be denied for auditor731 GET /:project_path/-/environments732 is expected to be allowed for auditor733 GET /:project_path/-/environments/:id734 is expected to be allowed for auditor735 GET /:project_path/-/environments/new736 is expected to be denied for auditor737 when license blocks changes738 GET /:project_path/issues/new739 is expected to be denied for maintainer740 is expected to be denied for reporter741 is expected to be denied for admin742 is expected to be denied for guest743 is expected to be denied for user744 is expected to be denied for auditor745 is expected to be denied for visitor746 GET /:project_path/-/merge_requests/new747 is expected to be denied for maintainer748 is expected to be denied for reporter749 is expected to be denied for admin750 is expected to be denied for guest751 is expected to be denied for user752 is expected to be denied for auditor753 is expected to be denied for visitor754 GET /:project_path/container_registry755 is expected to be allowed for auditor756Groups > Usage Quotas757 with no quota758 is linked within the group settings dropdown759 shows correct group quota info760 when checking namespace plan761 is linked within the group settings dropdown762 when usage_quotas is not available763 is not linked within the group settings dropdown764 renders a 404765 with no projects using shared runners766 is linked within the group settings dropdown767 shows correct group quota info768 when checking namespace plan769 is linked within the group settings dropdown770 when usage_quotas is not available771 is not linked within the group settings dropdown772 renders a 404773 when successfully purchasing CI Minutes774 does show a banner775 minutes under quota776 is linked within the group settings dropdown777 shows correct group quota info778 when checking namespace plan779 is linked within the group settings dropdown780 when usage_quotas is not available781 is not linked within the group settings dropdown782 renders a 404783 minutes over quota784 is linked within the group settings dropdown785 has correct tracking setup and shows correct group quota and projects info786 when checking namespace plan787 is linked within the group settings dropdown788 when usage_quotas is not available789 is not linked within the group settings dropdown790 renders a 404791 when it is not GitLab.com792 does not show 'Buy additional minutes' button793 when accessing subgroup794 does not show subproject795 when accessing root group796 does show projects of subgroup797 new_route_ci_minutes_purchase feature flag798 when is disabled799 points to Customers Portal purchase flow800 when is enabled801 points to GitLab purchase flow802User sees new onboarding flow803DEPRECATION 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)804DEPRECATION 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)805/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil806 shows onboarding flow pages807 continuous onboarding experiment enabled808 shows continuous onboarding flow pages809Issue promotion810 when epics feature is disabled811 does not promote the issue812 when epics feature is enabled813 when current user does not have permissions to promote an issue814 does not promote the issue815 when current user can promote an issue816 displays description817DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.818To achieve the same use:819 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)820 promotes the issue821 if there is a remove resource milestone event822DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.823To achieve the same use:824 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)825 promotes the issue826Project > Members > Invite group and members827 invite_members_group_modal_enabled: true, expected_invite_member_selector: ".js-invite-members-trigger", expected_invite_group_selector: ".js-invite-group-trigger", expected_import_button_text: "Import a project"828 displays either the invite modal button triggers or the form with tabs based on the feature flag829 invite_members_group_modal_enabled: false, expected_invite_member_selector: "#invite-member-tab", expected_invite_group_selector: "#invite-group-tab", expected_import_button_text: "Import"830 displays either the invite modal button triggers or the form with tabs based on the feature flag831 Share group lock832 for a project in a root group833 when the group has "Share with group lock" and "Member lock" disabled834 behaves like the project can be shared with groups and members835 both member and group buttons exist836 when the group has "Share with group lock" enabled837 behaves like the project cannot be shared with groups838 user is only able to share with members839 when the group has membership lock enabled840 behaves like the project cannot be shared with members841 user is only able to share with groups842 when the group has membership lock and "Share with group lock" enabled843 behaves like the project cannot be shared with groups and members844 no invite member or invite group exists845 for a project in a subgroup846 when the root_group has "Share with group lock" and membership lock disabled847 when the subgroup has "Share with group lock" and membership lock disabled848 behaves like the project can be shared with groups and members849 both member and group buttons exist850 when the subgroup has "Share with group lock" enabled851 behaves like the project cannot be shared with groups852 user is only able to share with members853 when the subgroup has membership lock enabled854 behaves like the project cannot be shared with members855 user is only able to share with groups856 when the group has membership lock and "Share with group lock" enabled857 behaves like the project cannot be shared with groups and members858 no invite member or invite group exists859 when the root_group has "Share with group lock" and membership lock enabled860 behaves like the project cannot be shared with groups861 user is only able to share with members862 when the subgroup has "Share with group lock" and membership lock disabled (parent overridden)863 behaves like the project can be shared with groups and members864 both member and group buttons exist865 when the subgroup has membership lock enabled (parent overridden)866 behaves like the project cannot be shared with groups and members867 no invite member or invite group exists868 when the subgroup has "Share with group lock" enabled (parent overridden)869 behaves like the project cannot be shared with groups870 user is only able to share with members871 when the subgroup has "Share with group lock" and membership lock enabled872 behaves like the project cannot be shared with groups and members873 no invite member or invite group exists874User creates issue875 with weight set876 creates issue877 with epics878 creates an issue with no epic879 credates an issue with an epic880ClusterAgents881 non-premium user882 when user visits agents index page883 does not display agent information884 when user visits agents show page885 displays not found886 premium user887 when user does not have any agents and visits the index page888 displays empty state889 when user has an agent890 when visiting the index page891 displays a table with agent892 when visiting the show page893 displays agent and token information894Test Cases895 test case list896 shows tabs for state types897 shows create test case button898 shows filtered search input899 shows filter tokens author and label900 open tab901 shows list of all open test cases902 shows test cases title and metadata903 archived tab904 shows list of all archived test cases905 all tab906 shows list of all test cases907Assign labels to an epic908 when label is referenced909 creates new system note with label pointing to epics index page910 when labels icon is clicked on collapsed sidebar911 expands sidebar912 opens labels dropdown913 collapses sidebar when clicked outside914Project Insights915 behaves like Insights page916 as a permitted user917 with correct license918 has correct title919 navigation920 by default loads the first page921 displays correctly when navigating back to insights922 hash fragment navigation923 loads the correct page924 without correct license925 returns 404926User creates a merge request927DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: projects/commits/_commit.html (called from commit_to_html at /builds/gitlab-org/gitlab/app/helpers/commits_helper.rb:21)928DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: projects/commits/_commit.html (called from commit_to_html at /builds/gitlab-org/gitlab/app/helpers/commits_helper.rb:21)929 creates a merge request930Issue actions931 promote issue to epic action932 when user is unauthorized933 does not show "Promote to epic" item in issue actions dropdown934 when user is authorized935 clicking "Promote to epic" creates and redirects user to epic936User views all merge requests937 shows custom tooltip after user has approved938 shows custom tooltip after a different user has approved939 shows custom tooltip after multiple users have approved940 shows custom tooltip after multiple users have approved, including self941 more approvals are required942 shows generic approvals tooltip943 shows custom tooltip after a different user has approved944 shows custom tooltip after self has approved945Profile > Account946 Disconnect Group SAML947 unlinks account948 removes access to the group949 group has disabled SAML950 lets members distrust and unlink authentication951 group trial has expired952 lets members distrust and unlink authentication953 Delete account954 on GitLab.com when the user's password is automatically set955 shows that the identity cannot be verified956 does not display a delete button957Project active tab958 on project Analytics/Insights959 behaves like page has active tab960 activates Analytics tab961 behaves like page has active sub tab962 activates Insights sub tab963 on project Analytics/Code Review964 behaves like page has active tab965 activates Analytics tab966 behaves like page has active sub tab967 activates Code review sub tab968 on project CI/CD969 browsing Pipelines tabs970 Security tab971 behaves like page has active tab972 activates CI/CD tab973 behaves like page has active sub tab974 activates Pipelines sub tab975 Licenses tab976 behaves like page has active tab977 activates CI/CD tab978 behaves like page has active sub tab979 activates Pipelines sub tab980 Code Quality tab981 behaves like page has active tab982 activates CI/CD tab983 behaves like page has active sub tab984 activates Pipelines sub tab985Merge Requests > User resets approvers986 resets approvers for merge requests987Projects > Members > Member is removed from project988 user is removed from project989 when the user has been specifically allowed to access a protected branch990 user leaves project991Filter issues by epic992 filter issues by epic993 filter issues not in the epic994Groups > Settings > User configures Insights995 without correct license996 does not show the Insight config997 with correct license998 allows to select a project in a subgroup for the Insights config999Admin interacts with merge requests approvals settings1000unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.1001unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.1002unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.1003 updates instance-level merge request approval settings and enforces project-level ones1004On-call Schedules1005 displaying the empty state by default1006 is expected to have visible button "Add a schedule" that is not disabled1007 creating a schedule1008 adds a schedule given valid options1009Merge request > User uses quick actions1010 merge-request-only commands1011 adding a weight from a note1012DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.1013To achieve the same use:1014 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)1015 does not recognize the command nor create a note1016Project settings > [EE] repository1017 editing a push rule1018 push rules licensed1019 displays the new value in the form1020 saves the new value1021 push rules unlicensed1022 hides push rule settings1023Group Boards1024 deletes a group issue board1025Project navbar1026 when issue analytics is available1027 behaves like verified navigation bar1028 renders correctly1029 when security dashboard is available1030 behaves like verified navigation bar1031 renders correctly1032 when packages are available1033 when container registry is available1034 behaves like verified navigation bar1035 renders correctly1036 when requirements is available1037 behaves like verified navigation bar1038 renders correctly1039User sees feature flag list1040 with new version flags1041 user updates the status toggle1042 with too many feature flags1043 stops users from adding another1044User deletes feature flag1045 records audit event1046Edit group settings1047 when Admin allow owners to unlock LDAP membership1048 the user is allow to change the membership lock1049 when Admin disallow owners to unlock LDAP membership1050 doesn't show the option to unlock the membership1051Projects > Merge Requests > User edits a merge request1052 when the merge request has matching code owners1053 shows the matching code owner rules1054issue resource weight events1055 when user displays the issue1056 shows both notes and resource weight event synthetic notes1057Subscriptions Content Security Policy1058 when there is no global CSP config1059 is expected to be blank1060 when a global CSP config exists1061 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://*.zuora.com"1062 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"1063 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"1064 when just a default CSP config exists1065 is expected to include "default-src 'self' https://some-cdn.test"1066 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://*.zuora.com"1067 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"1068 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"1069Dropdown weight1070 behavior1071 loads all the weights when opened1072Groups::ProductivityAnalytics1073 exposes valid url params in data attributes1074 when params are invalid1075 does not expose params in data attributes1076issues canonical link1077 when the issue was promoted1078 shows the canonical URL1079Signup1080 almost there page1081 when public visibility is restricted1082 hides Explore link1083 hides help link1084Knapsack report was generated. Preview:1085{1086 "ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb": 187.511528328,1087 "ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb": 113.54170627399998,1088 "ee/spec/features/promotion_spec.rb": 82.530365211,1089 "ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb": 66.56537193299994,1090 "ee/spec/features/groups/group_roadmap_spec.rb": 62.27364999700001,1091 "ee/spec/features/boards/user_visits_board_spec.rb": 53.013307239999904,1092 "ee/spec/features/projects/settings/disable_merge_trains_setting_spec.rb": 47.07138368200003,1093 "ee/spec/features/boards/swimlanes/epics_swimlanes_drag_issue_spec.rb": 38.61533332600004,1094 "ee/spec/features/projects/settings/issues_settings_spec.rb": 39.200481147000005,1095 "ee/spec/features/merge_trains/user_adds_to_merge_train_when_pipeline_succeeds_spec.rb": 34.88709539899992,1096 "ee/spec/features/security/project/private_access_spec.rb": 22.406759027999897,1097 "ee/spec/features/groups/usage_quotas_spec.rb": 23.252754302999847,1098 "ee/spec/features/registrations/user_sees_new_onboarding_flow_spec.rb": 23.604120899999998,1099 "ee/spec/features/epics/issue_promotion_spec.rb": 22.03405140100017,1100 "ee/spec/features/projects/members/invite_group_and_members_spec.rb": 15.923678407000125,1101 "ee/spec/features/projects/issues/user_creates_issue_spec.rb": 16.043622023999887,1102 "ee/spec/features/projects/cluster_agents_spec.rb": 13.82974686600005,1103 "ee/spec/features/projects/quality/test_case_list_spec.rb": 13.325966638999944,1104 "ee/spec/features/epics/epic_labels_spec.rb": 13.575837859000103,1105 "ee/spec/features/projects/insights_spec.rb": 11.077602715000012,1106 "ee/spec/features/merge_request/user_creates_merge_request_spec.rb": 11.786242900999923,1107 "ee/spec/features/issues/issue_actions_spec.rb": 11.224188526000034,1108 "ee/spec/features/merge_requests/user_views_all_merge_requests_spec.rb": 8.145661817000018,1109 "ee/spec/features/profiles/account_spec.rb": 10.70834988599995,1110 "ee/spec/features/projects/active_tabs_spec.rb": 6.5611541509999824,1111 "ee/spec/features/merge_requests/user_resets_approvers_spec.rb": 9.8946560830002,1112 "ee/spec/features/projects/members/member_is_removed_from_project_spec.rb": 6.014705166999875,1113 "ee/spec/features/issues/filtered_search/filter_issues_epic_spec.rb": 7.150562752000042,1114 "ee/spec/features/groups/settings/user_configures_insights_spec.rb": 5.6337937099999635,1115 "ee/spec/features/admin/admin_merge_requests_approvals_spec.rb": 7.734934990000056,1116 "ee/spec/features/oncall_schedules/user_creates_schedule_spec.rb": 5.957331425999882,1117 "ee/spec/features/merge_request/user_uses_slash_commands_spec.rb": 5.926743643000009,1118 "ee/spec/features/projects/settings/push_rules_settings_spec.rb": 4.020532371999934,1119 "ee/spec/features/boards/group_boards/board_deletion_spec.rb": 5.311435004000032,1120 "ee/spec/features/projects/navbar_spec.rb": 4.202357952999819,1121 "ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb": 4.451787009999862,1122 "ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 3.769991829999981,1123 "ee/spec/features/groups/ldap_settings_spec.rb": 3.726149001999829,1124 "ee/spec/features/projects/merge_requests/user_edits_merge_request_spec.rb": 3.2657843439999397,1125 "ee/spec/features/issues/resource_weight_events_spec.rb": 3.3919666379999853,1126 "ee/spec/features/subscriptions_spec.rb": 2.0104974339999444,1127 "ee/spec/features/issues/filtered_search/dropdown_weight_spec.rb": 2.1212933550000344,1128 "ee/spec/features/groups/analytics/productivity_analytics_spec.rb": 2.0097230740000214,1129 "ee/spec/features/projects/issues/viewing_relocated_issues_spec.rb": 1.1018297200000688,1130 "ee/spec/features/users/signup_spec.rb": 0.391454994000014271131}1132Knapsack global time execution for tests: 17m 16s1133Finished in 17 minutes 18 seconds (files took 54.22 seconds to load)1134374 examples, 0 failures1135Failed to write to log, write log/workhorse-test.log: file already closed1136Wed 18 Aug 2021 10:49:42 AM UTC1138Not uploading cache ruby-gems-v1-4 due to policy1139Not uploading cache gitaly-ruby-gems-v1-4 due to policy1141Uploading artifacts...1142coverage/: found 5 matching files and directories 1143WARNING: crystalball/: no matching files 1144deprecations/: found 25 matching files and directories 1145knapsack/: found 3 matching files and directories 1146rspec_flaky/: found 4 matching files and directories 1147rspec_profiling/: found 1 matching files and directories 1148WARNING: tmp/capybara/: no matching files 1149tmp/memory_test/: found 2 matching files and directories 1150log/*.log: found 17 matching files and directories 1151Uploading artifacts as "archive" to coordinator... ok id=1512822053 responseStatus=201 Created token=nsSBRuc21152Uploading artifacts...1153junit_rspec.xml: found 1 matching files and directories 1154Uploading artifacts as "junit" to coordinator... ok id=1512822053 responseStatus=201 Created token=nsSBRuc21156Job succeeded