rspec-ee system pg12 3/6
Passed Started
by
@peterhegman
Peter Hegman
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com 9538b0ab3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:cfd0d250289d0bf03e73e68f249d8ca80c572ec04d2a5902dcf7b0f1429e15ec for postgres:12 with digest postgres@sha256:7428e2451a9815c613bf567441922a813b5afe309ca3547e8080c03ae01bf30e ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...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.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:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...21Running on runner-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1632943032-50346019...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 43% |************* | 150M 0:00:01 ETA28gitlab.tar.gz 100% |********************************| 344M 0:00:00 ETA29'/tmp/gitlab.tar.gz' saved30Extracting tarball into /builds/gitlab-org/gitlab...31Fetching changes with git depth set to 20...32Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/33Created fresh repository.34remote: Enumerating objects: 187, done. 35remote: Counting objects: 100% (123/123), done. 36remote: Compressing objects: 100% (54/54), done. 37remote: Total 63 (delta 43), reused 14 (delta 6), pack-reused 0 39 * [new ref] 6c9cdce57f0e700f6c83b722659fe2d1068e9cb5 -> refs/pipelines/37967945940Checking out 6c9cdce5 as refs/merge-requests/70878/merge...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-4...44Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-4...47Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1635190595)...51Downloading artifacts from coordinator... ok id=1635190595 responseStatus=200 OK token=R-ox-sfs52Downloading artifacts for detect-tests (1635190610)...53Downloading artifacts from coordinator... ok id=1635190610 responseStatus=200 OK token=PgA9h6F954Downloading artifacts for retrieve-tests-metadata (1635190613)...55Downloading artifacts from coordinator... ok id=1635190613 responseStatus=200 OK token=xiDqT1se56Downloading artifacts for setup-test-env (1635190603)...57Downloading artifacts from coordinator... ok id=1635190603 responseStatus=200 OK token=dZdRZsGg59Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...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): "/builds/gitlab-org/gitlab/vendor"70clean71Set for the current user (/root/.bundle/config): "true"72without73Set via BUNDLE_WITHOUT: [:production, :development]74install_flags75Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"76$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check77The Gemfile's dependencies are satisfied78==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.79$ bundle pristine pg80Installing pg 1.2.3 with native extensions81==> 'bundle pristine pg' succeeded in 15 seconds.82$ setup_db_user_only83CREATE ROLE84GRANT85==> 'setup_db_user_only' succeeded in 1 seconds.86$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee87Dropped database 'gitlabhq_test'88Created database 'gitlabhq_test'89DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_geo_test'92==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 118 seconds.93$ run_timed_command "gem install knapsack --no-document"94$ gem install knapsack --no-document95Successfully installed knapsack-4.0.0961 gem installed97==> 'gem install knapsack --no-document' succeeded in 1 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-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.7 (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.30.2 (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.30.2184Using 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 15 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.050409034 seconds...231Test environment set up in 1.389891925 seconds232Protected Branches233Starting 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 code owner approval237 when project requires code owner approval238 protect a branch form239Capybara starting Puma...240* Version 5.3.2 , codename: Sweetnighter241* Min threads: 0, max threads: 4242* Listening on unix:///tmp/20210929-444-18w0std243DEPRECATION 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 has code owner toggle246DEPRECATION 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)247DEPRECATION 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)248DEPRECATION 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)249DEPRECATION 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)250 can create new protected branch with code owner disabled251 can create new protected branch with code owner enabled252 protect branch table253 has a protected branch with code owner approval toggled on254 shows code owner approval toggle255 displays toggle on256 has a protected branch with code owner approval toggled off257 displays toggle off258 when project does not require code owner approval259 does not have code owner approval in the form260 does not have code owner approval in the table261 access control262 with ref permissions for users enabled263 allows creating protected branches that roles, users, and groups can merge to264 allows updating protected branches so that roles and users can merge to it265 allows updating protected branches so that roles and users cannot merge to it266 prepends selected users that can merge to267 allows creating protected branches that roles, users, and groups can push to268 allows updating protected branches so that roles and users can push to it269 allows updating protected branches so that roles and users cannot push to it270 prepends selected users that can push to271 When updating a protected branch272 discards other roles when choosing "No one"273 When creating a protected branch274 discards other roles when choosing "No one"275 protected branch restrictions276 unprotect/delete can be performed by a maintainer277 with unprotect access levels278 can prevent unprotect/delete279 can prevent update280 with ref permissions for users disabled281 allows creating protected branches that Maintainers can push to282 allows updating protected branches so that Maintainers can push to them283 allows creating protected branches that Developers + Maintainers can push to284 allows updating protected branches so that Developers + Maintainers can push to them285 allows creating protected branches that No one can push to286 allows updating protected branches so that No one can push to them287 allows creating protected branches that Maintainers can merge to288 allows updating protected branches so that Maintainers can merge to them289 allows creating protected branches that Developers + Maintainers can merge to290 allows updating protected branches so that Developers + Maintainers can merge to them291 allows creating protected branches that No one can merge to292 allows updating protected branches so that No one can merge to them293 with existing access levels294 shows users that can push to the branch295 shows groups that can push to the branch296 shows users that can merge into the branch297 shows groups that have can push to the branch298 when the users for protected branches feature is on299 when deploy keys are enabled to this project300 when only one deploy key can push301 shows all dropdown sections in the 'Allowed to push' main dropdown, with only one deploy key302 shows all sections but not deploy keys in the 'Allowed to merge' main dropdown303 shows all sections in the 'Allowed to push' update dropdown304 when no deploy key can push305 just shows all sections but not deploy keys in the 'Allowed to push' dropdown306 just shows all sections but not deploy keys in the 'Allowed to push' update dropdown307Two merge requests on a merge train308 creates a pipeline for merge request 1309 creates a pipeline for merge request 2310 does not merge anything yet311 when the pipeline for merge request 1 succeeded312 merges merge request 1313 behaves like has an intact pipeline for merge request 2314 does not create a new pipeline for merge request 2315 when the pipeline for merge request 2 succeeded316 merges merge request 2317 when the pipeline for merge request 1 failed318 behaves like drops merge request 1 from the merge train319 drops merge request 1 from the merge train320 behaves like re-creates a pipeline for merge request 2321 has recreated pipeline322 when the pipeline for merge request 2 succeeded323 merges merge request 2324 when merge request 1 is canceled by a user325 behaves like drops merge request 1 from the merge train326 drops merge request 1 from the merge train327 behaves like re-creates a pipeline for merge request 2328 has recreated pipeline329 when the pipeline for merge request 2 succeeded330 merges merge request 2331 when merge request 1 got a new commit332 behaves like drops merge request 1 from the merge train333 drops merge request 1 from the merge train334 behaves like re-creates a pipeline for merge request 2335 has recreated pipeline336 when the pipeline for merge request 2 succeeded337 merges merge request 2338 when merge request 1 is not mergeable339 behaves like drops merge request 1 from the merge train340 drops merge request 1 from the merge train341 behaves like re-creates a pipeline for merge request 2342 has recreated pipeline343 when the pipeline for merge request 2 succeeded344 merges merge request 2345 when master got a new commit346 re-creates a pipeline for merge request 1347 re-creates a pipeline for merge request 2348 does not recreate pipeline when merge request 1 refreshed again349 when the pipeline for merge request 1 succeeded350 merges merge request 1351 when the pipeline for merge request 2 succeeded352 merges merge request 2353Promotions354 for merge request improve355DEPRECATION 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)356DEPRECATION 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)357 appears in project edit page358 does not show when cookie is set359 for repository features360DEPRECATION 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)361 appears in repository settings page362 does not show when cookie is set363 for burndown charts364DEPRECATION 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)365DEPRECATION 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)366DEPRECATION 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)367DEPRECATION 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)368DEPRECATION 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)369 appears in milestone page370 does not show when cookie is set371 for epics in issues sidebar372 gitlab.com373 behaves like Epics promotion374DEPRECATION 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)375DEPRECATION 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)376 appears on the page377 is removed after dismissal378 does not appear on page after dismissal and reload379 closes dialog when clicking on X, but not dismiss it380 self hosted381 behaves like Epics promotion382 appears on the page383 is removed after dismissal384 does not appear on page after dismissal and reload385 closes dialog when clicking on X, but not dismiss it386 for issue weight387 appears on the page388 is removed after dismissal389 does not appear on page after dismissal and reload390 closes dialog when clicking on X, but not dismiss it391 when checking namespace plans392 appears on the page393 for issue templates394 appears on the page395 for project audit events396DEPRECATION 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)397 appears on the page398 when the "Security & Compliance" feature is disabled399 is expected to respond with numeric status code not_found400 for group contribution analytics401DEPRECATION 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)402DEPRECATION 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)403DEPRECATION 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)404DEPRECATION 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)405DEPRECATION 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)406 appears on the page407 for group webhooks408DEPRECATION 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)409 appears on the page410 for advanced search411DEPRECATION 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)412 appears on seearch page413 does not show when cookie is set414Protected Tags415 access control416 with ref permissions for users enabled417 allows creating protected tags that roles, users, and groups can create418 allows updating protected tags so that roles and users can create it419 allows updating protected tags so that roles and users cannot create it420 When updating a protected tag421 discards other roles when choosing "No one"422 When creating a protected tag423 discards other roles when choosing "No one"424 with ref permissions for users disabled425 allows creating protected tags that Maintainers can create426 allows updating protected tags so that Maintainers can create them427 allows creating protected tags that Developers + Maintainers can create428 allows updating protected tags so that Developers + Maintainers can create them429 allows creating protected tags that No one can create430 allows updating protected tags so that No one can create them431 with existing access levels432 shows users that can push to the branch433 shows groups that can create to the branch434Epic Issues435 when user is not a group member of a public group436 user can see issues from public project but cannot delete the associations437 user cannot add new issues to the epic438 user cannot add new epics to the epic439 when user is a group member440 user can add new issues to the epic441 user does not see the linked issues part of the form when they click "Add an existing issue"442 handling epics443 user can display create new epic form by clicking the dropdown item444 handling epic issues445 user can see all issues of the group and delete the associations446 user cannot add new issues to the epic from another group447 user can add new issues to the epic448 user cannot add new issue that does not exist449 handling epic links450 when subepics feature is enabled451 user can see all epics of the group and delete the associations452 user cannot add new epic that does not exist453 user can add new epics to the epic454 when epics are nested too deep455 user cannot add new epic when hierarchy level limit has been reached456 when subepics feature is disabled457 user can not add new epics to the epic458User visits issue boards459 visiting project boards with search params460 in list view461 when board is scoped to labels462 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]463 displays all issues satisfiying filter params and correctly sets url params464 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]465 displays all issues satisfiying filter params and correctly sets url params466 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]467 displays all issues satisfiying filter params and correctly sets url params468 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]469 displays all issues satisfiying filter params and correctly sets url params470 when board is scoped to an assignee471 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]472 displays all issues satisfiying filter params and correctly sets url params473 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]474 displays all issues satisfiying filter params and correctly sets url params475 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]476 displays all issues satisfiying filter params and correctly sets url params477 in epic swimlanes478 when board is scoped to labels479 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]480 displays all issues satisfiying filter params and correctly sets url params481 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]482 displays all issues satisfiying filter params and correctly sets url params483 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]484 displays all issues satisfiying filter params and correctly sets url params485 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]486 displays all issues satisfiying filter params and correctly sets url params487 when board is scoped to an assignee488 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]489 displays all issues satisfiying filter params and correctly sets url params490 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]491 displays all issues satisfiying filter params and correctly sets url params492 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]493 displays all issues satisfiying filter params and correctly sets url params494 visiting group boards with search params495 in list view496 when board is scoped to labels497 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]498 displays all issues satisfiying filter params and correctly sets url params499 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]500 displays all issues satisfiying filter params and correctly sets url params501 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]502 displays all issues satisfiying filter params and correctly sets url params503 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]504 displays all issues satisfiying filter params and correctly sets url params505 when board is scoped to an assignee506 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]507 displays all issues satisfiying filter params and correctly sets url params508 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]509 displays all issues satisfiying filter params and correctly sets url params510 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]511 displays all issues satisfiying filter params and correctly sets url params512 in epic swimlanes513 when board is scoped to labels514 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]515 displays all issues satisfiying filter params and correctly sets url params516 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]517 displays all issues satisfiying filter params and correctly sets url params518 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]519 displays all issues satisfiying filter params and correctly sets url params520 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]521 displays all issues satisfiying filter params and correctly sets url params522 when board is scoped to an assignee523 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]524 displays all issues satisfiying filter params and correctly sets url params525 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]526 displays all issues satisfiying filter params and correctly sets url params527 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]528 displays all issues satisfiying filter params and correctly sets url params529Admin::AuditLogs530 unlicensed531unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.532unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.533unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.534 returns 404535 licensed536 has Audit Events button in head nav bar537 release created events538 shows the related audit event539 user events540 filters by user541 group events542 filters by group543 project events544 filters by project545 filter by date546 behaves like audit events date filter547 shows only 2 days old events548 shows only today's event549 shows a message if provided date is invalid550 personal access token events551 create personal access token552 when creation succeeds553 behaves like personal access token audit event554 show personal access token event details555 when creation fails556 behaves like personal access token audit event557 show personal access token event details558 revoke personal access token559 when revocation succeeds560 behaves like personal access token audit event561 show personal access token event details562 when revocation fails563 behaves like personal access token audit event564 show personal access token event details565 impersonated events566DEPRECATION 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)567DEPRECATION 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)568 show impersonation details569Edit group settings570 navbar571 with LDAP enabled572 is able to navigate to LDAP group section573 with owners not being able to manage LDAP574 is not able to navigate to LDAP group section575 with webhook feature enabled576 shows the menu item577 with webhook feature disabled578 does not show the menu item579 Member Lock setting580 without a license key581 is not visible582 with a license key583 is visible584 when current user is not the Owner585 is not visible586 Group file templates setting587 without a license key588 is not visible589 with a license key590 is visible591 allows a project to be selected592 when current user is not the Owner593 is not visible594 enable delayed project removal595 behaves like a cascading setting596 when setting is enforced by an ancestor group597 disables setting in subgroups598 does not show enforcement checkbox in subgroups599 displays lock icon with popover600 when use_traversal_ids_for_ancestors is disabled601 disables setting in subgroups602 immediately deleting a project marked for deletion603 deletes the project immediately604 when custom_project_templates feature605 is enabled606 when the group is a top parent group607 behaves like shows custom project templates settings608 shows the custom project templates selection menu609 group selection menu610 shows only the subgroups611 when the group is a subgroup612 behaves like shows custom project templates settings613 shows the custom project templates selection menu614 group selection menu615 shows only the subgroups616 namespace plan is checked617 namespace is on the proper plan618 when the group is a top parent group619 behaves like shows custom project templates settings620 shows the custom project templates selection menu621 group selection menu622 shows only the subgroups623 when the group is a subgroup624 behaves like shows custom project templates settings625 shows the custom project templates selection menu626 group selection menu627 shows only the subgroups628 is disabled for namespace629 when the group is the top parent group630 behaves like does not show custom project templates settings631 does not show the custom project templates selection menu632 when the group is a subgroup633 behaves like does not show custom project templates settings634 does not show the custom project templates selection menu635 is disabled636 when the group is the top parent group637 behaves like does not show custom project templates settings638 does not show the custom project templates selection menu639 when the group is a subgroup640 behaves like does not show custom project templates settings641 does not show the custom project templates selection menu642 merge request approval settings643 when feature flag is enabled and group is licensed644 allows to save settings645 when feature flag is disabled and group is not licensed646 is not visible647 email domain validation648 is visible649 displays an error for invalid emails650 will save valid domains651Project settings > Issues652 when Issues are initially enabled653 when Pipelines are initially enabled654 shows the Issues settings655 when Issues are initially disabled656 does not show the Issues settings657 issuable default templates feature not available658 input to configure issue template is not shown659 issuable default templates feature is available660 input to configure issue template is not shown661 when viewing CVE request settings662 CVE ID Request toggle should only be visible if the feature is enabled663 when viewing CVE request settings on GitLab.com664 project_vis: :public, cve_enabled: true, toggle_checked: true, toggle_disabled: false665 CVE ID Request toggle should be correctly visible666 project_vis: :public, cve_enabled: false, toggle_checked: false, toggle_disabled: false667 CVE ID Request toggle should be correctly visible668 project_vis: :internal, cve_enabled: true, toggle_checked: false, toggle_disabled: true669 CVE ID Request toggle should be correctly visible670 project_vis: :internal, cve_enabled: false, toggle_checked: false, toggle_disabled: true671 CVE ID Request toggle should be correctly visible672 project_vis: :private, cve_enabled: true, toggle_checked: false, toggle_disabled: true673 CVE ID Request toggle should be correctly visible674 project_vis: :private, cve_enabled: false, toggle_checked: false, toggle_disabled: true675 CVE ID Request toggle should be correctly visible676 when viewing CVE request settings not on GitLab.com677 project_vis: :public, cve_enabled: true678 CVE ID Request toggle should never be visible679 project_vis: :internal, cve_enabled: true680 CVE ID Request toggle should never be visible681 project_vis: :private, cve_enabled: true682 CVE ID Request toggle should never be visible683Groups > Usage Quotas > Seat Usage684 seat usage table685 displays correct number of users686 seat usage details table687 expands the details on click688 hides the details table on click689 when removing user690 with a modal to confirm removal691 has disabled the remove button692 enables the remove button when user enters valid username693 does not enable button when user enters invalid username694 does not display the error modal695 removing the user696 shows a flash message697 removing the user from a sub-group698 updates the seat table of the parent group699 when cannot remove the user700 displays an error modal701Test Cases702 test case page703 header704 shows status, created date and author705 shows action buttons706 archives test case707 body708 shows title, description and edit button709 makes title and description editable on edit click710 enters into zen mode when clicking on zen mode button711 update title and description712 sidebar713 shows expand/collapse button714 todo715 shows todo status716 add test case as todo717 mark test case todo as done718 labels719 shows assigned labels720 shows labels dropdown on edit click721 applies label using labels dropdown722 for a nonexistent test case723 renders 404 page724Environments page725 when an environment is protected and user has access to it726 when environment has manual actions727 shows an enabled play button728 shows a stop button729 with external_url730 shows an external link button731 when terminal is available732 shows a terminal button733 when environment can be rollback734 shows re deploy button735 when environment is protected and user does not have access to it736 when environment has manual actions737 show a disabled play button738 does not show a stop button739 with external_url740 shows an external link button741 when terminal is available742 does not shows a terminal button743 when environment can be rollback744 does not show a re deploy button745 when environment has an open alert746 shows the open alert for the environment row747 when user does not have a license for the feature748 does not show the open alert for the environment row749User views iteration750 with license751 when user has edit permissions752 can delete iteration753 behaves like shows iteration info754 shows iteration info755 when user does not have edit permissions756 behaves like shows iteration info757 shows iteration info758 when grouping by label759 behaves like iteration report group by label760 groups by label761 shows ungrouped issues when `Group by: None` is selected again762 shows ungrouped issues when label `x` is clicked to remove it763 without license764 shows page not found765User searches for epics766 does not show top right search form767 finds an epic768 hides confidential icon for non-confidential epics769 shows confidential icon for confidential epics770 shows correct badge for open epics771 shows correct badge for closed epics772 when search times out773 renders timeout information774 sets tab count to 0775Issue promotion776 when epics feature is disabled777 does not promote the issue778 when epics feature is enabled779 when current user does not have permissions to promote an issue780 does not promote the issue781 when current user can promote an issue782 displays description783DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.784To achieve the same use:785 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)786 promotes the issue787 if there is a remove resource milestone event788DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.789To achieve the same use:790 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)791 promotes the issue792Metrics rendering793 for GitLab-managed alerting rules794 shows embedded metrics795 unlicensed796 shows no embedded metrics797 for GitLab embedded cluster health metrics798 shows embedded metrics799Merge request > User approves with password800 works, when user approves and enters correct password801 does not need password to unapprove802 shows error, when user approves and enters incorrect password803Merge Request > User views blocked MR804 blocking merge requests are disabled805 is mergeable806 blocking merge requests are enabled807 blocking MR is not visible808 is not mergeable809 blocking MR is visible810 is not mergeable811ClusterAgents812 non-premium user813 when user visits agents index page814 does not display agent information815 when user visits agents show page816 displays not found817 premium user818 when user does not have any agents and visits the index page819 displays empty state820 when user has an agent821 when visiting the index page822 displays a table with agent823 when visiting the show page824 displays agent and token information825User activates GitHub Service826 without a license827 is excluded from the integrations index828 renders 404 when trying to access service settings directly829 with valid license830 activates service831 renders a token field of type `password` for masking input832 with pipelines833 tests service before save834Boards licensed features835 Project board sidebar836 GitLab SaaS837 Public project under Free plan under group namespace838 hides epic widget839 hides iteration widget840 Public project under Free plan under user namespace841 hides epic widget842 hides iteration widget843Feature flag issue links844 linking a feature flag to an issue845 user can link a feature flag to an issue846 user sees simple form without relates to / blocks / is blocked by radio buttons847 autocompletes issues848 when the feature is unlicensed849 does not show the related issues widget850 unlinking a feature flag from an issue851 user can unlink a feature flag from an issue852User sees new onboarding flow853 shows the expected behavior with no trial chosen854 shows the expected behavior with trial chosen855 when force_company_trial experiment is candidate856 shows the trial fields857Group information858 when the default value of "Group information content" preference is used859DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)860DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)861 displays the Details view862 when Security Dashboard view is set as default863 and Security Dashboard feature is not available for a group864 displays the "Security Dashboard unavailable" empty state865 qrtly reconciliation alert866 on self-managed867 behaves like a hidden qrtly reconciliation alert868 does not display an alert869 on dotcom870 when qrtly reconciliation is available871 behaves like a visible dismissible qrtly reconciliation alert872 when dismissed873 behaves like a hidden qrtly reconciliation alert874 does not display an alert875 when visiting again876 behaves like a hidden qrtly reconciliation alert877 does not display an alert878 when qrtly reconciliation is not available879 behaves like a hidden qrtly reconciliation alert880 does not display an alert881Changes GL.com plan for group882 for group namespace883DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_premium.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)884 changes the plan885 for user namespace886 changes the plan887User views all merge requests888 shows custom tooltip after user has approved889 shows custom tooltip after a different user has approved890 shows custom tooltip after multiple users have approved891 shows custom tooltip after multiple users have approved, including self892 more approvals are required893 shows generic approvals tooltip894 shows custom tooltip after a different user has approved895 shows custom tooltip after self has approved896CodeReviewAnalytics897 filtered search898 renders the filtered search bar correctly899 displays label and milestone in search hint900 empty state901 when a regular user is signed in902 behaves like empty state903 shows empty state with "New merge request" button904 when an "Auditor" is signed in905 when "Auditor" is a member of the project906 behaves like empty state907 shows empty state with "New merge request" button908 when "Auditor" is not a member of the project909 behaves like empty state910 shows empty state without "New merge request" button911 when no user is signed in912 behaves like empty state913 shows empty state without "New merge request" button914Group active tab915 on group Insights916 behaves like page has active tab917 activates Analytics tab918 behaves like page has active sub tab919 activates Insights sub tab920 on group Issue Analytics921 behaves like page has active tab922 activates Analytics tab923 behaves like page has active sub tab924 activates Issue sub tab925 on group Contribution Analytics926 behaves like page has active tab927 activates Analytics tab928 behaves like page has active sub tab929 activates Contribution sub tab930 on group Productivity Analytics931 behaves like page has active tab932 activates Analytics tab933 behaves like page has active sub tab934 activates Productivity sub tab935Issue Boards new issue936 authorized user937 successfully assigns weight to newly-created issue938 milestone list939 successfuly loads milestone to be added to newly created issue940User creates Site profile941 when feature is available942 shows the form943 on submit944 on cancel945 when feature is not available946 renders a 404947User sees Security Configuration table948 with security_dashboard feature available949 with no SAST report950 shows SAST is not enabled951 with SAST report952 shows SAST is enabled953 with no DAST report954 shows DAST is not enabled955 with DAST report956 shows DAST is enabled957Manually create a todo item from epic958 creates todo when clicking button959 marks a todo as done960User manages merge trains option961 sees unchecked merge trains checkbox962 when user enabled the checkbox963 sees enabled merge trains checkbox964 when license is insufficient965 does not see the checkbox966 when feature flag is disabled967 does not see the checkbox968Automatic Deployment Rollbacks969 when the user is not authorised970 renders 404 page971 when project does not have a license for auto_rollback feature972 behaves like the auto rollback feature is not available973 does not render the Automatic Deployment Rollbacks checkbox974 when project has a license for auto_rollback feature975 checks the auto rollback checkbox when the checkbox is checked976 when the checkbox is checked977 unchecks the auto rollback checkbox978Dashboard merge requests979 behaves like dashboard ultimate trial callout980 hides promotion callout if not .com981 .com982 shows dismissable promotion callout if default dashboard for an owner983 hides dismissable promotion callout if default dashboard for a non group owner984 hides dismissable promotion callout if not default dashboard985 hides promotion callout if a trial is active986 hides promotion callout if user owns a paid namespace987User creates iteration in a cadence988 prefills fields and allows updating all values989User deletes feature flag990 records audit event991Burnup charts992 licensed feature available993 shows burnup chart, with a point per day994 licensed feature not available995 does not show burnup chart996Cluster agent registration997 allows the user to select an agent to install, and displays the resulting agent token998Operations dropdown navbar EE999 has an `Operations` link1000 has an `Environments` link1001Internal Project Snippets Access1002 GET /:project_path/snippets1003DEPRECATION 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)1004 is expected to be allowed for auditor1005 GET /:project_path/snippets/new1006 is expected to be denied for auditor1007 GET /:project_path/snippets/:id1008 for an internal snippet1009 is expected to be allowed for auditor1010 for a private snippet1011 is expected to be allowed for auditor1012 GET /:project_path/snippets/:id/raw1013 for an internal snippet1014 is expected to be allowed for auditor1015 for a private snippet1016 is expected to be allowed for auditor1017New project from template1018 create from template1019 shows template tabs1020CI minutes1021 renders a dropdown with the months of available analytics1022Issues > User edits issue1023 with multiple_issue_assignees1024 displays plural Assignees title1025Profiles > Billing1026 when CustomersDot is available1027 with a free plan1028 does not have search settings field1029User views hooks1030 is expected to have text "http://example1.test"1031Signup1032 almost there page1033 when public visibility is restricted1034 hides Explore link1035 hides help link1036Knapsack report was generated. Preview:1037{1038 "ee/spec/features/protected_branches_spec.rb": 241.33434246599995,1039 "ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb": 159.235556567,1040 "ee/spec/features/promotion_spec.rb": 93.55071838200001,1041 "ee/spec/features/protected_tags_spec.rb": 66.68927665600017,1042 "ee/spec/features/epics/epic_issues_spec.rb": 68.16459139000017,1043 "ee/spec/features/boards/user_visits_board_spec.rb": 55.86758541900008,1044 "ee/spec/features/admin/admin_audit_logs_spec.rb": 51.40205766400004,1045 "ee/spec/features/groups/group_settings_spec.rb": 44.21669904800001,1046 "ee/spec/features/projects/settings/issues_settings_spec.rb": 38.217132233999564,1047 "ee/spec/features/groups/seat_usage/seat_usage_spec.rb": 29.982275648999803,1048 "ee/spec/features/projects/quality/test_case_show_spec.rb": 26.962377578000087,1049 "ee/spec/features/projects/environments/environments_spec.rb": 28.34642001100019,1050 "ee/spec/features/groups/iterations/user_views_iteration_spec.rb": 24.086057342999993,1051 "ee/spec/features/search/user_searches_for_epics_spec.rb": 23.70487685900025,1052 "ee/spec/features/epics/issue_promotion_spec.rb": 25.464716898999995,1053 "ee/spec/features/markdown/metrics_spec.rb": 20.87252591000015,1054 "ee/spec/features/merge_request/user_approves_with_password_spec.rb": 21.01626500700013,1055 "ee/spec/features/merge_request/user_views_blocked_merge_request_spec.rb": 17.641839193000123,1056 "ee/spec/features/projects/cluster_agents_spec.rb": 14.532714582999688,1057 "ee/spec/features/projects/services/user_activates_github_spec.rb": 13.831739625999944,1058 "ee/spec/features/boards/boards_licensed_features_spec.rb": 14.062497601999894,1059 "ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb": 10.007653017999928,1060 "ee/spec/features/registrations/trial_during_signup_flow_spec.rb": 11.064663093000036,1061 "ee/spec/features/groups/group_overview_spec.rb": 12.259521804000087,1062 "ee/spec/features/admin/groups/admin_changes_plan_spec.rb": 10.402997942999718,1063 "ee/spec/features/merge_requests/user_views_all_merge_requests_spec.rb": 9.506930854000075,1064 "ee/spec/features/analytics/code_analytics_spec.rb": 9.368319616999997,1065 "ee/spec/features/groups/active_tabs_spec.rb": 6.504260407999936,1066 "ee/spec/features/boards/new_issue_spec.rb": 9.079485493999982,1067 "ee/spec/features/projects/security/dast_site_profiles_spec.rb": 7.652351043000181,1068 "ee/spec/features/projects/security/user_views_security_configuration_spec.rb": 5.870534426000177,1069 "ee/spec/features/epics/todo_spec.rb": 5.592744149999817,1070 "ee/spec/features/projects/settings/user_manages_merge_trains_spec.rb": 5.583222361000026,1071 "ee/spec/features/projects/settings/auto_rollback_spec.rb": 6.624629007000294,1072 "ee/spec/features/dashboards/merge_requests_spec.rb": 5.772489124999993,1073 "ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb": 4.395755646999987,1074 "ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 4.040668306000043,1075 "ee/spec/features/burnup_charts_spec.rb": 4.327774905000297,1076 "ee/spec/features/clusters/create_agent_spec.rb": 4.2431123729998035,1077 "ee/spec/features/operations_nav_link_spec.rb": 3.710916792000262,1078 "ee/spec/features/security/project/snippet/internal_access_spec.rb": 3.3548843589996977,1079 "ee/spec/features/projects/new_project_from_template_spec.rb": 1.6434294030000274,1080 "ee/spec/features/ci/ci_minutes_spec.rb": 2.2110076229996594,1081 "ee/spec/features/issues/user_edits_issue_spec.rb": 3.3997795639998003,1082 "ee/spec/features/profiles/billing_spec.rb": 1.202982590999909,1083 "ee/spec/features/groups/hooks/user_views_hooks_spec.rb": 1.2010303809997822,1084 "ee/spec/features/users/signup_spec.rb": 0.34668902199973671085}1086Knapsack global time execution for tests: 20m 28s1087Finished in 20 minutes 31 seconds (files took 50.59 seconds to load)1088371 examples, 0 failures1089Failed to write to log, write log/workhorse-test.log: file already closed1090Wed 29 Sep 2021 08:03:43 PM UTC1092Not uploading cache ruby-gems-v1-4 due to policy1093Not uploading cache gitaly-ruby-gems-v1-4 due to policy1095Uploading artifacts...1096coverage/: found 5 matching files and directories 1097WARNING: crystalball/: no matching files 1098deprecations/: found 18 matching files and directories 1099knapsack/: found 3 matching files and directories 1100rspec_flaky/: found 4 matching files and directories 1101rspec_profiling/: found 1 matching files and directories 1102WARNING: tmp/capybara/: no matching files 1103tmp/memory_test/: found 2 matching files and directories 1104log/*.log: found 17 matching files and directories 1105Uploading artifacts as "archive" to coordinator... ok id=1635190778 responseStatus=201 Created token=G3ykQ2x71106Uploading artifacts...1107junit_rspec.xml: found 1 matching files and directories 1108Uploading artifacts as "junit" to coordinator... ok id=1635190778 responseStatus=201 Created token=G3ykQ2x71110Job succeeded