rspec-ee system pg12 1/6
Passed Started
by
@ntepluhina

Natalia Tepluhina
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)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.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:91d892a67245e889ee058993bb08077e9980b16e08991c8b172adadee015594f for postgres:12 with digest postgres@sha256:5afbf72bfdb224f9ad3b29dd570747b4752ab2e81e9c25145847004f8a350e60 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...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-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1632293269-d7dc48fa...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 21% |******* | 76.1M 0:00:03 ETA28gitlab.tar.gz 67% |********************* | 234M 0:00:00 ETA29gitlab.tar.gz 100% |********************************| 346M 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: 153, done. 36remote: Counting objects: 100% (131/131), done. 37remote: Compressing objects: 100% (47/47), done. 38remote: Total 57 (delta 41), reused 18 (delta 8), pack-reused 0 40 * [new ref] 2459b1529cac1ac0ad101b0164c2a64d868d8db8 -> refs/pipelines/37511528141 * [new branch] master -> origin/master42Checking out 2459b152 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 (1612163134)...53Downloading artifacts from coordinator... ok id=1612163134 responseStatus=200 OK token=qFixL5uF54Downloading artifacts for retrieve-tests-metadata (1612163145)...55Downloading artifacts from coordinator... ok id=1612163145 responseStatus=200 OK token=TZTMsZuv56Downloading artifacts for setup-test-env (1612163139)...57Downloading artifacts from coordinator... ok id=1612163139 responseStatus=200 OK token=pjMJYLcz59Using 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 3 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 122 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 14 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.069746426 seconds...231Test environment set up in 1.629122613 seconds232Multiple value streams233Starting 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 With a group237 behaves like create a value stream238Capybara starting Puma...239* Version 5.3.2 , codename: Sweetnighter240* Min threads: 0, max threads: 4241* Listening on unix:///tmp/20210922-435-15bg6d8242DEPRECATION 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)243DEPRECATION 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)244 includes additional form fields245 can create a value stream246 can create a value stream with only custom stages247 can create a value stream with a custom stage and hidden defaults248 behaves like update a value stream249 can reorder stages250 updating251 includes additional form fields252 can update the value stream name253 can add and remove custom stages254 can hide and restore default stages255 behaves like delete a value stream256 can delete a value stream257 With a sub group258 behaves like create a value stream259 includes additional form fields260 can create a value stream261 can create a value stream with only custom stages262 can create a value stream with a custom stage and hidden defaults263 behaves like update a value stream264 can reorder stages265 updating266 includes additional form fields267 can update the value stream name268 can add and remove custom stages269 can hide and restore default stages270 behaves like delete a value stream271 can delete a value stream272epics swimlanes273 when no epic is displayed274 user can drag and drop between columns275 drag and drop issue276 between epics277 from epic to unassigned issues lane278 from unassigned issues lane to epic279 between lists within epic lane280 between lists within unassigned lane281 between lists and epics282 drag and drop list283 re-orders lists284Snippet elastic search285 when searching titles286 behaves like expected snippet search results287 as anonymous user288 when block_anonymous_global_searches is enabled289 redirects to login page290 when block_anonymous_global_searches is disabled291 finds only public snippets292 as logged in user293 finds only public and internal snippets294 as authorized user295 finds only public, internal, and authorized private snippets296 as administrator297 when admin mode is enabled298 finds all snippets299 when admin mode is disabled300 finds only public and internal snippets301 when searching descriptions302 behaves like expected snippet search results303 as anonymous user304 when block_anonymous_global_searches is enabled305 redirects to login page306 when block_anonymous_global_searches is disabled307 finds only public snippets308 as logged in user309 finds only public and internal snippets310 as authorized user311 finds only public, internal, and authorized private snippets312 as administrator313 when admin mode is enabled314 finds all snippets315 when admin mode is disabled316 finds only public and internal snippets317Merge request > User sets approvers318 when editing an MR with a different author319 does not allow setting the author as an approver but allows setting the current user as an approver320 when creating an MR from a fork321 allows setting other users as approvers but does not allow setting the current user as an approver, and filters non members from approvers list322 Group approvers323 when creating an MR324 allows setting groups as approvers325 allows delete approvers group when it is set in project326 when editing an MR with a different author327 allows setting groups as approvers when there is possible group approvers328 allows delete approvers group when it`s set in project329 allows changing approvals number330 with show_relevant_approval_rule_approvers feature flag disabled331 allows setting groups as approvers332User adds a merge request to a merge train333 shows 'Start merge train' button334 when merge_trains EEP license is not available335 does not show Start merge train336 when user clicks 'Start merge train' button337 informs merge request that auto merge is enabled338 when pipeline for merge train succeeds339 displays pipeline control340 does not allow retry for merge train pipeline341 when user clicks 'Remove from merge train' button342 cancels automatic merge343 when user clicks 'Delete source branch344 updates the merge option345 when the merge request is not the first queue on the train346 shows 'Add to merge train' button347Project issue boards348 with group and reporter349 can edit board name350 swimlanes dropdown351 license feature on352 does not show Group by dropdown when user is not logged in353 shows Group by dropdown when user is logged in354 license feature off355 does not show Group by dropdown when user is not logged in356 does not show Group by dropdown when user is logged in357 total weight358 shows total weight for backlog359 updates weight when moving to list360 unlicensed361 hides weight362 list header363 When FF is turned on364 when max issue count is set365 displays issue and max issue size366 list settings367 when license is available368 shows the list settings button369 when settings button is clicked370 shows the board list settings sidebar371 when boards setting sidebar is open372 when user clicks Remove Limit373 sets max issue count to zero374 when the user is editing a wip limit and clicks close375 updates the max issue count wip limit376 when user off clicks377 updates the max issue count wip limit378 When user sets max issue count to 0379 updates the max issue count wip limit to None380 when user hits enter381 updates the max issue count wip limit382 when license is not available383 does not show the list settings button384Disable Merge Trains Setting385 when visiting the project settings page386 merge_pipelines_setting: true, merge_trains_setting: true387DEPRECATION 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)388DEPRECATION 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)389DEPRECATION 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)390DEPRECATION 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)391DEPRECATION 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)392DEPRECATION 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)393 merge pipelines checkbox is always enabled394 merge trains checkbox is enabled only when merge_pipelines_enabled is true395 merge_pipelines_setting: true, merge_trains_setting: false396 merge pipelines checkbox is always enabled397 merge trains checkbox is enabled only when merge_pipelines_enabled is true398 merge_pipelines_setting: false, merge_trains_setting: true399 merge pipelines checkbox is always enabled400 merge trains checkbox is enabled only when merge_pipelines_enabled is true401 merge_pipelines_setting: false, merge_trains_setting: false402 merge pipelines checkbox is always enabled403 merge trains checkbox is enabled only when merge_pipelines_enabled is true404 when merge pipelines is enabled405 merge pipelines checkbox is always enabled406 merge trains checkbox is enabled only when merge_pipelines_enabled is true407 checking merge trains checkbox doesn't affect merge pipelines checkbox408 unchecking merge pipelines checkbox disables merge trains checkbox409 unchecking merge pipelines checkbox unchecks merge trains checkbox if it was previously checked410 when merge pipelines is disabled411 merge pipelines checkbox is always enabled412 merge trains checkbox is enabled only when merge_pipelines_enabled is true413 checking merge pipelines checkbox enables merge trains checkbox414 checking merge pipelines checkbox should leave merge trains checkbox unchecked415 when both merge pipelines and merge trains are enabled416 merge pipelines checkbox is always enabled417 merge trains checkbox is enabled only when merge_pipelines_enabled is true418 unchecking merge pipelines checkbox disables and unchecks merge trains checkbox419 unchecking merge trains checkbox doesn't affect merge pipelines checkbox420epics swimlanes filtering421 filtering422 filters by author423 filters by assignee424 filters by milestone425 filters by label426CI shared runner limits427 when on a project related page428 warning level429 when there is a notification and minutes still exist430 displays a warning message on pipelines page431 displays a warning message on project homepage432 displays a warning message on a job page433 danger level434 when there is a notification and minutes still exist435 displays a warning message on pipelines page436 displays a warning message on project homepage437 displays a warning message on a job page438 when limit is exceeded439 displays a warning message on project homepage440 displays a warning message on pipelines page441 displays a warning message on a job page442 when limit not yet exceeded443 does not display a warning message on project homepage444 does not display a warning message on pipelines page445 displays a warning message on a job page446 when on a group related page447 warning level448 when there is a notification and minutes still exist449DEPRECATION 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)450DEPRECATION 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)451 displays a warning message on group information page452 danger level453 when there is a notification and minutes still exist454 displays a warning message on group information page455 when limit is exceeded456 displays a warning message on group information page457 when limit not yet exceeded458 does not display a warning message on group information page459Issues > User uses EE quick actions460 issue-only commands461 behaves like status page quick actions462 /publish463DEPRECATION 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)464DEPRECATION 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)465DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.466To achieve the same use:467 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)468 publishes the issue469 during issue creation470 publishes the issue471 publishing causes an error472DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.473To achieve the same use:474 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)475 provides an error message476 user does not have permissions477 behaves like skip silently478DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.479To achieve the same use:480 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)481 does not allow publishing482 status page is not configured483 behaves like skip silently484DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.485To achieve the same use:486 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)487 does not allow publishing488 issue is already published489 behaves like skip silently490DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.491To achieve the same use:492 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)493 does not allow publishing494User adds to merge train when pipeline succeeds495 shows Start merge train when pipeline succeeds button and helper texts496 when merge_trains EEP license is not available497 does not show Start merge train when pipeline succeeds button498 when user clicks 'Start merge train when pipeline succeeds' button499 informs merge request that auto merge is enabled500 when user clicks 'Cancel' button501 cancels automatic merge502 when user clicks 'Delete source branch503 updates the merge option504 when the merge request is not the first queue on the train505 shows Add to merge train when pipeline succeeds button506Issue boards sidebar labels using epic swimlanes507 group boards508 in the top-level group board509 selecting an issue from a direct descendant project510 when editing labels511 displays the label from the top-level group512 displays the label from the project513 does not display labels from the project's siblings or their descendents514 selecting an issue from a subgroup's project515 when editing labels516 displays the label from the top-level group517 displays the label from the subgroup518 displays the label from the project519 does not display labels from the subgroup's siblings (project or group)520Billings > Extend / Reactivate Trial521 with paid subscription522 when expired523 behaves like a non-reactivatable trial524 does not display the "Reactivate trial" button525 behaves like a non-extendable trial526 does not display the "Extend trial" button527 when the feature flag is disabled528 behaves like a non-reactivatable trial529 does not display the "Reactivate trial" button530 behaves like a non-extendable trial531 does not display the "Extend trial" button532 when not expired533 behaves like a non-reactivatable trial534 does not display the "Reactivate trial" button535 behaves like a non-extendable trial536 does not display the "Extend trial" button537 without a subscription538 behaves like a non-reactivatable trial539 does not display the "Reactivate trial" button540 behaves like a non-extendable trial541 does not display the "Extend trial" button542 with active trial near the expiration date543 behaves like an extendable trial544 extends the trial545 behaves like a non-reactivatable trial546 does not display the "Reactivate trial" button547 with extended trial548 behaves like a non-extendable trial549 does not display the "Extend trial" button550 behaves like a non-reactivatable trial551 does not display the "Reactivate trial" button552 with reactivated trial553 behaves like a non-extendable trial554 does not display the "Extend trial" button555 behaves like a non-reactivatable trial556 does not display the "Reactivate trial" button557 with expired trial558 behaves like a reactivatable trial559 reactivates trial560 behaves like a non-extendable trial561 does not display the "Extend trial" button562Issue promotion563 when epics feature is disabled564 does not promote the issue565 when epics feature is enabled566 when current user does not have permissions to promote an issue567 does not promote the issue568 when current user can promote an issue569 displays description570DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.571To achieve the same use:572 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)573 promotes the issue574 if there is a remove resource milestone event575DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.576To achieve the same use:577 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)578 promotes the issue579Project settings > [EE] repository580 unlicensed581 does not show pull mirror settings582 licensed583 shows pull mirror settings584 mirrored external repo585 does not show personal access token586 does not show password and personal access token on the page587 with an existing pull mirror588 deletes the mirror589 with a non-mirrored imported project590 does not show a pull mirror591Project settings > [EE] Merge Requests592 Status checks593 Feature flag is disabled594 does not render the status checks area595 Feature flag is enabled596 Feature is not available597 does not render the status checks area598 Feature is available599 adds a status check600 with a status check601 updates the status check602 removes the status check603 Issuable default templates604 Feature is not available605 input to configure merge request template is not shown606 does not mention the merge request template in the section's description text607 Feature is available608 input to configure merge request template is shown609 mentions the merge request template in the section's description text610Merge request > User approves with password611 works, when user approves and enters correct password612 does not need password to unapprove613 shows error, when user approves and enters incorrect password614Merge Request > User views blocked MR615 blocking merge requests are disabled616 is mergeable617 blocking merge requests are enabled618 blocking MR is not visible619 is not mergeable620 blocking MR is visible621 is not mergeable622EE IDE user commits changes623 does not show an error message624 when the push_rules_supersede_codeowners is false625 shows error message626User manages members627 as project maintainer628 behaves like when group membership is unlocked629 is expected to have visible css ".js-invite-members-trigger"630 is expected to have visible css ".js-invite-group-trigger"631 is expected to have visible css ".js-import-a-project-modal"632 behaves like when group membership is locked633 is expected to not have visible css ".js-invite-members-trigger"634 is expected to have visible css ".js-invite-group-trigger"635 as group owner636 behaves like when group membership is unlocked637 is expected to have visible css ".js-invite-members-trigger"638 is expected to have visible css ".js-invite-group-trigger"639 is expected to have visible css ".js-import-a-project-modal"640 behaves like when group membership is locked641 is expected to not have visible css ".js-invite-members-trigger"642 is expected to have visible css ".js-invite-group-trigger"643 when feature flag :invite_members_group_modal is disabled644 as project maintainer645 behaves like when group membership is unlocked646 is expected to have visible link "Import members" and have visible css ".project-access-select"647 behaves like when group membership is locked648 is expected to not have visible css ".invite-users-form"649 is expected to have visible css ".invite-group-form"650 as group owner651 behaves like when group membership is unlocked652 is expected to have visible link "Import members" and have visible css ".project-access-select"653 behaves like when group membership is locked654 is expected to not have visible css ".invite-users-form"655 is expected to have visible css ".invite-group-form"656Boards licensed features657 Project board sidebar658 GitLab SaaS659 Public project under Free plan under group namespace660 hides epic widget661 hides iteration widget662 Public project under Free plan under user namespace663 hides epic widget664 hides iteration widget665[EE] Public Group access666 GET /groups/:path/-/insights667 is expected to be allowed for admin668 is expected to be allowed for auditor669 is expected to be allowed for owner670 is expected to be allowed for maintainer671 is expected to be allowed for developer672 is expected to be allowed for reporter673 is expected to be allowed for guest674 is expected to be allowed for the specified user675 is expected to be allowed for user676 is expected to be allowed for external677 is expected to be allowed for visitor678 GET /groups/:path679 is expected to be allowed for auditor680 GET /groups/:path/-/issues681 is expected to be allowed for auditor682 GET /groups/:path/-/merge_requests683 is expected to be allowed for auditor684 GET /groups/:path/-/group_members685 is expected to be allowed for auditor686 GET /groups/:path/-/edit687 is expected to be denied for auditor688Merge request > User merges with Push Rules689 commit message is invalid690 displays error message after merge request is clicked691 author email is invalid692 displays error message after merge request is clicked693Groups > Push Rules694 reject_unsigned_commits rule695 unlicensed696 does not render the setting checkbox697 licensed698 renders the setting checkbox699 with GL.com plans700 when disabled701 does not render the setting checkbox702 when enabled703 renders the setting checkbox704 commit_committer_check rule705 unlicensed706 does not render the setting checkbox707 licensed708 renders the setting checkbox709 with GL.com plans710 when disabled711 does not render the setting checkbox712 when enabled713 renders the setting checkbox714Project active tab715 on project Analytics/Insights716 behaves like page has active tab717 activates Analytics tab718 behaves like page has active sub tab719 activates Insights sub tab720 on project Analytics/Code Review721 behaves like page has active tab722 activates Analytics tab723 behaves like page has active sub tab724 activates Code review sub tab725 on project CI/CD726 browsing Pipelines tabs727 Security tab728 behaves like page has active tab729DEPRECATION 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)730DEPRECATION 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)731 activates CI/CD tab732 behaves like page has active sub tab733 activates Pipelines sub tab734 Licenses tab735 behaves like page has active tab736 activates CI/CD tab737 behaves like page has active sub tab738 activates Pipelines sub tab739 Code Quality tab740 behaves like page has active tab741 activates CI/CD tab742 behaves like page has active sub tab743 activates Pipelines sub tab744Feature flag issue links745 linking a feature flag to an issue746 user can link a feature flag to an issue747 user sees simple form without relates to / blocks / is blocked by radio buttons748 autocompletes issues749 when the feature is unlicensed750 does not show the related issues widget751 unlinking a feature flag from an issue752 user can unlink a feature flag from an issue753Merge request > User creates MR with multiple reviewers754 behaves like multiple reviewers merge request755 creates a MR with multiple reviewers756Merge Requests > User resets approvers757 resets approvers for merge requests758Epics > User uses quick actions759 on epic note760 applies quick action761 on epic form762 applies quick action763Delete Epic764 when user who is not a group member displays the epic765 does not show the Delete button766 when user with owner access displays the epic767 deletes the issue and redirect to epic list768Dashboard issues769 behaves like dashboard ultimate trial callout770 hides promotion callout if not .com771 .com772 shows dismissable promotion callout if default dashboard for an owner773 hides dismissable promotion callout if default dashboard for a non group owner774 hides dismissable promotion callout if not default dashboard775 hides promotion callout if a trial is active776 hides promotion callout if user owns a paid namespace777User manages merge trains option778 sees unchecked merge trains checkbox779 when user enabled the checkbox780 sees enabled merge trains checkbox781 when license is insufficient782 does not see the checkbox783 when feature flag is disabled784 does not see the checkbox785Projects > Members > Member is removed from project786 user is removed from project787 when the user has been specifically allowed to access a protected branch788 user leaves project789Billings > Qrtly Reconciliation Alert790 when qrtly reconciliation is available791 behaves like a visible dismissible qrtly reconciliation alert792 when dismissed793 behaves like a hidden qrtly reconciliation alert794 does not display an alert795 when visiting again796 behaves like a hidden qrtly reconciliation alert797 does not display an alert798 when qrtly reconciliation is not available799 behaves like a hidden qrtly reconciliation alert800 does not display an alert801User deletes feature flag802 records audit event803User creates feature flag804 when creates without changing scopes805 records audit event806create epic in board807 new epics in board list808 creates new epic and opens sidebar809Burnup charts810 licensed feature available811DEPRECATION 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)812DEPRECATION 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)813DEPRECATION 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)814DEPRECATION 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)815 shows burnup chart, with a point per day816 licensed feature not available817 does not show burnup chart818The group page819 The sidebar820 shows the link to contribution analytics821 when epics are available822 shows the link to epics823 hides the epics link when an external authorization service is enabled824Projects > Merge Requests > User edits a merge request825 when the merge request has matching code owners826 shows the matching code owner rules827Service Desk Setting828 behaves like issue description templates from current project only829 loads issue description templates from the project only830Groups::ProductivityAnalytics831 exposes valid url params in data attributes832 when params are invalid833 does not expose params in data attributes834New Group page835 toggling the invite members section836 when selecting options from the "Who will be using this group?" question837 toggles the invite members section838User adds hook839 adds new hook840Profiles > Billing841 when CustomersDot is available842 with a free plan843 does not have search settings field844Merge request > User approves845 Approving by approvers from groups846 when group is assigned to a project847 I am able to approve (PENDING: Temporarily skipped with xdescribe)848 I am able to unapprove (PENDING: Temporarily skipped with xdescribe)849 when group is assigned to a merge request850 I am able to approve (PENDING: Temporarily skipped with xdescribe)851 I am able to unapprove (PENDING: Temporarily skipped with xdescribe)852 when CI is running but no approval given853 I am unable to set Merge when pipeline succeeds (PENDING: Temporarily skipped with xdescribe)854 when merge when threads resolved is active855 does not show checking ability text (PENDING: Temporarily skipped with xdescribe)856Knapsack report was generated. Preview:857{858 "ee/spec/features/groups/analytics/cycle_analytics/multiple_value_streams_spec.rb": 309.7932622750013,859 "ee/spec/features/boards/swimlanes/epics_swimlanes_drag_drop_spec.rb": 109.4939414190012,860 "ee/spec/features/search/elastic/snippet_search_spec.rb": 69.40775723600018,861 "ee/spec/features/merge_request/user_sets_approvers_spec.rb": 65.90064246099973,862 "ee/spec/features/merge_trains/user_adds_merge_request_to_merge_train_spec.rb": 61.717551189000005,863 "ee/spec/features/boards/boards_spec.rb": 52.157110699999976,864 "ee/spec/features/projects/settings/disable_merge_trains_setting_spec.rb": 44.27877396100121,865 "ee/spec/features/boards/swimlanes/epics_swimlanes_filtering_spec.rb": 46.16094601399891,866 "ee/spec/features/ci_shared_runner_warnings_spec.rb": 33.74302089700177,867 "ee/spec/features/issues/user_uses_quick_actions_spec.rb": 37.53455100499923,868 "ee/spec/features/merge_trains/user_adds_to_merge_train_when_pipeline_succeeds_spec.rb": 31.20735189900006,869 "ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_labels_spec.rb": 28.76669722400038,870 "ee/spec/features/billings/extend_reactivate_trial_spec.rb": 23.36237067699949,871 "ee/spec/features/epics/issue_promotion_spec.rb": 23.20655852500022,872 "ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb": 21.805072273000405,873 "ee/spec/features/projects/settings/merge_requests_settings_spec.rb": 18.99510411099982,874 "ee/spec/features/merge_request/user_approves_with_password_spec.rb": 19.20808275700074,875 "ee/spec/features/merge_request/user_views_blocked_merge_request_spec.rb": 17.928120770000533,876 "ee/spec/features/ide/user_commits_changes_spec.rb": 15.8846661030002,877 "ee/spec/features/projects/settings/user_manages_members_spec.rb": 11.081352852001146,878 "ee/spec/features/boards/boards_licensed_features_spec.rb": 12.344080150998707,879 "ee/spec/features/security/group/public_access_spec.rb": 7.808929913999236,880 "ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb": 11.733621745999699,881 "ee/spec/features/groups/push_rules_spec.rb": 8.83673066799929,882 "ee/spec/features/projects/active_tabs_spec.rb": 7.0934188140017795,883 "ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb": 9.760555795999608,884 "ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb": 8.17191429400009,885 "ee/spec/features/merge_requests/user_resets_approvers_spec.rb": 8.53391305400146,886 "ee/spec/features/epics/user_uses_quick_actions_spec.rb": 9.036095395998927,887 "ee/spec/features/epics/delete_epic_spec.rb": 6.709673096000188,888 "ee/spec/features/dashboards/issues_spec.rb": 5.23629408799934,889 "ee/spec/features/projects/settings/user_manages_merge_trains_spec.rb": 5.598158026999954,890 "ee/spec/features/projects/members/member_is_removed_from_project_spec.rb": 5.936131288999604,891 "ee/spec/features/billings/qrtly_reconciliation_alert_spec.rb": 4.555637855999521,892 "ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 3.7998378880001837,893 "ee/spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb": 4.473941719999857,894 "ee/spec/features/epic_boards/new_epic_spec.rb": 3.4886939150001126,895 "ee/spec/features/burnup_charts_spec.rb": 4.035475164999298,896 "ee/spec/features/groups/group_page_with_external_authorization_service_spec.rb": 1.9528524410015962,897 "ee/spec/features/projects/merge_requests/user_edits_merge_request_spec.rb": 3.462273407001703,898 "ee/spec/features/projects/settings/ee/service_desk_setting_spec.rb": 3.1385672239994165,899 "ee/spec/features/groups/analytics/productivity_analytics_spec.rb": 2.5218071690014767,900 "ee/spec/features/groups/new_spec.rb": 1.8637725259995932,901 "ee/spec/features/groups/hooks/user_adds_hook_spec.rb": 1.4885732170005213,902 "ee/spec/features/profiles/billing_spec.rb": 1.1948804929998005903}904Knapsack global time execution for tests: 19m 44s905Pending: (Failures listed here are expected and do not affect your suite's status)906 1) Merge request > User approves Approving by approvers from groups when group is assigned to a project I am able to approve907 # Temporarily skipped with xdescribe908 # ./ee/spec/features/merge_request/user_approves_spec.rb:29909 2) Merge request > User approves Approving by approvers from groups when group is assigned to a project I am able to unapprove910 # Temporarily skipped with xdescribe911 # ./ee/spec/features/merge_request/user_approves_spec.rb:36912 3) Merge request > User approves Approving by approvers from groups when group is assigned to a merge request I am able to approve913 # Temporarily skipped with xdescribe914 # ./ee/spec/features/merge_request/user_approves_spec.rb:50915 4) Merge request > User approves Approving by approvers from groups when group is assigned to a merge request I am able to unapprove916 # Temporarily skipped with xdescribe917 # ./ee/spec/features/merge_request/user_approves_spec.rb:57918 5) Merge request > User approves Approving by approvers from groups when CI is running but no approval given I am unable to set Merge when pipeline succeeds919 # Temporarily skipped with xdescribe920 # ./ee/spec/features/merge_request/user_approves_spec.rb:73921 6) Merge request > User approves when merge when threads resolved is active does not show checking ability text922 # Temporarily skipped with xdescribe923 # ./ee/spec/features/merge_request/user_approves_spec.rb:99924Finished in 19 minutes 47 seconds (files took 47.94 seconds to load)925280 examples, 0 failures, 6 pending926Failed to write to log, write log/workhorse-test.log: file already closed927Wed 22 Sep 2021 10:40:51 AM UTC929Not uploading cache ruby-gems-v1-4 due to policy930Not uploading cache gitaly-ruby-gems-v1-4 due to policy932Uploading artifacts...933coverage/: found 5 matching files and directories 934WARNING: crystalball/: no matching files 935deprecations/: found 21 matching files and directories 936knapsack/: found 3 matching files and directories 937rspec_flaky/: found 4 matching files and directories 938rspec_profiling/: found 1 matching files and directories 939WARNING: tmp/capybara/: no matching files 940tmp/memory_test/: found 2 matching files and directories 941log/*.log: found 17 matching files and directories 942Uploading artifacts as "archive" to coordinator... ok id=1612163405 responseStatus=201 Created token=1x9H6_BA943Uploading artifacts...944junit_rspec.xml: found 1 matching files and directories 945Uploading artifacts as "junit" to coordinator... ok id=1612163405 responseStatus=201 Created token=1x9H6_BA947Job succeeded