rspec-ee system pg12 6/6
Passed Started
by
@ebanks
Erick Banks
1Running with gitlab-runner 14.0.1 (c1edb478)2 on docker-auto-scale-com 8a6210b83 feature flags: FF_USE_FASTZIP:true, FF_SKIP_DOCKER_MACHINE_PROVISION_ON_CREATION_FAILURE:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:1fdb7532cc62f2c2dfee4b58f21a0b21ad4bc83d64908d3a7d954c737b2f9af7 for postgres:12 with digest postgres@sha256:047e82f052a995ab02fbafdb55ccb19c97278264031ad3bd7fc7924e24d0b4cd ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:51bbd55867dd975a18bf5bc650fd96ef641952f9662459607ed3bf0d006a380c for redis:5.0-alpine with digest redis@sha256:2ef89ec07c6103400d8dfcca35813210df677a1c356d7e3c916294e7adfd943f ...13Starting service elasticsearch:7.11.1 ...14Pulling docker image elasticsearch:7.11.1 ...15Using docker image sha256:bc3d45eba361de2bde57b25ada32b4de5dd5f5cb12cd3bd049212e90bdfd62a9 for elasticsearch:7.11.1 with digest elasticsearch@sha256:3a219f148b596e25c1b16bda46e1ca07db46826c0e1cde003c2d2f93f33d18e4 ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...21Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1626131379-d954b048...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 65% |******************** | 244M 0:00:00 ETA28gitlab.tar.gz 100% |********************************| 373M 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: 190, done. 35remote: Counting objects: 100% (183/183), done. 36remote: Compressing objects: 100% (81/81), done. 37remote: Total 146 (delta 111), reused 95 (delta 60), pack-reused 0 38Receiving objects: 100% (146/146), 12.92 KiB | 4.31 MiB/s, done.39Resolving deltas: 100% (111/111), completed with 25 local objects.41 * [new ref] d07c005fa7e5026586dd6b15f1ea1ec4a5768e78 -> refs/pipelines/33578159042Checking out d07c005f as refs/merge-requests/63811/merge...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 (1418685471)...53Downloading artifacts from coordinator... ok id=1418685471 responseStatus=200 OK token=tcSUdFYB54Downloading artifacts for detect-tests (1418685477)...55Downloading artifacts from coordinator... ok id=1418685477 responseStatus=200 OK token=c67Bsjgk56Downloading artifacts for retrieve-tests-metadata (1418685479)...57Downloading artifacts from coordinator... ok id=1418685479 responseStatus=200 OK token=SgCbh9xe58Downloading artifacts for setup-test-env (1418685474)...59Downloading artifacts from coordinator... ok id=1418685474 responseStatus=200 OK token=3cNsDejz61Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...62$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb63$ export GOPATH=$CI_PROJECT_DIR/.go64$ mkdir -p $GOPATH65$ source scripts/utils.sh66$ source scripts/prepare_build.sh67Bundler version 2.1.468production:development69Settings are listed in order of priority. The top value will be used.70path71Set for the current user (/root/.bundle/config): "vendor"72clean73Set for the current user (/root/.bundle/config): "true"74without75Set via BUNDLE_WITHOUT: [:production, :development]76install_flags77Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"78$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.81$ bundle pristine pg82Installing pg 1.2.3 with native extensions83==> 'bundle pristine pg' succeeded in 11 seconds.84$ setup_db_user_only85CREATE ROLE86GRANT87==> 'setup_db_user_only' succeeded in 0 seconds.88$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee89Dropped database 'gitlabhq_test'90Created database 'gitlabhq_test'91DEPRECATION 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)92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_geo_test'94==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 41 seconds.95$ run_timed_command "gem install knapsack --no-document"96$ gem install knapsack --no-document97Successfully installed knapsack-3.1.0981 gem installed99==> 'gem install knapsack --no-document' succeeded in 1 seconds.100$ run_timed_command "scripts/gitaly-test-spawn"101$ scripts/gitaly-test-spawn102Settings are listed in order of priority. The top value will be used.103jobs104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4105retry106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3107path108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"109deployment110Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true111without112Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]113Set via BUNDLE_WITHOUT: [:production, :development]114app_config115Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"116gemfile117Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"118Don't run Bundler as root. Bundler can ask for sudo if it is needed, and119installing your bundle as root will break this application for all non-root120users on this machine.121Using abstract_type 0.0.7122Using concurrent-ruby 1.1.9123Using i18n 1.8.10124Using minitest 5.14.4125Using tzinfo 2.0.4126Using zeitwerk 2.4.2127Using activesupport 6.1.3.2128Using builder 3.2.4129Using erubi 1.10.0130Using mini_portile2 2.5.1131Using racc 1.5.2132Using nokogiri 1.11.5 (x86_64-linux)133Using rails-dom-testing 2.0.3134Using crass 1.0.6135Using loofah 2.10.0136Using rails-html-sanitizer 1.3.0137Using actionview 6.1.3.2138Using rack 2.2.3139Using rack-test 1.1.0140Using actionpack 6.1.3.2141Using ice_nine 0.11.2142Using thread_safe 0.3.6143Using memoizable 0.4.2144Using adamantium 0.2.0145Using public_suffix 4.0.6146Using addressable 2.7.0147Using ast 2.4.1148Using binding_ninja 0.2.3149Using bundler 2.1.4150Using charlock_holmes 0.7.7151Using coderay 1.1.2152Using equalizer 0.0.11153Using concord 0.1.5154Using diff-lcs 1.3155Using dotenv 2.7.6156Using escape_utils 1.2.1157Using factory_bot 5.0.2158Using multipart-post 2.1.1159Using faraday 1.0.1160Using ffi 1.13.1161Using json 2.5.1162Using gemojione 3.3.0163Using mini_mime 1.0.2164Using rugged 1.1.0165Using github-linguist 7.12.1166Using github-markup 1.7.0167Using mime-types-data 3.2020.1104168Using mime-types 3.3.1169Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1170Using rouge 3.26.0171Using nokogumbo 1.5.0172Using sanitize 4.6.6173Using stringex 2.8.5174Using gitlab-gollum-lib 4.2.7.10.gitlab.1175Using google-protobuf 3.17.3 (x86_64-linux)176Using googleapis-common-protos-types 1.0.5177Using grpc 1.30.2 (x86_64-linux)178Using opentracing 0.5.0179Using thrift 0.14.1180Using jaeger-client 1.1.0181Using pg_query 2.1.0182Using redis 4.2.5183Using gitlab-labkit 0.20.0184Using gitlab-markup 1.7.1185Using grpc-tools 1.30.2186Using sawyer 0.8.2187Using octokit 4.20.0188Using reverse_markdown 1.4.0189Using thor 1.1.0190Using licensee 9.14.1191Using method_source 0.9.2192Using msgpack 1.3.3193Using optimist 3.0.1194Using parallel 1.19.2195Using parser 2.7.2.0196Using procto 0.0.3197Using unparser 0.4.7198Using proc_to_ast 0.1.0199Using pry 0.12.2200Using rainbow 3.0.0201Using rbtrace 0.4.14202Using rdoc 6.2.0203Using regexp_parser 1.8.1204Using rexml 3.2.4205Using rspec-support 3.8.0206Using rspec-core 3.8.0207Using rspec-expectations 3.8.3208Using rspec-mocks 3.8.0209Using rspec 3.8.0210Using rspec-parameterized 0.4.2211Using rubocop-ast 0.2.0212Using ruby-progressbar 1.10.1213Using unicode-display_width 1.7.0214Using rubocop 0.86.0215Using sentry-raven 3.0.4216Using timecop 0.9.1217Bundle complete! 21 Gemfile dependencies, 96 gems now installed.218Gems in the groups production and development were not installed.219Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`220Checking gitaly-ruby Gemfile...221Checking gitaly-ruby bundle...222The Gemfile's dependencies are satisfied223Trying to connect to gitaly: ....... OK224Trying to connect to gitaly2: .............. OK225Trying to connect to praefect: ...... OK226==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.227$ source ./scripts/rspec_helpers.sh228$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"229KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb230Knapsack report generator started!231Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}232==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.165361279 seconds...233Test environment set up in 1.052187707 seconds234Group value stream analytics filters and data235Starting the Capybara driver server...236DEPRECATION 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)237DEPRECATION 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)238 without valid query parameters set239 with created_after date > created_before date240 behaves like no group available241Capybara starting Puma...242* Version 5.3.2 , codename: Sweetnighter243* Min threads: 0, max threads: 4244* Listening on unix:///tmp/20210713-349-nqmv28245DEPRECATION 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)246DEPRECATION 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)247 displays empty text248 with fake parameters249 behaves like empty state250 displays an empty state251 with valid query parameters set252 with project_ids set253 has the projects dropdown prepopulated254 with created_before and created_after set255 has the date range prepopulated256 with a group257 behaves like group value stream analytics258 stage table259 displays the stage table260 vertical navigation261 does not show the vertical stage navigation262 navigation263 shows the path navigation264 each stage will have median values265 displays the default list of stages266 behaves like has overview metrics267 displays the recent activity268 displays time metrics269 behaves like has default filters270 shows the projects filter271 shows the date filter272 shows the filter bar273 with a sub group274 behaves like group value stream analytics275 stage table276 displays the stage table277 vertical navigation278 does not show the vertical stage navigation279 navigation280 shows the path navigation281 each stage will have median values282 displays the default list of stages283 behaves like has overview metrics284 displays the recent activity285 displays time metrics286 behaves like has default filters287 shows the projects filter288 shows the date filter289 shows the filter bar290 with lots of data291 each stage with events will display the stage events list when selected292 each stage will be selectable293 will not display the stage table on the overview stage294 will have data available295 with filters applied296 will filter the data297Two merge requests on a merge train298 creates a pipeline for merge request 1299 creates a pipeline for merge request 2300 does not merge anything yet301 when the pipeline for merge request 1 succeeded302 merges merge request 1303 behaves like has an intact pipeline for merge request 2304 does not create a new pipeline for merge request 2305 when the pipeline for merge request 2 succeeded306 merges merge request 2307 when the pipeline for merge request 1 failed308 behaves like drops merge request 1 from the merge train309 drops merge request 1 from the merge train310 behaves like re-creates a pipeline for merge request 2311 has recreated pipeline312 when the pipeline for merge request 2 succeeded313 merges merge request 2314 when merge request 1 is canceled by a user315 behaves like drops merge request 1 from the merge train316 drops merge request 1 from the merge train317 behaves like re-creates a pipeline for merge request 2318 has recreated pipeline319 when the pipeline for merge request 2 succeeded320 merges merge request 2321 when merge request 1 got a new commit322 behaves like drops merge request 1 from the merge train323 drops merge request 1 from the merge train324 behaves like re-creates a pipeline for merge request 2325 has recreated pipeline326 when the pipeline for merge request 2 succeeded327 merges merge request 2328 when merge request 1 is not mergeable329 behaves like drops merge request 1 from the merge train330 drops merge request 1 from the merge train331 behaves like re-creates a pipeline for merge request 2332 has recreated pipeline333 when the pipeline for merge request 2 succeeded334 merges merge request 2335 when master got a new commit336 re-creates a pipeline for merge request 1337 re-creates a pipeline for merge request 2338 does not recreate pipeline when merge request 1 refreshed again339 when the pipeline for merge request 1 succeeded340 merges merge request 1341 when the pipeline for merge request 2 succeeded342 merges merge request 2343Project elastic search344 searching345 finds issues346 finds merge requests347 finds milestones348 finds wiki pages349 finds notes350 finds commits351 finds blobs352 displays Advanced Search status353 when `repository_ref` isn't the default branch354 displays that advanced search is disabled355 when `repository_ref` is unset356 displays that advanced search is enabled357 when `repository_ref` is the default branch358 displays that advanced search is enabled359Project elastic search redactions360 behaves like a redacted search results page361 behaves like redacted search results page assertions362 when logged in363 redacts private features the user does not have access to364 when issues are public365 redacts other private features366 behaves like redacted search results page assertions367 when not logged in368 redacts private features the user does not have access to369 when issues are public370 redacts other private features371Billing plan pages372 users profile billing page373 on free374 displays the correct call to action375 behaves like does not display the billing plans376 does not display the plans377 behaves like plan with subscription table378 displays subscription table379 on bronze plan380 shows the EoA bronze banner that can be dismissed permanently381 behaves like plan with header382 displays header383 behaves like downgradable plan384 displays the downgrade link385 behaves like upgradable plan386 displays the upgrade link387 behaves like can contact sales388 displays the contact sales link389 behaves like plan with subscription table390 displays subscription table391 when hide_deprecated_billing_plans is active392 behaves like plan with free upgrade393 displays the free upgrade394 behaves like active deprecated plan395 renders the plan card marked as Legacy396 with more than 25 users397 behaves like plan with sales-assisted upgrade398 displays the sales assisted offer399 on premium plan400 behaves like plan with header401 displays header402 behaves like downgradable plan403 displays the downgrade link404 behaves like upgradable plan405 displays the upgrade link406 behaves like can contact sales407 displays the contact sales link408 behaves like plan with subscription table409 displays subscription table410 behaves like does not display EoA banner411 does not display the banner412 on ultimate plan413 behaves like plan with header414 displays header415 behaves like downgradable plan416 displays the downgrade link417 behaves like non-upgradable plan418 does not display the upgrade link419 behaves like plan with subscription table420 displays subscription table421 behaves like does not display EoA banner422 does not display the banner423 when CustomersDot is unavailable424 renders an error page425 users profile billing page with a trial426 on free427 behaves like does not display the billing plans428 does not display the plans429 on bronze plan430 behaves like plan with header431 displays header432 behaves like downgradable plan433 displays the downgrade link434 behaves like upgradable plan435 displays the upgrade link436 behaves like can contact sales437 displays the contact sales link438 on ultimate plan439 behaves like plan with header440 displays header441 behaves like downgradable plan442 displays the downgrade link443 behaves like non-upgradable plan444 does not display the upgrade link445 group billing page446 top-most group447 on ultimate448 displays plan header449 does not display the billing plans table450 behaves like plan with subscription table451 displays subscription table452 on bronze453 displays plan header454 does display the billing plans table455 behaves like can contact sales456 displays the contact sales link457 behaves like plan with subscription table458 displays subscription table459 on free460 behaves like used seats rendering for non paid subscriptions461 displays the number of seats462 on trial463 displays the billing plans table464 behaves like non-upgradable plan465 does not display the upgrade link466 behaves like used seats rendering for non paid subscriptions467 displays the number of seats468 behaves like plan with subscription table469 displays subscription table470 with unexpected JSON471 renders no header for missing plan472 displays all plans473Protected Tags474 access control475 with ref permissions for users enabled476DEPRECATION 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)477DEPRECATION 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)478DEPRECATION 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)479DEPRECATION 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)480 allows creating protected tags that roles, users, and groups can create481 allows updating protected tags so that roles and users can create it482 allows updating protected tags so that roles and users cannot create it483 When updating a protected tag484 discards other roles when choosing "No one"485 When creating a protected tag486 discards other roles when choosing "No one"487 with ref permissions for users disabled488 allows creating protected tags that Maintainers can create489 allows updating protected tags so that Maintainers can create them490 allows creating protected tags that Developers + Maintainers can create491 allows updating protected tags so that Developers + Maintainers can create them492 allows creating protected tags that No one can create493 allows updating protected tags so that No one can create them494 with existing access levels495 shows users that can push to the branch496 shows groups that can create to the branch497Epic in issue sidebar498 when epics available499 behaves like epic in issue sidebar500 projects within a group501DEPRECATION 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)502DEPRECATION 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)503 shows epic in issue sidebar504 shows edit button in issue sidebar505 shows epics select dropdown506 supports searching for an epic507 select an epic from the dropdown508 project within a subgroup509 shows all epics belonging to the sub group and its parents510 personal projects511 does not show epic in issue sidebar512 with namespaced plans513 group has license514 behaves like epic in issue sidebar515 projects within a group516 shows epic in issue sidebar517 shows edit button in issue sidebar518 shows epics select dropdown519 supports searching for an epic520 select an epic from the dropdown521 project within a subgroup522 shows all epics belonging to the sub group and its parents523 personal projects524 does not show epic in issue sidebar525 group has no license526 does not show epic for public projects and groups527 when epics unavailable528 does not show epic in issue sidebar529Issues > Bulk edit issues530 as an allowed user531 at group level532 behaves like bulk edit option in sidebar533 is present when bulk edit is enabled534 is not present when bulk edit is disabled535 behaves like bulk edit epic536 epic537 to all issues538 updates with selected epic539 to a issue540 updates with selected epic541 behaves like bulk edit health status542 health_status543 to all issues544 updates the health statuses545 to an issue546 updates the checked issue's status547 behaves like bulk edit iteration548 iteration549 to all issues550 updates the iteration551 cannot find iteration when iterations is off552 cannot find iteration dropdown553 at project level554 behaves like bulk edit option in sidebar555 is present when bulk edit is enabled556 is not present when bulk edit is disabled557 behaves like bulk edit epic558 epic559 to all issues560 updates with selected epic561 to a issue562 updates with selected epic563 behaves like bulk edit health status564 health_status565 to all issues566 updates the health statuses567 to an issue568 updates the checked issue's status569 behaves like bulk edit iteration570 iteration571 to all issues572 updates the iteration573 cannot find iteration when iterations is off574 cannot find iteration dropdown575 behaves like cannot find iterations when project does not have a group576 cannot find iteration when group does not belong to project577 cannot find iteration dropdown578 as a guest579 at group level580 behaves like bulk edit health_status with insufficient permissions581 cannot bulk assign health_status582 at project level583 behaves like bulk edit health_status with insufficient permissions584 cannot bulk assign health_status585Requirements list586 when requirements exist for the project587 shows the requirements in the navigation sidebar588 shows requirements tabs for each status type589 shows filtered search input590 filtered search input591 shows filter tokens author and status592 shows options `satisfied`, `failed` and `missing` for status token593 new requirement594 shows requirement create form when "New requirement" button is clicked595 disables new requirement button while create form is open596 creates new requirement597 updates requirements count in nav sidebar and opened and all tab badges598 open tab599 shows button "New requirement"600 shows list of all open requirements601 shows title, metadata and actions within each requirement item602 shows title and description along with edit button in drawer603 shows edit form when edit button is clicked for a requirement604 updates requirement using edit form605 archives a requirement606 archived tab607 does not show button "New requirement"608 shows list of all archived requirements609 shows title, metadata and actions within each requirement item610 reopens a requirement611 all tab612 does not show button "New requirement"613 shows list of all requirements614 filtered search615 shows filtered search input field616 shows sort dropdown617 when accessing project as guest user618 open tab does not show button "New requirement"619 when accessing project as logged out user620 renders the empty state621Project mirror622 On a project623 when mirror was updated successfully624 shows the last successful at timestamp625 when mirror was never updated successfully626 shows that mirror has never been updated627 with Update now button628 when able to force update629 forces import630 when unable to force update631 disables Update now button632 when the project is archived633 disables Update now button634 configuration635 password authentication636 can be set up637 can be changed to unauthenticated638 can be recreated after an SSH mirror is set639 SSH public key authentication640 can be set up641 host key management642 fills fingerprints and host keys when detecting643 displays error if detection fails644 allows manual host keys entry645 authentication methods646 shows SSH related fields for an SSH URL647 hides SSH-related fields for a HTTP URL648Update Epic649 when user who is not a group member displays the epic650 does not show the Edit button651 when user with developer access displays the epic652 updates the tasklist653 update form654 updates the epic655 updates the epic and keep the description saved across reload656 creates a todo only for mentioned users657 edits full screen658 uploads a file when dragging into textarea659 autocomplete enabled660 opens atwho container661 epic sidebar662 opens datepicker when clicking Edit button663 when user with owner access displays the epic664 shows delete button inside the edit form665Filter issues weight666 only weight667 filter issues by searched weight668 negated weight only669 behaves like filters by negated weight670 excludes issues with specified weight671 when vue_issuables_list is disabled672 behaves like filters by negated weight673 excludes issues with specified weight674 weight with other filters675 filters issues by searched weight and text676 filters issues by searched weight, author and text677 filters issues by searched weight, author, assignee and text678 filters issues by searched weight, author, assignee, label and text679 filters issues by searched weight, milestone and text680Issue boards sidebar labels using epic swimlanes681 group boards682 in the top-level group board683 selecting an issue from a direct descendant project684 when editing labels685DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)686DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)687 displays the label from the top-level group688 displays the label from the project689 does not display labels from the project's siblings or their descendents690 selecting an issue from a subgroup's project691 when editing labels692 displays the label from the top-level group693 displays the label from the subgroup694 displays the label from the project695 does not display labels from the subgroup's siblings (project or group)696Environments page697 when an environment is protected and user has access to it698 when environment has manual actions699 shows an enabled play button700 shows a stop button701 with external_url702 shows an external link button703 when terminal is available704 shows a terminal button705 when environment can be rollback706 shows re deploy button707 when environment is protected and user does not have access to it708 when environment has manual actions709 show a disabled play button710 does not show a stop button711 with external_url712 shows an external link button713 when terminal is available714 does not shows a terminal button715 when environment can be rollback716 does not show a re deploy button717 when environment has an open alert718 shows the open alert for the environment row719 when user does not have a license for the feature720 does not show the open alert for the environment row721Display approaching user count limit banner722 with reached user count threshold723 when admin is logged in724 in admin area725 behaves like a visible banner726unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.727unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.728unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.729 shows the banner730 when banner was dismissed731 behaves like a hidden banner732 does not show the banner733 in regular area734 behaves like a hidden banner735 does not show the banner736 when regular user is logged in737 behaves like a hidden banner738 does not show the banner739 when not reached user count threshold740 when admin is logged in741 behaves like a hidden banner742 does not show the banner743 when regular user is logged in744 behaves like a hidden banner745 does not show the banner746 when active user count is above license user count747 behaves like a hidden banner748 does not show the banner749 without license750 behaves like a hidden banner751 does not show the banner752 with trial license753 behaves like a hidden banner754 does not show the banner755User sees new onboarding flow756DEPRECATION 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)757DEPRECATION 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)758DEPRECATION 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)759DEPRECATION 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)760/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil761 shows onboarding flow pages762 continuous onboarding experiment enabled763 shows continuous onboarding flow pages764Admin::CredentialsInventory765 unlicensed766 returns 404767 licensed768 links769 has Credentials Inventory link in sidebar770 tabs771 contains the relevant filter tabs772 filtering773 by Personal Access Tokens774 behaves like credentials inventory personal access tokens775 when a personal access token is active776 shows the details777 when a personal access token has an expiry778 shows the details with an expiry date779 has an expiry icon780 when a personal access token is revoked781 shows the details with a revoked date782 by SSH Keys783 behaves like credentials inventory SSH keys784 when a SSH key is active785 shows the details786 shows the delete button787 and the user clicks the delete button788 deletes the key789 when a SSH key has an expiry790 shows the details with an expiry date791 has an expiry icon792 by GPG Keys793 when a GPG key is verified794 shows the details795 when a GPG key is unverified796 shows the details797epics list798 editing author token799 converts keyword into visual token800 opens author dropdown801 makes value editable802 filters value803 editing label token804 converts keyword into visual token805 opens label dropdown806 makes value editable807 filters value808 editing reaction emoji token809 when user is not logged in810 does not open when the search bar has my-reaction=811 when user is logged in812 opens when the search bar has my-reaction=813 loads all the emojis when opened814 shows the most populated emoji at top of dropdown815User activates GitHub Service816 without a license817 is excluded from the integrations index818 renders 404 when trying to access service settings directly819 with valid license820 activates service821 renders a token field of type `password` for masking input822 with pipelines823 tests service before save824EE IDE user commits changes825 does not show an error message826 when the push_rules_supersede_codeowners is false827 shows error message828Test Cases829 test case list830 shows tabs for state types831 shows create test case button832 shows filtered search input833 shows filter tokens author and label834 open tab835 shows list of all open test cases836 shows test cases title and metadata837 archived tab838 shows list of all archived test cases839 all tab840 shows list of all test cases841Merge request > User sets approval rules842 with project approval rules843 when from a fork844 shows approval rules from target project845 with a private group rule846 shows approval rules847 persists hidden groups that author has no access to when creating MR848Group Insights849 behaves like Insights page850 as a permitted user851 with correct license852 has correct title853 navigation854 by default loads the first page855 displays correctly when navigating back to insights856 hash fragment navigation857 loads the correct page858 without correct license859 returns 404860Boards licensed features861 Project board sidebar862 GitLab SaaS863 Public project under Free plan under group namespace864 hides epic widget865 hides iteration widget866 Public project under Free plan under user namespace867 hides epic widget868 hides iteration widget869SAML access enforcement870 without SAML session871 group resources872 behaves like resource access873 prevents access to resource via SSO redirect874 subgroup resources875 behaves like resource access876 prevents access to resource via SSO redirect877 project resources878 behaves like resource access879 prevents access to resource via SSO redirect880 subgroup project resources881 behaves like resource access882 prevents access to resource via SSO redirect883 with active SAML login from session884 group resources885 behaves like resource access886DEPRECATION 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)887DEPRECATION 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)888 allows access to resource889 subgroup resources890 behaves like resource access891 allows access to resource892 project resources893 behaves like resource access894 allows access to resource895 subgroup project resources896 behaves like resource access897 allows access to resource898 when SAML session expires899 shows loading screen and link used for auto-redirect900Edit group settings901 LDAP sync method902 when the LDAP group sync filter feature is available903 adds new LDAP synchronization904 shows the LDAP filter section905 shows the LDAP group section906 when the LDAP group sync filter feature is not available907 does not show the LDAP search method switcher908 shows the LDAP group section909 does not shows the LDAP filter section910[EE] Internal Group access911 GET /groups/:path/-/insights912 is expected to be allowed for admin913 is expected to be allowed for auditor914 is expected to be allowed for owner915 is expected to be allowed for maintainer916 is expected to be allowed for developer917 is expected to be allowed for reporter918 is expected to be allowed for guest919 is expected to be allowed for the specified user920 is expected to be allowed for user921 is expected to be denied for external922 is expected to be denied for visitor923 GET /groups/:path924 is expected to be allowed for auditor925 GET /groups/:path/-/issues926 is expected to be allowed for auditor927 GET /groups/:path/-/merge_requests928 is expected to be allowed for auditor929 GET /groups/:path/-/group_members930 is expected to be allowed for auditor931 GET /groups/:path/-/edit932 is expected to be denied for auditor933User sees new onboarding flow934 shows the expected behavior with no trial chosen935 shows the expected behavior with trial chosen936Merge request > User creates MR with multiple reviewers937 behaves like multiple reviewers merge request938 creates a MR with multiple reviewers939User tests hooks940 when project is not empty941 when URL is valid942 triggers a hook943 when URL is invalid944 is expected to have visible css ".flash-alert" with text "Hook execution failed: Failed to open"945 when project is empty946 is expected to have visible css ".flash-alert" with text "Hook execution failed. Ensure the group has a project with commits."947File blob > Code owners948 when there is a codeowners file949 when the feature is available950 shows the code owners related to a file951 does not show the code owners banner when there are no code owners952 when the feature is not available953 does not show the code owners related to a file954Filter issues by epic955 filter issues by epic956 filter issues not in the epic957Operations dropdown navbar EE958 with combined_menu feature flag on959 behaves like combined_menu: feature flag examples960 has an `Operations` link961 has an `Environments` link962 with combined_menu feature flag off963 behaves like combined_menu: feature flag examples964 has an `Operations` link965 has an `Environments` link966EE > Projects > Licenses > Maintainer views policies967 when policies are not configured968 displays a link to the documentation to configure license compliance969 when a policy is configured970 displays licenses detected in the most recent scan report971 when viewing the configured policies972 displays the classification973Groups > Settings > User configures Insights974 without correct license975 does not show the Insight config976 with correct license977 allows to select a project in a subgroup for the Insights config978Trial Sign Up979 on GitLab.com980 with the unavailable username981 shows the error about existing username982 with the available username983 registers the user and proceeds to the next step984 entering985 first name986 suggests the username987 last name988 suggests the username989 first name and last name990 suggests the username991Dashboard projects992 behaves like dashboard ultimate trial callout993 hides promotion callout if not .com994 .com995 shows dismissable promotion callout if default dashboard for an owner996 hides dismissable promotion callout if default dashboard for a non group owner997 hides dismissable promotion callout if not default dashboard998 hides promotion callout if a trial is active999 hides promotion callout if user owns a paid namespace1000User creates feature flag1001 when creates without changing scopes1002 records audit event1003Dashboard todos1004 behaves like dashboard ultimate trial callout1005 hides promotion callout if not .com1006 .com1007 shows dismissable promotion callout if default dashboard for an owner1008 hides dismissable promotion callout if default dashboard for a non group owner1009 hides dismissable promotion callout if not default dashboard1010 hides promotion callout if a trial is active1011 hides promotion callout if user owns a paid namespace1012Profile access1013 GET /-/profile/keys1014 is expected to be allowed for auditor1015 GET /-/profile1016 is expected to be allowed for auditor1017 GET /-/profile/account1018 is expected to be allowed for auditor1019 GET /-/profile/preferences1020 is expected to be allowed for auditor1021 GET /-/profile/audit_log1022 is expected to be allowed for auditor1023 GET /-/profile/notifications1024 is expected to be allowed for auditor1025Changes GL.com plan for group1026 for group namespace1027DEPRECATION 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)1028 changes the plan1029 for user namespace1030 changes the plan1031Blocking issues count1032 sorts by blocking1033issue resource weight events1034 when user displays the issue1035 shows both notes and resource weight event synthetic notes1036Private Project Snippets Access1037 GET /:project_path/snippets1038DEPRECATION 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)1039 is expected to be allowed for auditor1040 GET /:project_path/snippets/new1041 is expected to be denied for auditor1042 GET /:project_path/snippets/:id for a private snippet1043 is expected to be allowed for auditor1044 GET /:project_path/snippets/:id/raw for a private snippet1045 is expected to be allowed for auditor1046Projects > Members > Member leaves project1047 when the user has been specifically allowed to access a protected branch1048 user leaves project1049 removes the user's branch permissions1050Admin::Projects1051 GET /admin/projects1052 is expected to be denied for auditor1053 GET /admin/users1054 is expected to be denied for auditor1055 GET /admin/hooks1056 is expected to be denied for auditor1057Trial Sign In1058 on GitLab.com1059 logs the user in1060 not on GitLab.com1061 returns 4041062Admin unsubscribes from notification1063 unsubscribes from notifications1064Knapsack report was generated. Preview:1065{1066 "ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb": 203.97407289799958,1067 "ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb": 160.25060807200043,1068 "ee/spec/features/search/elastic/project_search_spec.rb": 115.77992660900054,1069 "ee/spec/features/billings/billing_plans_spec.rb": 66.80248584499986,1070 "ee/spec/features/protected_tags_spec.rb": 69.93126465000023,1071 "ee/spec/features/issues/epic_in_issue_sidebar_spec.rb": 57.69041277700035,1072 "ee/spec/features/issues/user_bulk_edits_issues_spec.rb": 51.019005413999366,1073 "ee/spec/features/projects/requirements_management/requirements_list_spec.rb": 52.612671885000054,1074 "ee/spec/features/projects/mirror_spec.rb": 47.24429784700078,1075 "ee/spec/features/epics/update_epic_spec.rb": 35.05956608999986,1076 "ee/spec/features/issues/filtered_search/filter_issues_weight_spec.rb": 32.750958536000326,1077 "ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_labels_spec.rb": 33.47480451699994,1078 "ee/spec/features/projects/environments/environments_spec.rb": 28.755163495000488,1079 "ee/spec/features/admin/licenses/show_user_count_threshold_spec.rb": 25.15971668899965,1080 "ee/spec/features/registrations/user_sees_new_onboarding_flow_spec.rb": 27.29495610400045,1081 "ee/spec/features/admin/admin_credentials_inventory_spec.rb": 21.586398322000605,1082 "ee/spec/features/epics/filtered_search/visual_tokens_spec.rb": 20.188441176000197,1083 "ee/spec/features/projects/services/user_activates_github_spec.rb": 15.826218043999688,1084 "ee/spec/features/ide/user_commits_changes_spec.rb": 16.844482292000066,1085 "ee/spec/features/projects/quality/test_case_list_spec.rb": 14.077808025000195,1086 "ee/spec/features/merge_request/user_sets_approval_rules_spec.rb": 14.683576999000252,1087 "ee/spec/features/groups/insights_spec.rb": 10.672517469000013,1088 "ee/spec/features/boards/boards_licensed_features_spec.rb": 12.798454095000125,1089 "ee/spec/features/groups/saml_enforcement_spec.rb": 8.29882194000038,1090 "ee/spec/features/groups/ldap_group_links_spec.rb": 9.904725373000474,1091 "ee/spec/features/security/group/internal_access_spec.rb": 7.562638159999551,1092 "ee/spec/features/registrations/trial_during_signup_flow_spec.rb": 8.508654956999635,1093 "ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb": 10.108386861000326,1094 "ee/spec/features/groups/hooks/user_tests_hooks_spec.rb": 8.583608908000315,1095 "ee/spec/features/projects/view_blob_with_code_owners_spec.rb": 7.066576455000359,1096 "ee/spec/features/issues/filtered_search/filter_issues_epic_spec.rb": 7.748817388999669,1097 "ee/spec/features/operations_nav_link_spec.rb": 5.265154681999775,1098 "ee/spec/features/projects/licenses/maintainer_views_policies_spec.rb": 6.23497446500005,1099 "ee/spec/features/groups/settings/user_configures_insights_spec.rb": 5.972468005000337,1100 "ee/spec/features/trial_registrations/signup_spec.rb": 4.541492771999401,1101 "ee/spec/features/dashboards/projects_spec.rb": 5.215858578000734,1102 "ee/spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb": 5.1277936079995925,1103 "ee/spec/features/dashboards/todos_spec.rb": 3.8448932789997343,1104 "ee/spec/features/security/profile_access_spec.rb": 3.176422201000605,1105 "ee/spec/features/admin/groups/admin_changes_plan_spec.rb": 5.144019845999537,1106 "ee/spec/features/issues/blocking_issues_spec.rb": 3.184338511000533,1107 "ee/spec/features/issues/resource_weight_events_spec.rb": 3.554427578999821,1108 "ee/spec/features/security/project/snippet/private_access_spec.rb": 2.2906189989998893,1109 "ee/spec/features/projects/members/member_leaves_project_spec.rb": 1.6809577450003417,1110 "ee/spec/features/security/admin_access_spec.rb": 0.4220146739999109,1111 "ee/spec/features/trial_registrations/signin_spec.rb": 0.6156036919992403,1112 "ee/spec/features/user_unsubscribes_from_admin_notifications_spec.rb": 1.01889585799926861113}1114Knapsack global time execution for tests: 20m 59s1115Finished in 21 minutes 2 seconds (files took 52.48 seconds to load)1116391 examples, 0 failures1117Failed to write to log, write log/workhorse-test.log: file already closed1118Tue 13 Jul 2021 12:44:51 AM UTC1120Not uploading cache ruby-gems-v1-4 due to policy1121Not uploading cache gitaly-ruby-gems-v1-4 due to policy1123Uploading artifacts...1124coverage/: found 5 matching files and directories 1125WARNING: crystalball/: no matching files 1126deprecations/: found 25 matching files and directories 1127knapsack/: found 3 matching files and directories 1128rspec_flaky/: found 4 matching files and directories 1129rspec_profiling/: found 1 matching files and directories 1130WARNING: tmp/capybara/: no matching files 1131tmp/memory_test/: found 2 matching files and directories 1132log/*.log: found 19 matching files and directories 1133Uploading artifacts as "archive" to coordinator... ok id=1418685564 responseStatus=201 Created token=nqdyGvyJ1134Uploading artifacts...1135junit_rspec.xml: found 1 matching files and directories 1136Uploading artifacts as "junit" to coordinator... ok id=1418685564 responseStatus=201 Created token=nqdyGvyJ1138Job succeeded