rspec-ee system pg12 1/6
Passed Started
by
@peterhegman
Peter Hegman
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:cfd0d250289d0bf03e73e68f249d8ca80c572ec04d2a5902dcf7b0f1429e15ec for postgres:12 with digest postgres@sha256:7428e2451a9815c613bf567441922a813b5afe309ca3547e8080c03ae01bf30e ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...13Starting service elasticsearch:7.11.1 ...14Pulling docker image elasticsearch:7.11.1 ...15Using docker image sha256:bc3d45eba361de2bde57b25ada32b4de5dd5f5cb12cd3bd049212e90bdfd62a9 for elasticsearch:7.11.1 with digest elasticsearch@sha256:3a219f148b596e25c1b16bda46e1ca07db46826c0e1cde003c2d2f93f33d18e4 ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...21Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1632939463-d4612aa2...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 7% |** | 24.8M 0:00:12 ETA28gitlab.tar.gz 48% |*************** | 167M 0:00:02 ETA29gitlab.tar.gz 84% |*************************** | 292M 0:00:00 ETA30gitlab.tar.gz 100% |********************************| 344M 0:00:00 ETA31'/tmp/gitlab.tar.gz' saved32Extracting tarball into /builds/gitlab-org/gitlab...33Fetching changes with git depth set to 20...34Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/35Created fresh repository.36remote: Enumerating objects: 187, done. 37remote: Counting objects: 100% (123/123), done. 38remote: Compressing objects: 100% (54/54), done. 39remote: Total 63 (delta 43), reused 14 (delta 6), pack-reused 0 41 * [new ref] 6c9cdce57f0e700f6c83b722659fe2d1068e9cb5 -> refs/pipelines/37967945942Checking out 6c9cdce5 as refs/merge-requests/70878/merge...43Skipping Git submodules setup45Checking cache for ruby-gems-v1-4...46cache.zip is up to date 47Successfully extracted cache48Checking cache for gitaly-ruby-gems-v1-4...49cache.zip is up to date 50Successfully extracted cache52Downloading artifacts for compile-test-assets (1635190595)...53Downloading artifacts from coordinator... ok id=1635190595 responseStatus=200 OK token=R-ox-sfs54Downloading artifacts for detect-tests (1635190610)...55Downloading artifacts from coordinator... ok id=1635190610 responseStatus=200 OK token=PgA9h6F956Downloading artifacts for retrieve-tests-metadata (1635190613)...57Downloading artifacts from coordinator... ok id=1635190613 responseStatus=200 OK token=xiDqT1se58Downloading artifacts for setup-test-env (1635190603)...59Downloading artifacts from coordinator... ok id=1635190603 responseStatus=200 OK token=dZdRZsGg61Using 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 ...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): "/builds/gitlab-org/gitlab/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 10 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 129 seconds.95$ run_timed_command "gem install knapsack --no-document"96$ gem install knapsack --no-document97Successfully installed knapsack-4.0.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.7 (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.15.3161Using 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.1.0177Using 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.3.2203Using 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 14 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.043414846 seconds...233Test environment set up in 1.559257101 seconds234Multiple value streams235Starting 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 With a group239 behaves like create a value stream240Capybara starting Puma...241* Version 5.3.2 , codename: Sweetnighter242* Min threads: 0, max threads: 4243* Listening on unix:///tmp/20210929-443-xp8eda244DEPRECATION 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)245DEPRECATION 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)246 includes additional form fields247 can create a value stream248 can create a value stream with only custom stages249 can create a value stream with a custom stage and hidden defaults250 behaves like update a value stream251 can reorder stages252 updating253 includes additional form fields254 can update the value stream name255 can add and remove custom stages256 can hide and restore default stages257 behaves like delete a value stream258 can delete a value stream259 With a sub group260 behaves like create a value stream261 includes additional form fields262 can create a value stream263 can create a value stream with only custom stages264 can create a value stream with a custom stage and hidden defaults265 behaves like update a value stream266 can reorder stages267 updating268 includes additional form fields269 can update the value stream name270 can add and remove custom stages271 can hide and restore default stages272 behaves like delete a value stream273 can delete a value stream274Value stream analytics charts275 Duration chart276 hidden stages will not appear in the duration chart dropdown277 behaves like has all the default stages278 has all the default stages in the duration dropdown279 Tasks by type chart280 enabled281 with data available282 displays the chart283 has 2 labels selected284 has chart filters285 can update the filters286 no data available287 shows the no data available message288Project Subscriptions289 renders the correct path for the form action290 successfully creates new pipeline subscription291 shows flash warning when unsuccesful in creating a pipeline subscription292 subscription is removed successfully293group epic roadmap294 when epics exist for the group295 roadmap page296 renders roadmap preset buttons correctly297 renders the filtered search bar correctly298 renders the sort dropdown correctly299 renders roadmap view300 renders all group epics within roadmap301 roadmap page with epics state filter302 renders open epics only303 renders closed epics only304 saves last selected epic state305 roadmap page with filter applied306 renders filtered search bar with applied filter token307 renders roadmap view with matching epic308 keeps label filter when filtering by state309 when no epics exist for the group310 roadmap page311 shows empty state page312 when over 1000 epics match roadmap filters313 roadmap page314 renders warning callout banner315 is removed after dismissal and even after reload316 async filtered search317 within a group318 behaves like filtered search bar319 renders values for token 'Author' correctly320 renders values for token 'Label' correctly321 renders values for token 'Milestone' correctly322 renders values for token 'Epic' correctly323 renders values for token 'My-Reaction' correctly324 within a sub-group group325 behaves like filtered search bar326 renders values for token 'Author' correctly327 renders values for token 'Label' correctly328 renders values for token 'Milestone' correctly329 renders values for token 'Epic' correctly330 renders values for token 'My-Reaction' correctly331Project > User views empty wiki332 behaves like User views empty wiki333 when signed in user is an Auditor334 when user is not a member of the project335 behaves like empty wiki message336 shows the empty state message with the expected elements337 when user is a member of the project338 behaves like empty wiki message339 shows the empty state message with the expected elements340Project issue boards341 with group and reporter342 can edit board name343 swimlanes dropdown344 license feature on345 does not show Group by dropdown when user is not logged in346 shows Group by dropdown when user is logged in347 license feature off348 does not show Group by dropdown when user is not logged in349 does not show Group by dropdown when user is logged in350 total weight351 shows total weight for backlog352 updates weight when moving to list353 unlicensed354 hides weight355 list header356 When FF is turned on357 when max issue count is set358 displays issue and max issue size359 list settings360 when license is available361 shows the list settings button362 when settings button is clicked363 shows the board list settings sidebar364 when boards setting sidebar is open365 when user clicks Remove Limit366 sets max issue count to zero367 when the user is editing a wip limit and clicks close368 updates the max issue count wip limit369 when user off clicks370 updates the max issue count wip limit371 When user sets max issue count to 0372 updates the max issue count wip limit to None373 when user hits enter374 updates the max issue count wip limit375 when license is not available376 does not show the list settings button377Admin views Subscription378 with a cloud license379 with a cloud license only380unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.381unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.382unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.383 displays the subscription details384 succeeds to sync the subscription385 fails to sync the subscription386 behaves like an "Export license usage file" button387 displays the Export License Usage File button388 with license file389 behaves like an "Export license usage file" button390 displays the Export License Usage File button391 when removing a license file392 shows a message saying the license was correctly removed393 when activating another subscription394 shows the activation modal395 displays an error when the activation fails396 displays a connectivity error397 with no active subscription398 displays a message signaling there is not active subscription399 does not display the Export License Usage File button400 when activating a subscription fails401 shows an error message402 when activating a future-dated subscription403 shows a successful future-dated activation message404 when activating a new subscription405 shows a successful activation message406 shows the subscription details407 shows the appropriate license type408 when uploading a license file409 shows a link to upload a license file410DevOps Report page411 with ultimate license412 shows the tabbed layout413 shows the correct tabs414 defaults to the Overview tab415 does not add the tab param when the Overview tab is selected416 shows the devops core tab when the tab param is set417 behaves like displays tab content418 displays the Sec tab content when selected419 behaves like displays tab content420 displays the Ops tab content when selected421 behaves like displays tab content422 displays the DevOps Score tab content when selected423 behaves like appends the tab param to the url424 adds the ?tab=sec param when the Sec tab is selected425 behaves like appends the tab param to the url426 adds the ?tab=ops param when the Ops tab is selected427 behaves like appends the tab param to the url428 adds the ?tab=devops-score param when the DevOps Score tab is selected429 the devops score tab430 has dismissable intro callout431 when usage ping is disabled432 shows empty state433 hides the intro callout434 when there is no data to display435 shows empty state436 when there is data to display437 shows the DevOps Score app438 without ultimate license439 does not show the tabbed layout440Admin uploads license441 default state442 has unselected EULA checkbox by default443 has disabled button "Upload license" by default444 redirects to current Subscription terms445 enables button "Upload license" when EULA checkbox is selected446 uploading license447 when license is valid448 when license is active immediately449 uploads license450 behaves like active navigation item451 activates the "Subscription" navigation item452 when license starts in the future453 when a current license exists454 uploads license455 behaves like active navigation item456 activates the "Subscription" navigation item457 when no current license exists458 uploads license459 behaves like active navigation item460 activates the "Subscription" navigation item461 when license is invalid462 doesn't upload license463 behaves like active navigation item464 activates the "Subscription" navigation item465CI shared runner limits466 when on a project related page467 warning level468 when there is a notification and minutes still exist469 displays a warning message on pipelines page470 displays a warning message on project homepage471 displays a warning message on a job page472 danger level473 when there is a notification and minutes still exist474 displays a warning message on pipelines page475 displays a warning message on project homepage476 displays a warning message on a job page477 when limit is exceeded478 displays a warning message on project homepage479 displays a warning message on pipelines page480 displays a warning message on a job page481 when limit not yet exceeded482 does not display a warning message on project homepage483 does not display a warning message on pipelines page484 displays a warning message on a job page485 when on a group related page486 warning level487 when there is a notification and minutes still exist488DEPRECATION 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)489DEPRECATION 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)490 displays a warning message on group information page491 danger level492 when there is a notification and minutes still exist493 displays a warning message on group information page494 when limit is exceeded495 displays a warning message on group information page496 when limit not yet exceeded497 does not display a warning message on group information page498Groups > Usage Quotas499 with no quota500 is linked within the group settings dropdown501 shows correct group quota info502 when checking namespace plan503 is linked within the group settings dropdown504 when usage_quotas is not available505 is not linked within the group settings dropdown506 renders a 404507 with no projects using shared runners508 is linked within the group settings dropdown509 shows correct group quota info510 when checking namespace plan511 is linked within the group settings dropdown512 when usage_quotas is not available513 is not linked within the group settings dropdown514 renders a 404515 when successfully purchasing CI Minutes516 does show a banner517 minutes under quota518 is linked within the group settings dropdown519 shows correct group quota info520 when checking namespace plan521 is linked within the group settings dropdown522 when usage_quotas is not available523 is not linked within the group settings dropdown524 renders a 404525 minutes over quota526 is linked within the group settings dropdown527 has correct tracking setup and shows correct group quota and projects info528 when checking namespace plan529 is linked within the group settings dropdown530 when usage_quotas is not available531 is not linked within the group settings dropdown532 renders a 404533 when it is not GitLab.com534 does not show 'Buy additional minutes' button535 when accessing subgroup536 does not show subproject537 when accessing root group538 does show projects of subgroup539 new_route_ci_minutes_purchase feature flag540 when is disabled541 points to Customers Portal purchase flow542 when is enabled543 points to GitLab purchase flow544Issue boards sidebar labels using epic swimlanes545 group boards546 in the top-level group board547 selecting an issue from a direct descendant project548 when editing labels549 displays the label from the top-level group550 displays the label from the project551 does not display labels from the project's siblings or their descendents552 selecting an issue from a subgroup's project553 when editing labels554 displays the label from the top-level group555 displays the label from the subgroup556 displays the label from the project557 does not display labels from the subgroup's siblings (project or group)558Billings > Extend / Reactivate Trial559 with paid subscription560 when expired561 behaves like a non-reactivatable trial562 does not display the "Reactivate trial" button563 behaves like a non-extendable trial564 does not display the "Extend trial" button565 when the feature flag is disabled566 behaves like a non-reactivatable trial567 does not display the "Reactivate trial" button568 behaves like a non-extendable trial569 does not display the "Extend trial" button570 when not expired571 behaves like a non-reactivatable trial572 does not display the "Reactivate trial" button573 behaves like a non-extendable trial574 does not display the "Extend trial" button575 without a subscription576 behaves like a non-reactivatable trial577 does not display the "Reactivate trial" button578 behaves like a non-extendable trial579 does not display the "Extend trial" button580 with active trial near the expiration date581 behaves like an extendable trial582 extends the trial583 behaves like a non-reactivatable trial584 does not display the "Reactivate trial" button585 with extended trial586 behaves like a non-extendable trial587 does not display the "Extend trial" button588 behaves like a non-reactivatable trial589 does not display the "Reactivate trial" button590 with reactivated trial591 behaves like a non-extendable trial592 does not display the "Extend trial" button593 behaves like a non-reactivatable trial594 does not display the "Reactivate trial" button595 with expired trial596 behaves like a reactivatable trial597 reactivates trial598 behaves like a non-extendable trial599 does not display the "Extend trial" button600Project settings > [EE] repository601 unlicensed602 does not show pull mirror settings603 licensed604 shows pull mirror settings605 mirrored external repo606 does not show personal access token607 does not show password and personal access token on the page608 with an existing pull mirror609 deletes the mirror610 with a non-mirrored imported project611 does not show a pull mirror612Welcome screen613 when on GitLab.com614 shows the welcome page with a progress bar615 when in the subscription flow616 shows the progress bar with the correct steps617 when user has memberships618 does not show the progress bar619 when in the trial flow620 does not show the progress bar621 with the jobs_to_be_done experiment622 allows specifying other for the jobs_to_be_done experiment623 email opt in624 does not show the email opt in checkbox when setting up for a company625 shows the email opt checkbox in when setting up for just me626 when not on GitLab.com627 does not show the progress bar628Merge Requests > User filters629 by "approvers"630 filtering by approver:none631 applies the filter632 filtering by approver:any633 applies the filter634 filtering by approver:@username635 applies the filter636 filtering by multiple approvers637 applies the filter638 filtering by an approver from a group639 applies the filter640Trial Select Namespace641 when user642 when source is not about.gitlab.com643 shows company/individual question644 when source is about.gitlab.com645 hides company/individual duplicate question646 selects create a new group647 shows the new group name input648 enters a valid new group name649 when user can create groups650 proceeds to the next step651 when user can not create groups652 returns 404653 enters an existing group name654 proceeds to the next step with a unique url655 and does not enter a new group name656 shows validation error657 selects an existing group658 without trial plan659 does not show the new group name input660 applies trial and redirects to dashboard661 with trial plan662 shows validation error663User sees new onboarding flow664DEPRECATION 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)665DEPRECATION 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)666DEPRECATION 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)667DEPRECATION 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)668/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 nil669DEPRECATION WARNING: The asset "learn_gitlab/issue_created.svg" is not present in the asset pipeline.670Falling back to an asset that may be in the public folder.671This behavior is deprecated and will be removed.672To bypass the asset pipeline and preserve this behavior,673use the `skip_pipeline: true` option.674 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)675DEPRECATION WARNING: The asset "learn_gitlab/git_write.svg" is not present in the asset pipeline.676Falling back to an asset that may be in the public folder.677This behavior is deprecated and will be removed.678To bypass the asset pipeline and preserve this behavior,679use the `skip_pipeline: true` option.680 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)681DEPRECATION WARNING: The asset "learn_gitlab/pipeline_created.svg" is not present in the asset pipeline.682Falling back to an asset that may be in the public folder.683This behavior is deprecated and will be removed.684To bypass the asset pipeline and preserve this behavior,685use the `skip_pipeline: true` option.686 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)687DEPRECATION WARNING: The asset "learn_gitlab/merge_request_created.svg" is not present in the asset pipeline.688Falling back to an asset that may be in the public folder.689This behavior is deprecated and will be removed.690To bypass the asset pipeline and preserve this behavior,691use the `skip_pipeline: true` option.692 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)693DEPRECATION WARNING: The asset "learn_gitlab/user_added.svg" is not present in the asset pipeline.694Falling back to an asset that may be in the public folder.695This behavior is deprecated and will be removed.696To bypass the asset pipeline and preserve this behavior,697use the `skip_pipeline: true` option.698 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)699DEPRECATION WARNING: The asset "learn_gitlab/trial_started.svg" is not present in the asset pipeline.700Falling back to an asset that may be in the public folder.701This behavior is deprecated and will be removed.702To bypass the asset pipeline and preserve this behavior,703use the `skip_pipeline: true` option.704 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)705DEPRECATION WARNING: The asset "learn_gitlab/required_mr_approvals_enabled.svg" is not present in the asset pipeline.706Falling back to an asset that may be in the public folder.707This behavior is deprecated and will be removed.708To bypass the asset pipeline and preserve this behavior,709use the `skip_pipeline: true` option.710 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)711DEPRECATION WARNING: The asset "learn_gitlab/code_owners_enabled.svg" is not present in the asset pipeline.712Falling back to an asset that may be in the public folder.713This behavior is deprecated and will be removed.714To bypass the asset pipeline and preserve this behavior,715use the `skip_pipeline: true` option.716 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)717DEPRECATION WARNING: The asset "learn_gitlab/security_scan_enabled.svg" is not present in the asset pipeline.718Falling back to an asset that may be in the public folder.719This behavior is deprecated and will be removed.720To bypass the asset pipeline and preserve this behavior,721use the `skip_pipeline: true` option.722 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:18)723 shows continuous onboarding flow pages724Login725 creates a security event for an invalid password login726DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/errors/_graphic_422.svg (called from _app_views_errors_omniauth_error_html_haml___2065949108789504948_90827820 at /builds/gitlab-org/gitlab/app/views/errors/omniauth_error.html.haml:4)727DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/errors/_graphic_422.svg (called from _app_views_errors_omniauth_error_html_haml___2065949108789504948_90827820 at /builds/gitlab-org/gitlab/app/views/errors/omniauth_error.html.haml:4)728 creates a security event for an invalid OAuth login729DEPRECATION 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)730DEPRECATION 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)731 creates a security event for an invalid one-time code732 smartcard authentication733 when smartcard is enabled734 with smartcard_auth feature flag off735 does not render any tabs736 renders link to sign up path737 with smartcard_auth feature flag on738 correctly renders tabs and panes739 renders link to sign up path740 with two-factor authentication required741 with a smartcard session742 does not ask for Two-Factor Authentication743 without a smartcard session744 asks for Two-Factor Authentication745 smartcard authentication against LDAP server746 when smartcard auth is optional747 correctly renders tabs and panes748 shows LDAP login form749 shows LDAP smartcard login form750 when smartcard auth is required751 correctly renders tabs and panes752 does not show LDAP login form753 shows LDAP smartcard login form754 via Group SAML755 with U2F two factor756 shows U2F prompt after SAML757 with WebAuthn two factor758 shows WebAuthn prompt after SAML759 restricted visibility levels760 contains public level761 hides Explore link762 hides help link763 does not contain public level764 displays Explore and Help links765Test Cases766 test case list767 shows tabs for state types768 shows create test case button769 shows filtered search input770 shows filter tokens author and label771 open tab772 shows list of all open test cases773 shows test cases title and metadata774 archived tab775 shows list of all archived test cases776 all tab777 shows list of all test cases778[EE] Private Group access779 GET /groups/:path/-/insights780 is expected to be allowed for auditor781 is expected to be allowed for owner782 is expected to be allowed for maintainer783 is expected to be allowed for developer784 is expected to be allowed for reporter785 is expected to be allowed for guest786 is expected to be allowed for the specified user787 is expected to be denied for user788 is expected to be denied for external789 is expected to be denied for visitor790 when admin mode is enabled791 is expected to be allowed for admin792 when admin mode is disabled793 is expected to be denied for admin794 GET /groups/:path795 is expected to be allowed for auditor796 GET /groups/:path/-/issues797 is expected to be allowed for auditor798 GET /groups/:path/-/merge_requests799 is expected to be allowed for auditor800 GET /groups/:path/-/group_members801 is expected to be allowed for auditor802 GET /groups/:path/-/edit803 is expected to be denied for auditor804Merge request > User sees status checks widget805 user is authorized806 shows the widget807 shows the status check issues808 user is not logged in809 behaves like no status checks widget810 does not show the widget811Profile > Account812 Disconnect Group SAML813 unlinks account814 removes access to the group815 group has disabled SAML816 lets members distrust and unlink authentication817 group trial has expired818 lets members distrust and unlink authentication819 Delete account820 on GitLab.com when the user's password is automatically set821 shows that the identity cannot be verified822 does not display a delete button823Merge request > User merges with Push Rules824 commit message is invalid825 displays error message after merge request is clicked826 author email is invalid827 displays error message after merge request is clicked828SAML access enforcement829 without SAML session830 group resources831 behaves like resource access832 prevents access to resource via SSO redirect833 subgroup resources834 behaves like resource access835 prevents access to resource via SSO redirect836 project resources837 behaves like resource access838 prevents access to resource via SSO redirect839 subgroup project resources840 behaves like resource access841 prevents access to resource via SSO redirect842 with active SAML login from session843 group resources844 behaves like resource access845 allows access to resource846 subgroup resources847 behaves like resource access848 allows access to resource849 project resources850 behaves like resource access851 allows access to resource852 subgroup project resources853 behaves like resource access854 allows access to resource855 when SAML session expires856 shows loading screen and link used for auto-redirect857 with a merge request858 redirects to the SSO page and then merge request page after login859Show trial banner860 when user's trial is active861DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_trial_activated_banner.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)862 renders congratulations banner for user in profile billing page863 when group's trial is active864 renders congratulations banner for group in group details page865 does not render congratulations banner for group in group billing page866Burndown charts867 for project milestones868DEPRECATION 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)869DEPRECATION 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)870 presents burndown charts when available871DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_burndown_charts.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)872 presents burndown charts promotion correctly873 for group milestones874 presents burndown charts when available875 presents burndown charts promotion correctly876Group CI/CD Analytics877 renders statistics about release within the group878 DORA charts879 behaves like a DORA chart880 render the Deployment frequency charts881 behaves like a DORA chart882 render the Lead time charts883Delete Epic884 when user who is not a group member displays the epic885 does not show the Delete button886 when user with owner access displays the epic887 deletes the issue and redirect to epic list888Signup on EE889 for Gitlab.com890 redirects to step 2 of the signup process when not completed891 when the user sets it up for the company892 creates the user and sets the email_opted_in field truthy893 when the user checks the opt-in to email updates box894 creates the user and sets the email_opted_in field truthy895 when the user does not check the opt-in to email updates box896 creates the user and sets the email_opted_in field falsey897 when the user_other_role_details feature flag is disabled898 collects no collect a job title899 proceeds to the next step without collecting other_role900 when the user selects existing role901 has the job title box902 proceeds to the next step903 when the user selects other role904 has the job title box905 proceeds to the next step906 not for Gitlab.com907 does not have a opt-in checkbox, it creates the user and sets email_opted_in to falsey908 redirects to step 2 of the signup process when not completed and redirects back909Compliance Dashboard910 when there are no merge requests911 shows an empty state912 when there are merge requests913 shows merge requests with details914 chain of custody report915 exports a merge commit-specific CSV916Trial Sign Up917 on GitLab.com918 with the unavailable username919 shows the error about existing username920 with the available username921 registers the user and proceeds to the next step922 entering923 first name924 suggests the username925 last name926 suggests the username927 first name and last name928 suggests the username929File blob > Code owners930 when there is a codeowners file931 when the feature is available932 shows the code owners related to a file933 does not show the code owners banner when there are no code owners934 when the feature is not available935 does not show the code owners related to a file936Projects > Members > Member is removed from project937 user is removed from project938 when the user has been specifically allowed to access a protected branch939 user leaves project940Merge request > User sees closing issues message941 approvals are enabled while closing issues942 displays closing issue message exactly one time943Admin::Emails944 when `send_emails_from_admin_area` feature is not licensed945 returns 404946 when usage ping is enabled947 when feature is activated948 returns 200949 when feature is deactivated950 returns 404951 when `send_emails_from_admin_area` feature is licensed952 when emails from admin area are not rate limited953 does not show the waiting period alertand the submit button is in enabled state954 when emails from admin area are rate limited955 shows the waiting period alertand the submit button is in disabled state956Group issues page957 bulk editing958 shows sidebar when clicked on "Edit issues"959 shows group milestones within "Milestone" dropdown960Clusterable > Show page961 when clusterable is a project962 does not show the environments tab963 when clusterable is a group964 shows the environments tab965 when clusterable is an instance966 shows the environments tab967Edit group settings968 when Admin allow owners to unlock LDAP membership969 the user is allow to change the membership lock970 when Admin disallow owners to unlock LDAP membership971 doesn't show the option to unlock the membership972Jira issues list973 renders "Create new issue" button974 when jira_issues_integration licensed feature is not available975 does not render "Create new issue" button976 on gitlab.com977WARNING: ignoring the provided expectation message argument ({:count=>2}) since it is not a string or a proc.978 includes the Atlassian referrer in Jira links979create epic in board980 new epics in board list981 creates new epic and opens sidebar982SAML group links983 when SAML group links is available984 adds new SAML group link985 with existing records986 lists active links987 does not list links for other groups988Merge Request sidebar989 when epics available990 does not show epics in MR sidebar991 when epics unavailable992 does not show epics promotion in MR sidebar993EE > Projects > Settings > User manages merge requests template994DEPRECATION 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)995DEPRECATION 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)996 saves merge request template997Group projects page998 when group has project pending deletion999 renders projects list1000Merge request > User approves1001 Approving by approvers from groups1002 when group is assigned to a project1003 I am able to approve (PENDING: Temporarily skipped with xdescribe)1004 I am able to unapprove (PENDING: Temporarily skipped with xdescribe)1005 when group is assigned to a merge request1006 I am able to approve (PENDING: Temporarily skipped with xdescribe)1007 I am able to unapprove (PENDING: Temporarily skipped with xdescribe)1008 when CI is running but no approval given1009 I am unable to set Merge when pipeline succeeds (PENDING: Temporarily skipped with xdescribe)1010 when merge when threads resolved is active1011 does not show checking ability text (PENDING: Temporarily skipped with xdescribe)1012Knapsack report was generated. Preview:1013{1014 "ee/spec/features/groups/analytics/cycle_analytics/multiple_value_streams_spec.rb": 297.5064590839993,1015 "ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb": 119.56375531100002,1016 "ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb": 79.40865781199955,1017 "ee/spec/features/groups/group_roadmap_spec.rb": 61.519912980999834,1018 "ee/spec/features/projects/wiki/user_views_wiki_empty_spec.rb": 63.10546274399985,1019 "ee/spec/features/boards/boards_spec.rb": 50.51478164100081,1020 "ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb": 47.866260093000164,1021 "ee/spec/features/admin/admin_dev_ops_report_spec.rb": 43.58270964500025,1022 "ee/spec/features/admin/licenses/admin_uploads_license_spec.rb": 30.476416565999898,1023 "ee/spec/features/ci_shared_runner_warnings_spec.rb": 32.69512444600059,1024 "ee/spec/features/groups/usage_quotas_spec.rb": 23.603120841999953,1025 "ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_labels_spec.rb": 28.89699491600004,1026 "ee/spec/features/billings/extend_reactivate_trial_spec.rb": 22.171976362999885,1027 "ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb": 21.518939207000585,1028 "ee/spec/features/registrations/welcome_spec.rb": 17.192551414999798,1029 "ee/spec/features/merge_requests/user_filters_by_approvers_spec.rb": 20.754123856999286,1030 "ee/spec/features/trials/select_namespace_spec.rb": 14.462013802000001,1031 "ee/spec/features/registrations/user_sees_new_onboarding_flow_spec.rb": 17.440556443999412,1032 "ee/spec/features/users/login_spec.rb": 11.129833060000237,1033 "ee/spec/features/projects/quality/test_case_list_spec.rb": 12.498852691999673,1034 "ee/spec/features/security/group/private_access_spec.rb": 6.305878813000163,1035 "ee/spec/features/merge_request/user_sees_status_checks_widget_spec.rb": 11.010125585999958,1036 "ee/spec/features/profiles/account_spec.rb": 9.245543515000463,1037 "ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb": 11.720163841000613,1038 "ee/spec/features/groups/saml_enforcement_spec.rb": 10.025468365999586,1039 "ee/spec/features/trials/show_trial_banner_spec.rb": 9.303275173000657,1040 "ee/spec/features/burndown_charts_spec.rb": 7.886324703000355,1041 "ee/spec/features/groups/analytics/ci_cd_analytics_spec.rb": 7.837329336000039,1042 "ee/spec/features/epics/delete_epic_spec.rb": 7.197284478000256,1043 "ee/spec/features/signup_spec.rb": 5.029896337000537,1044 "ee/spec/features/groups/security/compliance_dashboards_spec.rb": 5.850458926000101,1045 "ee/spec/features/trial_registrations/signup_spec.rb": 4.471929835000083,1046 "ee/spec/features/projects/view_blob_with_code_owners_spec.rb": 6.361700428999939,1047 "ee/spec/features/projects/members/member_is_removed_from_project_spec.rb": 5.962314180000249,1048 "ee/spec/features/merge_request/user_sees_closing_issues_message_spec.rb": 5.250876885999787,1049 "ee/spec/features/admin/admin_emails_spec.rb": 5.599676247999923,1050 "ee/spec/features/groups/issues_spec.rb": 5.072064424999553,1051 "ee/spec/features/clusters/cluster_detail_page_spec.rb": 4.454004047000126,1052 "ee/spec/features/groups/ldap_settings_spec.rb": 3.5070723640001233,1053 "ee/spec/features/integrations/jira/jira_issues_list_spec.rb": 3.710270233999836,1054 "ee/spec/features/epic_boards/new_epic_spec.rb": 3.107296903000133,1055 "ee/spec/features/groups/saml_group_links_spec.rb": 2.728608542999609,1056 "ee/spec/features/merge_request/sidebar_spec.rb": 2.2274344180004846,1057 "ee/spec/features/projects/settings/user_manages_merge_requests_template_spec.rb": 1.8800898159997814,1058 "ee/spec/features/groups/group_projects_spec.rb": 0.94342008300009181059}1060Knapsack global time execution for tests: 19m 22s1061Pending: (Failures listed here are expected and do not affect your suite's status)1062 1) Merge request > User approves Approving by approvers from groups when group is assigned to a project I am able to approve1063 # Temporarily skipped with xdescribe1064 # ./ee/spec/features/merge_request/user_approves_spec.rb:291065 2) Merge request > User approves Approving by approvers from groups when group is assigned to a project I am able to unapprove1066 # Temporarily skipped with xdescribe1067 # ./ee/spec/features/merge_request/user_approves_spec.rb:361068 3) Merge request > User approves Approving by approvers from groups when group is assigned to a merge request I am able to approve1069 # Temporarily skipped with xdescribe1070 # ./ee/spec/features/merge_request/user_approves_spec.rb:501071 4) Merge request > User approves Approving by approvers from groups when group is assigned to a merge request I am able to unapprove1072 # Temporarily skipped with xdescribe1073 # ./ee/spec/features/merge_request/user_approves_spec.rb:571074 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 succeeds1075 # Temporarily skipped with xdescribe1076 # ./ee/spec/features/merge_request/user_approves_spec.rb:731077 6) Merge request > User approves when merge when threads resolved is active does not show checking ability text1078 # Temporarily skipped with xdescribe1079 # ./ee/spec/features/merge_request/user_approves_spec.rb:991080Finished in 19 minutes 26 seconds (files took 48.63 seconds to load)1081347 examples, 0 failures, 6 pending1082Failed to write to log, write log/workhorse-test.log: file already closed1083Wed 29 Sep 2021 08:01:40 PM UTC1085Not uploading cache ruby-gems-v1-4 due to policy1086Not uploading cache gitaly-ruby-gems-v1-4 due to policy1088Uploading artifacts...1089coverage/: found 5 matching files and directories 1090WARNING: crystalball/: no matching files 1091deprecations/: found 19 matching files and directories 1092knapsack/: found 3 matching files and directories 1093rspec_flaky/: found 4 matching files and directories 1094rspec_profiling/: found 1 matching files and directories 1095WARNING: tmp/capybara/: no matching files 1096tmp/memory_test/: found 2 matching files and directories 1097log/*.log: found 17 matching files and directories 1098Uploading artifacts as "archive" to coordinator... ok id=1635190773 responseStatus=201 Created token=2vCjwE6t1099Uploading artifacts...1100junit_rspec.xml: found 1 matching files and directories 1101Uploading artifacts as "junit" to coordinator... ok id=1635190773 responseStatus=201 Created token=2vCjwE6t1103Job succeeded